Improper Control of Generation of Code ('Code Injection') Affecting llama-index package, versions [,0.10.38)
Threat Intelligence
EPSS
0.04% (11th
percentile)
Do your applications use this vulnerable package?
In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.
Test your applications- Snyk ID SNYK-PYTHON-LLAMAINDEX-7814172
- published 23 Aug 2024
- disclosed 22 Aug 2024
- credit Unknown
Introduced: 22 Aug 2024
CVE-2024-45201 Open this link in a new tabHow to fix?
Upgrade llama-index
to version 0.10.38 or higher.
Overview
llama-index is an Interface between LLMs and your data
Affected versions of this package are vulnerable to Improper Control of Generation of Code ('Code Injection') through the exec
call in the download/integration.py
script. An attacker can execute arbitrary code by injecting malicious input into the cls_name
variable used in the exec call.