Skip to content
GradioGHSA-39mp-8hj3-5c49

Gradio is Vulnerable to Absolute Path Traversal on Windows with Python 3.13+

High7.5CVE-2026-28414 · Published Mar 1, 2026 · updated Jun 6, 2026

GitHub advisory

Affected versions

PackageAffectedFixed in
gradio
PyPI
< 6.7.06.7.0
Details and references

### Summary 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. ### Details 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. ### PoC ``` % curl http://10.10.10.10:7860/static//windows/win.ini ; for 16-bit app support [fonts] [extensions] [mci extensions] [files] [Mail] MAPI=1 ``` ### Impact Arbitrary file read in the context of the Windows user running Gradio.

CVSS 3.1
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
Severity from
GitHub (reviewed advisory)
Weakness
CWE-22, CWE-36
Also known as
CVE-2026-28414, PYSEC-2026-64

More Gradio advisories

All Gradio

Critical advisories by email

Wednesdays: the week’s critical and high advisories in the AI and data stack, with the fixed versions. Only in weeks that have some.

Double opt-in. Unsubscribe any time.