Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
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-2026-29059

CVE-2026-29059: Windmill Path Traversal Vulnerability

CVE-2026-29059 is a path traversal flaw in Windmill's get_log_file endpoint that allows unauthenticated attackers to read arbitrary server files. This article covers technical details, affected versions, and mitigation.

Published: March 13, 2026

CVE-2026-29059 Overview

CVE-2026-29059 is a path traversal vulnerability affecting Windmill, an open-source developer platform for internal code that provides APIs, background jobs, workflows, and UIs. Prior to version 1.603.3, an unauthenticated path traversal vulnerability exists in Windmill's get_log_file endpoint (/api/w/{workspace}/jobs_u/get_log_file/{filename}). The filename parameter is concatenated into a file path without sanitization, allowing an attacker to read arbitrary files on the server using ../ sequences.

Critical Impact

Unauthenticated attackers can read sensitive files from the server filesystem, potentially exposing configuration files, credentials, API keys, and other confidential data stored on affected Windmill instances.

Affected Products

  • Windmill versions prior to 1.603.3
  • Self-hosted Windmill deployments exposing the vulnerable API endpoint
  • Windmill instances accessible over the network without proper access controls

Discovery Timeline

  • 2026-03-06 - CVE-2026-29059 published to NVD
  • 2026-03-09 - Last updated in NVD database

Technical Details for CVE-2026-29059

Vulnerability Analysis

This vulnerability is classified as CWE-22 (Improper Limitation of a Pathname to a Restricted Directory), commonly known as path traversal or directory traversal. The flaw exists in the get_log_file endpoint which is designed to retrieve log files for job executions within a workspace. The vulnerability allows unauthenticated access, meaning no authentication tokens or session credentials are required to exploit this issue.

The endpoint accepts a filename parameter that is directly concatenated into the file path used to read the requested file. Because the application fails to properly validate or sanitize this input, attackers can manipulate the filename parameter to escape the intended log directory and access arbitrary files elsewhere on the filesystem.

Root Cause

The root cause is the lack of input sanitization on the filename parameter in the get_log_file endpoint. The application directly uses the user-supplied filename value to construct a file path without:

  • Validating that the path remains within the expected log directory
  • Stripping or rejecting path traversal sequences like ../
  • Implementing path canonicalization to resolve symbolic links or relative paths
  • Applying allowlist validation against expected filename patterns

This missing input validation allows attackers to traverse the directory structure and access files outside the intended scope.

Attack Vector

The attack is executed remotely over the network without requiring any authentication. An attacker can craft malicious HTTP requests to the vulnerable endpoint, supplying ../ sequences in the filename parameter to traverse directories. By chaining multiple traversal sequences, an attacker can navigate from the log file directory to the filesystem root and access sensitive files such as /etc/passwd, application configuration files, environment variables, or database credentials.

A typical attack request would target the endpoint /api/w/{workspace}/jobs_u/get_log_file/{filename} with a crafted filename containing path traversal sequences like ../../../etc/passwd to read the system's password file, or ../../../app/config/secrets.json to access application secrets.

Detection Methods for CVE-2026-29059

Indicators of Compromise

  • Web server logs showing requests to /api/w/*/jobs_u/get_log_file/ containing ../ sequences
  • Unusual access patterns to the get_log_file endpoint from external IP addresses
  • HTTP requests with encoded path traversal variants such as %2e%2e%2f or ..%5c
  • Evidence of sensitive file contents in response payloads or exfiltration attempts

Detection Strategies

  • Deploy web application firewall (WAF) rules to detect and block path traversal patterns in request parameters
  • Implement log analysis to identify requests containing ../ or URL-encoded equivalents targeting the vulnerable endpoint
  • Monitor for anomalous access to the get_log_file API from unauthenticated sessions or unusual source IPs
  • Use intrusion detection systems (IDS) with signatures for path traversal attack patterns

Monitoring Recommendations

  • Enable detailed access logging for all API endpoints and review logs for traversal indicators
  • Set up alerts for requests to /api/w/*/jobs_u/get_log_file/ containing special characters or path sequences
  • Monitor file access patterns on the server for reads of sensitive system files from the Windmill application process
  • Implement network monitoring to detect potential data exfiltration following exploitation attempts

How to Mitigate CVE-2026-29059

Immediate Actions Required

  • Upgrade Windmill to version 1.603.3 or later immediately
  • Restrict network access to Windmill instances to trusted networks only until patching is complete
  • Review server access logs for evidence of exploitation attempts
  • Audit any potentially exposed sensitive files for signs of unauthorized access

Patch Information

Windmill has addressed this vulnerability in version 1.603.3. Organizations running affected versions should upgrade immediately to the patched release. The fix implements proper input validation and sanitization for the filename parameter to prevent path traversal attacks.

For patch details, refer to the Windmill Release v1.603.3 and the GitHub Security Advisory GHSA-24fr-44f8-fqwg.

Workarounds

  • Place Windmill behind a reverse proxy that blocks requests containing path traversal sequences
  • Implement network segmentation to limit access to Windmill instances from untrusted networks
  • Use a web application firewall (WAF) to filter malicious requests targeting the vulnerable endpoint
  • Temporarily disable or restrict access to the get_log_file endpoint if log retrieval functionality is not critical
bash
# Example nginx configuration to block path traversal attempts
location /api/w/ {
    if ($request_uri ~* "\.\.") {
        return 403;
    }
    proxy_pass http://windmill_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/TechWindmill

  • SeverityMEDIUM

  • CVSS Score6.9

  • EPSS Probability0.13%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:N/VA:N/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-22
  • Technical References
  • GitHub Windmill Release v1.603.3

  • GitHub Security Advisory GHSA-24fr-44f8-fqwg
  • Related CVEs
  • CVE-2026-22683: Windmill Privilege Escalation Vulnerability

  • CVE-2026-23696: Windmill CE/EE SQL Injection Vulnerability

  • CVE-2026-33881: Windmill Developer Platform RCE Vulnerability

  • CVE-2026-26964: Windmill Information Disclosure Flaw
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