CVE-2026-29059
published 2026-03-06CVE-2026-29059: 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…
PriorityP265high7.5CVSS 3.1
AVNACLPRNUINSUCHINAN
EXPLOIT
EPSS
2.58%
83.3th percentile
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 sanitization, allowing an attacker to read arbitrary files on the server using ../ sequences. This issue has been patched in version 1.603.3.
Affected
2 ranges
| Vendor | Product | Version range | Fixed in |
|---|---|---|---|
| windmill-labs | windmill | < 1.603.3 | 1.603.3 |
| windmill | windmill | < 1.603.3 | 1.603.3 |
Detection & IOCsextracted from sources · hover to see the quote
url/index.php/apps/app_api/proxy/flow/api/w/_/jobs_u/get_log_file/..%25252F..%25252F..%25252F..%25252F..%25252F..%25252Fetc%25252Fpasswd↗
url/index.php/apps/app_api/proxy/flow/api/w/_/jobs_u/get_log_file/..%25252F..%25252F..%25252F..%25252Fetc%25252Fpasswd↗
- →HTTP GET response body containing 'root:x:0:0:' indicates successful /etc/passwd read via path traversal on the get_log_file endpoint ↗
- →Exploit requires no authentication; monitor unauthenticated GET requests to /api/w/*/jobs_u/get_log_file/ containing URL-encoded ../ sequences (%2F, %252F) ↗
- →Double URL-encoded traversal sequences (..%25252F) are used for the Nextcloud proxy path variant; detect both single (%2F) and double-encoded (%252F) traversal patterns ↗
- →The Nextcloud Flow attack surface is reachable via /index.php/apps/app_api/proxy/flow/ prefix, proxying requests to the Windmill backend ↗
- ·Vulnerability is patched in Windmill version 1.603.3; only versions prior to 1.603.3 are affected ↗
- ·The filename parameter is concatenated into a file path without sanitization; the root cause is missing input sanitization on the filename parameter of the get_log_file endpoint ↗
CVSS provenance
nvdv3.17.5HIGHCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
nvdv4.06.9MEDIUMCVSS: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
CVEs like this are exactly what “Exploited This Week” covers.
Every Monday: what got weaponized or added to CISA KEV in the last seven days — each CVE cross-linked to its PoC, Nuclei template, and detection rule. Free, one email a week, unsubscribe in one click.
No advisories linked to this vulnerability.
No detection rules found.
Nuclei
Windmill/Nextcloud Flow < 1.603.3 - Unauthenticated Path Traversal
nuclei·CVSS 6.9
CVE-2026-29059 [MEDIUM] Windmill/Nextcloud Flow < 1.603.3 - Unauthenticated Path Traversal
Windmill/Nextcloud Flow < 1.603.3 - Unauthenticated Path Traversal
Windmill < 1.603.3 contains a path traversal caused by unsanitized filename parameter in get_log_file endpoint, letting unauthenticated attackers read arbitrary files on the server, exploit requires no authentication.
Template:
id: CVE-2026-29059
info:
name: Windmill/Nextcloud Flow < 1.603.3 - Unauthenticated Path Traversal
author: 0x_Akoko
severity: critical
description: |
Windmill < 1.603.3 contains a path traversal caused by unsanitized filename parameter in get_log_file endpoint, letting unauthenticated attackers read arbitrary files on the server, exploit requires no authentication.
impact: |
Unauthenticated attackers can read arbitrary files on the server, potentially exposing sensitive information.
remediation: |
2026-03-06
Published