Vulnerability Description
A vulnerability in the gradio-app/gradio repository, version git 67e4044, allows for path traversal on Windows OS. The implementation of the blocked_path functionality, which is intended to disallow users from reading certain files, is flawed. Specifically, while the application correctly blocks access to paths like 'C:/tmp/secret.txt', it fails to block access when using NTFS Alternate Data Streams (ADS) syntax, such as 'C:/tmp/secret.txt::$DATA'. This flaw can lead to unauthorized reading of blocked file paths.
CVSS Score
MEDIUM
Related Weaknesses (CWE)
References
- https://huntr.com/bounties/0439bf3d-cb38-43a5-8314-0fadf85cc5a0
- https://huntr.com/bounties/0439bf3d-cb38-43a5-8314-0fadf85cc5a0
FAQ
What is CVE-2024-12217?
CVE-2024-12217 is a vulnerability with a CVSS score of 5.3 (MEDIUM). A vulnerability in the gradio-app/gradio repository, version git 67e4044, allows for path traversal on Windows OS. The implementation of the blocked_path functionality, which is intended to disallow u...
How severe is CVE-2024-12217?
CVE-2024-12217 has been rated MEDIUM with a CVSS base score of 5.3/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2024-12217?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.