ghsa-mxvw-cj37-8g2h
Vulnerability from github
Published
2024-04-10 18:30
Modified
2024-10-25 19:18
Severity ?
VLAI Severity ?
Summary
Aim Web API vulnerable to Remote Code Execution
Details
A critical Remote Code Execution (RCE) vulnerability was identified in the aimhubio/aim project, specifically within the /api/runs/search/run/
endpoint, affecting versions >= 3.0.0. The vulnerability resides in the run_search_api
function of the aim/web/api/runs/views.py
file, where improper restriction of user access to the RunView
object allows for the execution of arbitrary code via the query
parameter. This issue enables attackers to execute arbitrary commands on the server, potentially leading to full system compromise.
{ "affected": [ { "package": { "ecosystem": "PyPI", "name": "aim" }, "ranges": [ { "events": [ { "introduced": "3.0.0" }, { "last_affected": "3.25.0" } ], "type": "ECOSYSTEM" } ] } ], "aliases": [ "CVE-2024-2195" ], "database_specific": { "cwe_ids": [ "CWE-94" ], "github_reviewed": true, "github_reviewed_at": "2024-04-10T22:19:53Z", "nvd_published_at": "2024-04-10T17:15:54Z", "severity": "CRITICAL" }, "details": "A critical Remote Code Execution (RCE) vulnerability was identified in the aimhubio/aim project, specifically within the `/api/runs/search/run/` endpoint, affecting versions \u003e= 3.0.0. The vulnerability resides in the `run_search_api` function of the `aim/web/api/runs/views.py` file, where improper restriction of user access to the `RunView` object allows for the execution of arbitrary code via the `query` parameter. This issue enables attackers to execute arbitrary commands on the server, potentially leading to full system compromise.", "id": "GHSA-mxvw-cj37-8g2h", "modified": "2024-10-25T19:18:59Z", "published": "2024-04-10T18:30:48Z", "references": [ { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-2195" }, { "type": "PACKAGE", "url": "https://github.com/aimhubio/aim" }, { "type": "WEB", "url": "https://huntr.com/bounties/22f2355e-b875-4c01-b454-327e5951c018" } ], "schema_version": "1.4.0", "severity": [ { "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", "type": "CVSS_V3" } ], "summary": "Aim Web API vulnerable to Remote Code Execution" }
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…