LiteLLMGHSA-gppg-gqw8-wh9g
litellm vulnerable to remote code execution based on using eval unsafely
Critical9.8CVE-2024-5751 · Published Jun 27, 2024 · updated Sep 10, 2026
BerriAI/litellm version v1.35.8 contains a vulnerability where an attacker can achieve remote code execution. The vulnerability exists in the `add_deployment` function, which decodes and decrypts environment variables from base64 and assigns them to `os.environ`. An attacker can exploit this by sending a malicious payload to the `/config/update` endpoint, which is then processed and executed by the server when the `get_secret` function is triggered. This requires the server to use Google KMS and a database to store a model.
Affected versions
| Package | Affected | Fixed in |
|---|---|---|
| litellm PyPI | < 1.40.16 | 1.40.16 |
Details and references
- CVSS 3.0
- CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
- Severity from
- GitHub (reviewed advisory)
- Weakness
- CWE-94
- Also known as
- CVE-2024-5751, PYSEC-2026-389
More LiteLLM advisories
All LiteLLM| Date | Advisory | Severity | Fixed in |
|---|---|---|---|
| Jun 272024 | litellm vulnerable to improper access control in team management | Medium5.3 | 1.40.15 |
| Jun 62024 | Arbitrary file deletion in litellm | High6.5 | 1.35.36 |
| Jun 62024 | SQL injection in litellm | Medium4.9 | No fix yet |
| Jun 62024 | SQL injection in litellm | Medium6.4 | 1.40.0 |
| May 182024 | litellm passes untrusted data to `eval` function without sanitization | High7.2 | No fix yet |
| Apr 102024 | LiteLLM has Server-Side Template Injection vulnerability in /completions endpoint | Critical9.8 | 1.34.42 |