CVE-2026-29059
Published: 06 March 2026
Summary
CVE-2026-29059 is a high-severity Path Traversal (CWE-22) vulnerability in Windmill Windmill. Its CVSS base score is 7.5 (High).
Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 5.3th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.
Threat & Defense at a Glance
Threat & Defense Details
Likely Mitigating ControlsAI
Per-CVE control mapping for this CVE has not run yet; the list below is derived from the weakness types (CWEs) cited in the NVD entry.
Validates pathnames and filenames to prevent traversal outside intended directories.
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
Unauthenticated path traversal in public-facing Windmill endpoint directly enables remote exploitation (T1190) and arbitrary local file reads (T1005).
NVD Description
Windmill is an open-source developer platform for internal code: 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…
more
sanitization, allowing an attacker to read arbitrary files on the server using ../ sequences. This issue has been patched in version 1.603.3.
Deeper analysisAI
CVE-2026-29059 is an unauthenticated path traversal vulnerability (CWE-22) affecting Windmill, an open-source developer platform for internal code execution including APIs, background jobs, workflows, and UIs. The flaw exists in versions prior to 1.603.3 within the get_log_file endpoint (/api/w/{workspace}/jobs_u/get_log_file/{filename}), where the filename parameter is directly concatenated into a file path without sanitization, enabling traversal using ../ sequences to access files outside the intended directory.
Any unauthenticated attacker with network access can exploit this vulnerability with low complexity and no user interaction required. Successful exploitation allows reading arbitrary files on the server, such as sensitive configuration files or logs. The CVSS v3.1 base score of 7.5 (AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N) reflects high confidentiality impact without affecting integrity or availability.
Windmill has patched this issue in version 1.603.3. Security practitioners should upgrade to this version or later. Additional details are available in the release notes at https://github.com/windmill-labs/windmill/releases/tag/v1.603.3 and the GitHub security advisory at https://github.com/windmill-labs/windmill/security/advisories/GHSA-24fr-44f8-fqwg. A related repository at https://github.com/Chocapikk/Windfall may provide further context.
Details
- CWE(s)