What is CVE-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 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.
Timeline
- 2026-03-06Published to the U.S. National Vulnerability Database (NVD)
- 2026-06-17NVD record last updated
- 2026-07-23First covered in a defend.network daily briefing
Affected product
Windmill
Remediation Steps
- Apply the vendor patch for Windmill to remediate the unauthenticated path traversal in the get_log_file endpoint
- Restrict access to the /api/w/{workspace}/jobs_u/get_log_file/{filename} endpoint to authenticated users only
- Monitor logs for evidence of exploitation attempts targeting the vulnerable endpoint
- Review any logs or files accessed through this endpoint during the period before patching
References
Referenced in our briefings & reports
Browse all tracked CVEs in the defend.network CVE database →
🤖 This CVE page is generated by defend.network from NVD, CISA KEV, EPSS, and our verified daily briefings. Severity and exploitation data come from official sources; always verify remediation steps against the official vendor advisory before acting in production.