CVE-2024-4264

A remote code execution (RCE) vulnerability exists in the berriai/litellm project due to improper control of the generation of code when using the `eval` function unsafely in the `litellm.get_secret()` method. Specifically, when the server utilizes Google KMS, untrusted data is passed to the `eval` function without any sanitization. Attackers can exploit this vulnerability by injecting malicious values into environment variables through the `/config/update` endpoint, which allows for the update of settings in `proxy_server_config.yaml`.
Configurations

No configuration.

History

18 May 2024, 00:15

Type Values Removed Values Added
New CVE

Information

Published : 2024-05-18 00:15

Updated : 2024-05-20 13:00


NVD link : CVE-2024-4264

Mitre link : CVE-2024-4264

CVE.ORG link : CVE-2024-4264


JSON object : View

Products Affected

No product.

CWE
CWE-94

Improper Control of Generation of Code ('Code Injection')