CVE-2024-3271: llama-index-core Command Injection vulnerability
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.
References
- github.com/advisories/GHSA-r6gp-rff2-p3hf
- github.com/run-llama/llama_index
- github.com/run-llama/llama_index/commit/2c92e88838a5f481d50840240b1dd3180066c6f5
- github.com/run-llama/llama_index/commit/5fbcb5a8b9f20f81b791c7fc8849e352613ab475
- huntr.com/bounties/9b32490e-7cf9-470e-8d49-ba083ae7a279
- nvd.nist.gov/vuln/detail/CVE-2024-3271
Detect and mitigate CVE-2024-3271 with GitLab Dependency Scanning
Secure your software supply chain by verifying that all open source dependencies used in your projects contain no disclosed vulnerabilities. Learn more about Dependency Scanning →