CVE-2024-2195:
Aim Web API vulnerable to Remote Code Execution
9.8
CVSS ScoreBasic Information
CVE ID
GHSA ID
EPSS Score
-
CWE
Published
4/10/2024
Updated
10/25/2024
KEV Status
No
Technology
Python
Technical Details
CVSS Vector
CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
---|---|---|---|
aim | pip | >= 3.0.0, <= 3.25.0 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The vulnerability description explicitly identifies the run_search_api function in aim/web/api/runs/views.py as the location of the RCE flaw. The function's handling of the 'query' parameter with insufficient access controls to the RunView object creates an injection vector. Multiple authoritative sources (GitHub Advisory, NVD, huntr) consistently reference this function as the attack surface. The CWE-94 classification confirms this is a direct code injection scenario rather than a configuration or dependency issue.