litellm passes untrusted data to `eval` function without sanitization
High severity
GitHub Reviewed
Published
May 18, 2024
to the GitHub Advisory Database
•
Updated May 20, 2024
Description
Published by the National Vulnerability Database
May 18, 2024
Published to the GitHub Advisory Database
May 18, 2024
Reviewed
May 20, 2024
Last updated
May 20, 2024
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 thelitellm.get_secret()
method. Specifically, when the server utilizes Google KMS, untrusted data is passed to theeval
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 inproxy_server_config.yaml
.References