RCE in Llamaindex
CVE-2024-3271
A command injection vulnerability exists in the run-llama/llama_index repository, specifically within the safe_eval function. Attackers can bypass the intended security mechanism, which checks for the presence of underscores in code generated by LLM, to execute arbitrary code. This is achieved by crafting input that does not contain an underscore but still results in the execution of OS commands. The vulnerability allows for remote code execution (RCE) on the server hosting the application.
Vulnerability class: Command Injection (OS Command Injection)
EPSS: 0.029 (85.3th percentile) — read the EPSS interpretation.
CVSS v3 metric
CVSS v3 base score 9.8 (Critical). Vector: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H.
Affected products
- Llamaindex
- Run-llama Run-llama/llama_index — versions unspecified
Weakness classification (CWE)
References
- security@huntr.dev (Exploit, Third Party Advisory)
- security@huntr.dev (Patch)
Frequently asked questions
- What is CVE-2024-3271?
- CVE-2024-3271 is a critical-severity vulnerability in Llamaindex, classified under Command Injection. CVSS score: 9.8/10. Published 2024-04-16.
- How severe is CVE-2024-3271?
- Critical severity. CVSS v3 base score is 9.8 out of 10.