ghsa-g9cj-cfpp-4g2x
Vulnerability from github
An issue was discovered in gradio-app/gradio, where the /component_server
endpoint improperly allows the invocation of any method on a Component
class with attacker-controlled arguments. Specifically, by exploiting the move_resource_to_block_cache()
method of the Block
class, an attacker can copy any file on the filesystem to a temporary directory and subsequently retrieve it. This vulnerability enables unauthorized local file read access, posing a significant risk especially when the application is exposed to the internet via launch(share=True)
, thereby allowing remote attackers to read files on the host machine. Furthermore, gradio apps hosted on huggingface.co
are also affected, potentially leading to the exposure of sensitive information such as API keys and credentials stored in environment variables.
{ "affected": [ { "package": { "ecosystem": "PyPI", "name": "gradio" }, "ranges": [ { "events": [ { "introduced": "0" }, { "fixed": "4.13.0" } ], "type": "ECOSYSTEM" } ] } ], "aliases": [ "CVE-2024-1561" ], "database_specific": { "cwe_ids": [ "CWE-29" ], "github_reviewed": true, "github_reviewed_at": "2024-04-16T18:21:39Z", "nvd_published_at": "2024-04-16T00:15:08Z", "severity": "HIGH" }, "details": "An issue was discovered in gradio-app/gradio, where the `/component_server` endpoint improperly allows the invocation of any method on a `Component` class with attacker-controlled arguments. Specifically, by exploiting the `move_resource_to_block_cache()` method of the `Block` class, an attacker can copy any file on the filesystem to a temporary directory and subsequently retrieve it. This vulnerability enables unauthorized local file read access, posing a significant risk especially when the application is exposed to the internet via `launch(share=True)`, thereby allowing remote attackers to read files on the host machine. Furthermore, gradio apps hosted on `huggingface.co` are also affected, potentially leading to the exposure of sensitive information such as API keys and credentials stored in environment variables.", "id": "GHSA-g9cj-cfpp-4g2x", "modified": "2024-05-10T16:31:55Z", "published": "2024-04-16T00:30:33Z", "references": [ { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-1561" }, { "type": "WEB", "url": "https://github.com/gradio-app/gradio/commit/24a583688046867ca8b8b02959c441818bdb34a2" }, { "type": "PACKAGE", "url": "https://github.com/gradio-app/gradio" }, { "type": "WEB", "url": "https://huntr.com/bounties/4acf584e-2fe8-490e-878d-2d9bf2698338" }, { "type": "WEB", "url": "https://www.gradio.app/changelog#4-13-0" } ], "schema_version": "1.4.0", "severity": [ { "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N", "type": "CVSS_V3" } ], "summary": "gradio vulnerable to Path Traversal" }
Sightings
Author | Source | Type | Date |
---|
Nomenclature
- 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.