From de7210cfd9f52ed834c696005c1264c87ebeaa48 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:05:01 +0000 Subject: [PATCH] Publish GHSA-m724-hqmc-ggpx --- .../GHSA-m724-hqmc-ggpx.json | 40 ++++++++++++++++--- 1 file changed, 35 insertions(+), 5 deletions(-) rename advisories/{unreviewed => github-reviewed}/2025/03/GHSA-m724-hqmc-ggpx/GHSA-m724-hqmc-ggpx.json (57%) diff --git a/advisories/unreviewed/2025/03/GHSA-m724-hqmc-ggpx/GHSA-m724-hqmc-ggpx.json b/advisories/github-reviewed/2025/03/GHSA-m724-hqmc-ggpx/GHSA-m724-hqmc-ggpx.json similarity index 57% rename from advisories/unreviewed/2025/03/GHSA-m724-hqmc-ggpx/GHSA-m724-hqmc-ggpx.json rename to advisories/github-reviewed/2025/03/GHSA-m724-hqmc-ggpx/GHSA-m724-hqmc-ggpx.json index 1eff84662ad..dc1e7fc9d66 100644 --- a/advisories/unreviewed/2025/03/GHSA-m724-hqmc-ggpx/GHSA-m724-hqmc-ggpx.json +++ b/advisories/github-reviewed/2025/03/GHSA-m724-hqmc-ggpx/GHSA-m724-hqmc-ggpx.json @@ -1,11 +1,12 @@ { "schema_version": "1.4.0", "id": "GHSA-m724-hqmc-ggpx", - "modified": "2025-03-20T12:32:42Z", + "modified": "2025-03-21T17:03:33Z", "published": "2025-03-20T12:32:42Z", "aliases": [ "CVE-2024-12216" ], + "summary": "GluonCV Arbitrary File Write via TarSlip", "details": "A vulnerability in the `ImageClassificationDataset.from_csv()` API of the `dmlc/gluon-cv` repository, version 0.10.0, allows for arbitrary file write. The function downloads and extracts `tar.gz` files from URLs without proper sanitization, making it susceptible to a TarSlip vulnerability. Attackers can exploit this by crafting malicious tar files that, when extracted, can overwrite files on the victim's system via path traversal or faked symlinks.", "severity": [ { @@ -13,12 +14,40 @@ "score": "CVSS:3.0/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:H/A:H" } ], - "affected": [], + "affected": [ + { + "package": { + "ecosystem": "PyPI", + "name": "gluoncv" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "last_affected": "0.10.0" + } + ] + } + ] + } + ], "references": [ { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-12216" }, + { + "type": "PACKAGE", + "url": "https://github.com/dmlc/gluon-cv" + }, + { + "type": "WEB", + "url": "https://github.com/dmlc/gluon-cv/blob/3862e2db33ab650eff7c7c5c5891e805207027b1/gluoncv/utils/filesystem.py#L223-L229" + }, { "type": "WEB", "url": "https://huntr.com/bounties/46081fdc-2951-4deb-a2c9-2627007bdce0" @@ -26,11 +55,12 @@ ], "database_specific": { "cwe_ids": [ - "CWE-20" + "CWE-20", + "CWE-22" ], "severity": "HIGH", - "github_reviewed": false, - "github_reviewed_at": null, + "github_reviewed": true, + "github_reviewed_at": "2025-03-21T17:03:33Z", "nvd_published_at": "2025-03-20T10:15:27Z" } } \ No newline at end of file