Gradio has Absolute Path Traversal on Windows with Python 3.13+
Description
Gradio is an open-source Python package designed for quick prototyping. Prior to version 6.7, Gradio apps running on Window with Python 3.13+ are vulnerable to an absolute path traversal issue that enables unauthenticated attackers to read arbitrary files from the file system. Python 3.13+ changed the definition of os.path.isabs so that root-relative paths like /windows/win.ini on Windows are no longer considered absolute paths, resulting in a vulnerability in Gradio's logic for joining paths safely. This can be exploited by unauthenticated attackers to read arbitrary files from the Gradio server, even when Gradio is set up with authentication. Version 6.7 fixes the issue.
AI Insight
LLM-synthesized narrative grounded in this CVE's description and references.
Affected packages
Versions sourced from the GitHub Security Advisory.
| Package | Affected versions | Patched versions |
|---|---|---|
gradioPyPI | < 6.7.0 | 6.7.0 |
Affected products
2- Range: < 6.7
Patches
Vulnerability mechanics
References
5- github.com/advisories/GHSA-39mp-8hj3-5c49ghsaADVISORY
- nvd.nist.gov/vuln/detail/CVE-2026-28414ghsaADVISORY
- github.com/gradio-app/gradio/commit/6011b00d0154b85532fa901dd73cf8fa7d86fd04ghsaWEB
- github.com/gradio-app/gradio/security/advisories/GHSA-39mp-8hj3-5c49ghsax_refsource_CONFIRMWEB
- github.com/pypa/advisory-database/tree/main/vulns/gradio/PYSEC-2026-64.yamlghsaWEB
News mentions
0No linked articles in our index yet.