The SentinelOne Annual Threat Report - A Defenders Guide from the FrontlinesThe SentinelOne Annual Threat ReportGet the Report
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI for Security
      Leading the Way in AI-Powered Security Solutions
    • Securing AI
      Accelerate AI Adoption with Secure AI Tools, Apps, and Agents.
    • How It Works
      The Singularity XDR Difference
    • Singularity Marketplace
      One-Click Integrations to Unlock the Power of XDR
    • Pricing & Packaging
      Comparisons and Guidance at a Glance
    Data & AI
    • Purple AI
      Accelerate SecOps with Generative AI
    • Singularity Hyperautomation
      Easily Automate Security Processes
    • AI-SIEM
      The AI SIEM for the Autonomous SOC
    • AI Data Pipelines
      Security Data Pipeline for AI SIEM and Data Optimization
    • Singularity Data Lake
      AI-Powered, Unified Data Lake
    • Singularity Data Lake for Log Analytics
      Seamlessly Ingest Data from On-Prem, Cloud or Hybrid Environments
    Endpoint Security
    • Singularity Endpoint
      Autonomous Prevention, Detection, and Response
    • Singularity XDR
      Native & Open Protection, Detection, and Response
    • Singularity RemoteOps Forensics
      Orchestrate Forensics at Scale
    • Singularity Threat Intelligence
      Comprehensive Adversary Intelligence
    • Singularity Vulnerability Management
      Application & OS Vulnerability Management
    • Singularity Identity
      Identity Threat Detection and Response
    Cloud Security
    • Singularity Cloud Security
      Block Attacks with an AI-Powered CNAPP
    • Singularity Cloud Native Security
      Secure Cloud and Development Resources
    • Singularity Cloud Workload Security
      Real-Time Cloud Workload Protection Platform
    • Singularity Cloud Data Security
      AI-Powered Threat Detection for Cloud Storage
    • Singularity Cloud Security Posture Management
      Detect and Remediate Cloud Misconfigurations
    Securing AI
    • Prompt Security
      Secure AI Tools Across Your Enterprise
  • Why SentinelOne?
    Why SentinelOne?
    • Why SentinelOne?
      Cybersecurity Built for What’s Next
    • Our Customers
      Trusted by the World’s Leading Enterprises
    • Industry Recognition
      Tested and Proven by the Experts
    • About Us
      The Industry Leader in Autonomous Cybersecurity
    Compare SentinelOne
    • Arctic Wolf
    • Broadcom
    • CrowdStrike
    • Cybereason
    • Microsoft
    • Palo Alto Networks
    • Sophos
    • Splunk
    • Trellix
    • Trend Micro
    • Wiz
    Verticals
    • Energy
    • Federal Government
    • Finance
    • Healthcare
    • Higher Education
    • K-12 Education
    • Manufacturing
    • Retail
    • State and Local Government
  • Services
    Managed Services
    • Managed Services Overview
      Wayfinder Threat Detection & Response
    • Threat Hunting
      World-Class Expertise and Threat Intelligence
    • Managed Detection & Response
      24/7/365 Expert MDR Across Your Entire Environment
    • Incident Readiness & Response
      DFIR, Breach Readiness, & Compromise Assessments
    Support, Deployment, & Health
    • Technical Account Management
      Customer Success with Personalized Service
    • SentinelOne GO
      Guided Onboarding & Deployment Advisory
    • SentinelOne University
      Live and On-Demand Training
    • Services Overview
      Comprehensive Solutions for Seamless Security Operations
    • SentinelOne Community
      Community Login
  • Partners
    Our Network
    • MSSP Partners
      Succeed Faster with SentinelOne
    • Singularity Marketplace
      Extend the Power of S1 Technology
    • Cyber Risk Partners
      Enlist Pro Response and Advisory Teams
    • Technology Alliances
      Integrated, Enterprise-Scale Solutions
    • SentinelOne for AWS
      Hosted in AWS Regions Around the World
    • Channel Partners
      Deliver the Right Solutions, Together
    • SentinelOne for Google Cloud
      Unified, Autonomous Security Giving Defenders the Advantage at Global Scale
    • Partner Locator
      Your Go-to Source for Our Top Partners in Your Region
    Partner Portal→
  • Resources
    Resource Center
    • Case Studies
    • Data Sheets
    • eBooks
    • Reports
    • Videos
    • Webinars
    • Whitepapers
    • Events
    View All Resources→
    Blog
    • Feature Spotlight
    • For CISO/CIO
    • From the Front Lines
    • Identity
    • Cloud
    • macOS
    • SentinelOne Blog
    Blog→
    Tech Resources
    • SentinelLABS
    • Ransomware Anthology
    • Cybersecurity 101
  • About
    About SentinelOne
    • About SentinelOne
      The Industry Leader in Cybersecurity
    • Investor Relations
      Financial Information & Events
    • SentinelLABS
      Threat Research for the Modern Threat Hunter
    • Careers
      The Latest Job Opportunities
    • Press & News
      Company Announcements
    • Cybersecurity Blog
      The Latest Cybersecurity Threats, News, & More
    • FAQ
      Get Answers to Our Most Frequently Asked Questions
    • DataSet
      The Live Data Platform
    • S Foundation
      Securing a Safer Future for All
    • S Ventures
      Investing in the Next Generation of Security, Data and AI
  • Pricing
Get StartedContact Us
CVE Vulnerability Database
Vulnerability Database/CVE-2023-35844

CVE-2023-35844: Lightdash Path Traversal Vulnerability

CVE-2023-35844 is a path traversal flaw in Lightdash that allows attackers to access unauthorized files via directory traversal. This article covers the technical details, affected versions, impact, and mitigation.

Published: January 28, 2026

CVE-2023-35844 Overview

CVE-2023-35844 is a path traversal vulnerability affecting Lightdash, an open-source business intelligence platform. The vulnerability exists in packages/backend/src/routers where insecure file endpoints fail to properly validate user-supplied input, allowing attackers to use .. directory traversal sequences to access arbitrary files on the server. Additionally, the application does not enforce that downloaded files have intended extensions (.csv or .png), enabling attackers to retrieve sensitive files outside the expected directories.

Critical Impact

This vulnerability allows unauthenticated remote attackers to read arbitrary files from the server, potentially exposing configuration files, credentials, application source code, and other sensitive data stored on the system.

Affected Products

  • Lightdash versions prior to 0.510.3
  • Lightdash packages/backend/src/routers component
  • All Lightdash deployments with exposed file download endpoints

Discovery Timeline

  • 2023-06-19 - CVE-2023-35844 published to NVD
  • 2024-12-12 - Last updated in NVD database

Technical Details for CVE-2023-35844

Vulnerability Analysis

This directory traversal vulnerability (CWE-22) exists in the file endpoint handlers within Lightdash's backend routing module. The vulnerability allows attackers to manipulate file path parameters to escape the intended directory structure and access files anywhere on the filesystem that the application has read permissions for.

The core issue stems from two security deficiencies: First, the application fails to sanitize or validate path components containing directory traversal sequences like ... Second, there is no enforcement of expected file extensions, meaning attackers are not restricted to retrieving only .csv or .png files as intended by the application design.

This vulnerability is network-accessible without requiring authentication, making it particularly dangerous for internet-exposed Lightdash instances. Successful exploitation could lead to disclosure of sensitive configuration files, database credentials, API keys, or other confidential information stored on the server.

Root Cause

The root cause is improper input validation in the file download endpoints within packages/backend/src/routers. The application directly uses user-supplied path parameters to construct file paths without sanitizing directory traversal sequences or validating that the resulting path remains within the intended directory. The lack of file extension validation compounds this issue by removing an additional layer of defense that could have limited exploitation.

Attack Vector

The attack is conducted over the network against Lightdash's HTTP endpoints. An attacker can craft malicious requests containing .. sequences in file path parameters to traverse directories and access arbitrary files. Since no authentication is required and the attack complexity is low, any attacker with network access to the Lightdash instance can exploit this vulnerability.

A typical attack scenario involves:

  1. Identifying a vulnerable Lightdash file endpoint
  2. Crafting a request with directory traversal sequences (e.g., ../../../etc/passwd)
  3. Receiving the contents of sensitive files in the response

The vulnerability allows high-impact confidentiality breaches as attackers can read any file accessible to the Lightdash process, including configuration files with database credentials, environment variables, and application secrets.

Detection Methods for CVE-2023-35844

Indicators of Compromise

  • HTTP requests to Lightdash file endpoints containing .. or %2e%2e sequences
  • Unusual file access patterns in application logs referencing paths outside expected directories
  • Access to sensitive system files like /etc/passwd, configuration files, or credential stores
  • Anomalous network traffic patterns to Lightdash instances from unexpected sources

Detection Strategies

  • Monitor web application firewall (WAF) logs for path traversal patterns in requests
  • Implement intrusion detection rules to alert on ../ sequences in URL parameters
  • Review Lightdash access logs for requests to file endpoints with suspicious path components
  • Deploy file integrity monitoring on sensitive configuration files and directories

Monitoring Recommendations

  • Enable verbose logging on Lightdash file endpoints to capture full request paths
  • Configure SIEM rules to correlate multiple path traversal attempts from the same source
  • Monitor for data exfiltration indicators following potential exploitation attempts
  • Implement real-time alerting for access to sensitive file paths from web application processes

How to Mitigate CVE-2023-35844

Immediate Actions Required

  • Upgrade Lightdash to version 0.510.3 or later immediately
  • If immediate patching is not possible, restrict network access to Lightdash instances
  • Review access logs for evidence of exploitation attempts
  • Audit any potentially exposed sensitive data and rotate credentials if necessary

Patch Information

Lightdash has addressed this vulnerability in version 0.510.3. The fix is available through GitHub Pull Request #5090 and the specific commit can be reviewed at GitHub Commit fcc808c84c2cc3afb343063e32a49440d32a553c. Release notes detailing changes between versions are available in the GitHub Release Comparison.

Additional technical details about this vulnerability can be found in the DW1 Security Advisory #59.

Workarounds

  • Place Lightdash behind a reverse proxy or WAF with path traversal filtering rules
  • Restrict access to Lightdash file download endpoints at the network level using firewall rules
  • Implement IP allowlisting to limit access to trusted networks only
  • Monitor and block requests containing directory traversal patterns (.., %2e%2e, etc.)
bash
# Example nginx configuration to block path traversal attempts
location /api/ {
    # Block requests containing path traversal sequences
    if ($request_uri ~* "\.\.") {
        return 403;
    }
    
    # Block URL-encoded traversal attempts
    if ($request_uri ~* "%2e%2e") {
        return 403;
    }
    
    proxy_pass http://lightdash_backend;
}

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypePath Traversal

  • Vendor/TechLightdash

  • SeverityHIGH

  • CVSS Score7.5

  • EPSS Probability91.82%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-22
  • Technical References
  • DW1 Security Advisory #59

  • GitHub Release Notes Update
  • Vendor Resources
  • GitHub Commit Details

  • GitHub Pull Request #5090
  • Latest CVEs
  • CVE-2025-9185: Mozilla Firefox RCE Vulnerability

  • CVE-2025-9184: Mozilla Firefox RCE Vulnerability

  • CVE-2025-9180: Mozilla Firefox Auth Bypass Vulnerability

  • CVE-2025-8030: Mozilla Firefox RCE Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the World’s Most Advanced Cybersecurity Platform

See how our intelligent, autonomous cybersecurity platform can protect your organization now and into the future.

Try SentinelOne
  • Get Started
  • Get a Demo
  • Product Tour
  • Why SentinelOne
  • Pricing & Packaging
  • FAQ
  • Contact
  • Contact Us
  • Customer Support
  • SentinelOne Status
  • Language
  • Platform
  • Singularity Platform
  • Singularity Endpoint
  • Singularity Cloud
  • Singularity AI-SIEM
  • Singularity Identity
  • Singularity Marketplace
  • Purple AI
  • Services
  • Wayfinder TDR
  • SentinelOne GO
  • Technical Account Management
  • Support Services
  • Verticals
  • Energy
  • Federal Government
  • Finance
  • Healthcare
  • Higher Education
  • K-12 Education
  • Manufacturing
  • Retail
  • State and Local Government
  • Cybersecurity for SMB
  • Resources
  • Blog
  • Labs
  • Case Studies
  • Videos
  • Product Tours
  • Events
  • Cybersecurity 101
  • eBooks
  • Webinars
  • Whitepapers
  • Press
  • News
  • Ransomware Anthology
  • Company
  • About Us
  • Our Customers
  • Careers
  • Partners
  • Legal & Compliance
  • Security & Compliance
  • Investor Relations
  • S Foundation
  • S Ventures

©2026 SentinelOne, All Rights Reserved.

Privacy Notice Terms of Use

English