From 9d9bffdf3636a61e90db64e69f3cfd5f2989d3eb Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Fri, 21 Mar 2025 22:27:15 +0000 Subject: [PATCH] Publish GHSA-mrvr-7493-pfq3 --- .../GHSA-mrvr-7493-pfq3.json | 37 +++++++++++++++++-- 1 file changed, 33 insertions(+), 4 deletions(-) rename advisories/{unreviewed => github-reviewed}/2025/03/GHSA-mrvr-7493-pfq3/GHSA-mrvr-7493-pfq3.json (56%) diff --git a/advisories/unreviewed/2025/03/GHSA-mrvr-7493-pfq3/GHSA-mrvr-7493-pfq3.json b/advisories/github-reviewed/2025/03/GHSA-mrvr-7493-pfq3/GHSA-mrvr-7493-pfq3.json similarity index 56% rename from advisories/unreviewed/2025/03/GHSA-mrvr-7493-pfq3/GHSA-mrvr-7493-pfq3.json rename to advisories/github-reviewed/2025/03/GHSA-mrvr-7493-pfq3/GHSA-mrvr-7493-pfq3.json index 5af67eb18e8..0a34387e51f 100644 --- a/advisories/unreviewed/2025/03/GHSA-mrvr-7493-pfq3/GHSA-mrvr-7493-pfq3.json +++ b/advisories/github-reviewed/2025/03/GHSA-mrvr-7493-pfq3/GHSA-mrvr-7493-pfq3.json @@ -1,11 +1,12 @@ { "schema_version": "1.4.0", "id": "GHSA-mrvr-7493-pfq3", - "modified": "2025-03-20T12:32:45Z", + "modified": "2025-03-21T22:25:50Z", "published": "2025-03-20T12:32:45Z", "aliases": [ "CVE-2024-6851" ], + "summary": "Aim Path Traversal vulnerability", "details": "In version 3.22.0 of aimhubio/aim, the LocalFileManager._cleanup function in the aim tracking server accepts a user-specified glob-pattern for deleting files. The function does not verify that the matched files are within the directory managed by LocalFileManager, allowing a maliciously crafted glob-pattern to lead to arbitrary file deletion.", "severity": [ { @@ -13,12 +14,40 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [], + "affected": [ + { + "package": { + "ecosystem": "PyPI", + "name": "aim" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "last_affected": "3.22.0" + } + ] + } + ] + } + ], "references": [ { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-6851" }, + { + "type": "PACKAGE", + "url": "https://github.com/aimhubio/aim" + }, + { + "type": "WEB", + "url": "https://github.com/aimhubio/aim/blob/88ac143708fad8737094b74e9e5b25689d18f1a6/aim/sdk/reporter/file_manager.py#L44" + }, { "type": "WEB", "url": "https://huntr.com/bounties/839703fb-23b7-4dc4-ae81-44cd4740d3f3" @@ -29,8 +58,8 @@ "CWE-22" ], "severity": "HIGH", - "github_reviewed": false, - "github_reviewed_at": null, + "github_reviewed": true, + "github_reviewed_at": "2025-03-21T22:25:49Z", "nvd_published_at": "2025-03-20T10:15:34Z" } } \ No newline at end of file