diff --git a/advisories/unreviewed/2025/03/GHSA-4qcx-jx49-6qrh/GHSA-4qcx-jx49-6qrh.json b/advisories/github-reviewed/2025/03/GHSA-4qcx-jx49-6qrh/GHSA-4qcx-jx49-6qrh.json similarity index 60% rename from advisories/unreviewed/2025/03/GHSA-4qcx-jx49-6qrh/GHSA-4qcx-jx49-6qrh.json rename to advisories/github-reviewed/2025/03/GHSA-4qcx-jx49-6qrh/GHSA-4qcx-jx49-6qrh.json index 94d16aee440..ce68437ed97 100644 --- a/advisories/unreviewed/2025/03/GHSA-4qcx-jx49-6qrh/GHSA-4qcx-jx49-6qrh.json +++ b/advisories/github-reviewed/2025/03/GHSA-4qcx-jx49-6qrh/GHSA-4qcx-jx49-6qrh.json @@ -1,11 +1,12 @@ { "schema_version": "1.4.0", "id": "GHSA-4qcx-jx49-6qrh", - "modified": "2025-03-20T12:32:49Z", + "modified": "2025-03-20T20:54:06Z", "published": "2025-03-20T12:32:48Z", "aliases": [ "CVE-2024-8769" ], + "summary": "Aim path traversal in LockManager.release_locks", "details": "A vulnerability in the `LockManager.release_locks` function in aimhubio/aim (commit bb76afe) allows for arbitrary file deletion through relative path traversal. The `run_hash` parameter, which is user-controllable, is concatenated without normalization as part of a path used to specify file deletion. This vulnerability is exposed through the `Repo._close_run()` method, which is accessible via the tracking server instruction API. As a result, an attacker can exploit this to delete any arbitrary file on the machine running the tracking server.", "severity": [ { @@ -13,12 +14,40 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:H" } ], - "affected": [], + "affected": [ + { + "package": { + "ecosystem": "PyPI", + "name": "aim" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "3.15.0" + }, + { + "last_affected": "3.27.0" + } + ] + } + ] + } + ], "references": [ { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-8769" }, + { + "type": "PACKAGE", + "url": "https://github.com/aimhubio/aim" + }, + { + "type": "WEB", + "url": "https://github.com/aimhubio/aim/blob/bb76afe6e9a54364f322520cc4fea2679238f904/aim/sdk/lock_manager.py#L140" + }, { "type": "WEB", "url": "https://huntr.com/bounties/59d3472f-f581-4beb-a090-afd36a00ecf7" @@ -26,11 +55,12 @@ ], "database_specific": { "cwe_ids": [ + "CWE-22", "CWE-29" ], "severity": "CRITICAL", - "github_reviewed": false, - "github_reviewed_at": null, + "github_reviewed": true, + "github_reviewed_at": "2025-03-20T20:54:05Z", "nvd_published_at": "2025-03-20T10:15:44Z" } } \ No newline at end of file