From 17b784dcedd242197f533fb0d79e2477f12f83e7 Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Fri, 21 Mar 2025 17:13:42 +0000 Subject: [PATCH] Publish GHSA-prpg-p95c-32fv --- .../GHSA-prpg-p95c-32fv.json | 40 ++++++++++++++++--- 1 file changed, 35 insertions(+), 5 deletions(-) rename advisories/{unreviewed => github-reviewed}/2025/03/GHSA-prpg-p95c-32fv/GHSA-prpg-p95c-32fv.json (59%) diff --git a/advisories/unreviewed/2025/03/GHSA-prpg-p95c-32fv/GHSA-prpg-p95c-32fv.json b/advisories/github-reviewed/2025/03/GHSA-prpg-p95c-32fv/GHSA-prpg-p95c-32fv.json similarity index 59% rename from advisories/unreviewed/2025/03/GHSA-prpg-p95c-32fv/GHSA-prpg-p95c-32fv.json rename to advisories/github-reviewed/2025/03/GHSA-prpg-p95c-32fv/GHSA-prpg-p95c-32fv.json index ed51baa89e5..772dd3bdf14 100644 --- a/advisories/unreviewed/2025/03/GHSA-prpg-p95c-32fv/GHSA-prpg-p95c-32fv.json +++ b/advisories/github-reviewed/2025/03/GHSA-prpg-p95c-32fv/GHSA-prpg-p95c-32fv.json @@ -1,11 +1,12 @@ { "schema_version": "1.4.0", "id": "GHSA-prpg-p95c-32fv", - "modified": "2025-03-20T12:32:42Z", + "modified": "2025-03-21T17:12:10Z", "published": "2025-03-20T12:32:42Z", "aliases": [ "CVE-2024-12217" ], + "summary": "Gradio Path Traversal vulnerability", "details": "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.", "severity": [ { @@ -13,12 +14,40 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N" } ], - "affected": [], + "affected": [ + { + "package": { + "ecosystem": "PyPI", + "name": "gradio" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "last_affected": "5.0.1" + } + ] + } + ] + } + ], "references": [ { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-12217" }, + { + "type": "PACKAGE", + "url": "https://github.com/gradio-app/gradio" + }, + { + "type": "WEB", + "url": "https://github.com/gradio-app/gradio/blob/67e4044c9ca8358eceeb1fa72fa415df03397d20/gradio/utils.py#L1061-L1074" + }, { "type": "WEB", "url": "https://huntr.com/bounties/0439bf3d-cb38-43a5-8314-0fadf85cc5a0" @@ -26,11 +55,12 @@ ], "database_specific": { "cwe_ids": [ - "CWE-22" + "CWE-22", + "CWE-41" ], "severity": "MODERATE", - "github_reviewed": false, - "github_reviewed_at": null, + "github_reviewed": true, + "github_reviewed_at": "2025-03-21T17:12:10Z", "nvd_published_at": "2025-03-20T10:15:27Z" } } \ No newline at end of file