Gradio makes the `/file` secure against file traversal and server-side request forgery attacks
High8.6CVE-2023-51449 · Published Dec 21, 2023 · updated Sep 10, 2026
Older versions of `gradio` contained a vulnerability in the `/file` route which made them susceptible to file traversal attacks in which an attacker could access arbitrary files on a machine running a Gradio app with a public URL (e.g. if the demo was created with `share=True`, or on Hugging Face Spaces) if they knew the path of files to look for. This was not possible through regular URLs passed into a browser, but it was possible through the use of programmatic tools such as `curl` with the `--pass-as-is` flag. Furthermore, the `/file` route in Gradio apps also contained a vulnerability that made it possible to use it for SSRF attacks. Both of these vulnerabilities have been fixed in `gradio==4.11.0`
Affected versions
| Package | Affected | Fixed in |
|---|---|---|
| gradio PyPI | < 4.11.0 | 4.11.0 |
Details and references
- CVSS 3.1
- CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:L/A:L
- Severity from
- GitHub (reviewed advisory)
- Weakness
- CWE-22
- Also known as
- CVE-2023-51449, PYSEC-2023-249
- github.com/gradio-app/gradio/security/advisories/GHSA-6qm2-wpxq-7qh2
- nvd.nist.gov/vuln/detail/CVE-2023-51449
- github.com/gradio-app/gradio/commit/1b9d4234d6c25ef250d882c7b90e1f4039ed2d76
- github.com/gradio-app/gradio/commit/7ba8c5da45b004edd12c0460be9222f5b5f5f055
- github.com/gradio-app/gradio
- github.com/pypa/advisory-database/tree/main/vulns/gradio/PYSEC-2023-249.yaml
More Gradio advisories
All Gradio| Date | Advisory | Severity | Fixed in |
|---|---|---|---|
| Apr 162024 | gradio Server-Side Request Forgery vulnerability | Medium6.5 | 4.10.0 |
| Mar 272024 | gradio Server-Side Request Forgery vulnerability | High7.3 | 4.18.0 |
| Feb 222024 | Gradio apps vulnerable to timing attacks to guess password | Medium5.9 | 4.19.2 |
| Feb 62024 | Gradio Path Traversal vulnerability | High7.5 | 4.9.0 |
| Dec 142023 | Gradio Exposure of Sensitive Information to an Unauthorized Actor vulnerability | Critical9.6 | 4.14.0 |
| Sep 162023 | Gradio arbitrary file upload vulnerability | Medium4.8 | No fix yet |