ghsa-4qcx-jx49-6qrh
Vulnerability from github
Published
2025-03-20 12:32
Modified
2025-03-20 20:54
Severity ?
VLAI Severity ?
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.
{ "affected": [ { "package": { "ecosystem": "PyPI", "name": "aim" }, "ranges": [ { "events": [ { "introduced": "3.15.0" }, { "last_affected": "3.27.0" } ], "type": "ECOSYSTEM" } ] } ], "aliases": [ "CVE-2024-8769" ], "database_specific": { "cwe_ids": [ "CWE-22", "CWE-29" ], "github_reviewed": true, "github_reviewed_at": "2025-03-20T20:54:05Z", "nvd_published_at": "2025-03-20T10:15:44Z", "severity": "CRITICAL" }, "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.", "id": "GHSA-4qcx-jx49-6qrh", "modified": "2025-03-20T20:54:06Z", "published": "2025-03-20T12:32:48Z", "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" } ], "schema_version": "1.4.0", "severity": [ { "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:H", "type": "CVSS_V3" } ], "summary": "Aim path traversal in LockManager.release_locks" }
Loading…
Loading…
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.
Loading…
Loading…