cve/2024/CVE-2024-1727.md

19 lines
1.0 KiB
Markdown
Raw Normal View History

2024-05-25 21:48:12 +02:00
### [CVE-2024-1727](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-1727)
![](https://img.shields.io/static/v1?label=Product&message=gradio-app%2Fgradio&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=unspecified%3C%204.19.2%20&color=brighgreen)
![](https://img.shields.io/static/v1?label=Vulnerability&message=CWE-352%20Cross-Site%20Request%20Forgery%20(CSRF)&color=brighgreen)
### Description
A Cross-Site Request Forgery (CSRF) vulnerability in gradio-app/gradio allows attackers to upload multiple large files to a victim's system if they are running Gradio locally. By crafting a malicious HTML page that triggers an unauthorized file upload to the victim's server, an attacker can deplete the system's disk space, potentially leading to a denial of service. This issue affects the file upload functionality as implemented in gradio/routes.py.
### POC
#### Reference
No PoCs from references.
#### Github
- https://github.com/NaInSec/CVE-LIST
2025-09-29 16:08:36 +00:00
- https://github.com/leoambrus/artefactswithoutCVEonGitHubAdvisoryDatabase
2024-05-25 21:48:12 +02:00