ghsa-7xmc-vhjp-qv5q
Vulnerability from github
Published
2025-03-20 12:32
Modified
2025-03-20 20:37
Severity ?
Summary
Gradio Vulnerable to Denial of Service (DoS) via Crafted Zip Bomb
Details
A vulnerability in the dataframe component of gradio-app/gradio (version git 98cbcae) allows for a zip bomb attack. The component uses pd.read_csv to process input values, which can accept compressed files. An attacker can exploit this by uploading a maliciously crafted zip bomb, leading to a server crash and causing a denial of service.
{ "affected": [ { "package": { "ecosystem": "PyPI", "name": "gradio" }, "ranges": [ { "events": [ { "introduced": "4.0.0" }, { "last_affected": "5.0.0b2" } ], "type": "ECOSYSTEM" } ] } ], "aliases": [ "CVE-2024-10569" ], "database_specific": { "cwe_ids": [ "CWE-475" ], "github_reviewed": true, "github_reviewed_at": "2025-03-20T20:37:28Z", "nvd_published_at": "2025-03-20T10:15:17Z", "severity": "HIGH" }, "details": "A vulnerability in the dataframe component of gradio-app/gradio (version git 98cbcae) allows for a zip bomb attack. The component uses pd.read_csv to process input values, which can accept compressed files. An attacker can exploit this by uploading a maliciously crafted zip bomb, leading to a server crash and causing a denial of service.", "id": "GHSA-7xmc-vhjp-qv5q", "modified": "2025-03-20T20:37:28Z", "published": "2025-03-20T12:32:39Z", "references": [ { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-10569" }, { "type": "PACKAGE", "url": "https://github.com/gradio-app/gradio" }, { "type": "WEB", "url": "https://github.com/gradio-app/gradio/blob/98cbcaef827de7267462ccba180c7b2ffb1e825d/gradio/components/dataframe.py#L263" }, { "type": "WEB", "url": "https://huntr.com/bounties/7192bcbb-08a3-4d22-a321-9c6d19dbfc74" } ], "schema_version": "1.4.0", "severity": [ { "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "type": "CVSS_V3" } ], "summary": "Gradio Vulnerable to Denial of Service (DoS) via Crafted Zip Bomb" }
Loading...
Loading...
- Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
- Confirmed: The vulnerability is confirmed from an analyst perspective.
- Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
- Patched: This vulnerability was successfully patched by the user reporting the sighting.
- Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
- Not confirmed: The user expresses doubt about the veracity of the vulnerability.
- Not patched: This vulnerability was not successfully patched by the user reporting the sighting.