ghsa-7ggm-4rjg-594w
Vulnerability from github
Published
2024-05-18 00:30
Modified
2024-05-20 16:39
Severity ?
Summary
litellm passes untrusted data to `eval` function without sanitization
Details
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
.
{ "affected": [ { "package": { "ecosystem": "PyPI", "name": "litellm" }, "ranges": [ { "events": [ { "introduced": "0" }, { "last_affected": "1.28.11" } ], "type": "ECOSYSTEM" } ] } ], "aliases": [ "CVE-2024-4264" ], "database_specific": { "cwe_ids": [ "CWE-94" ], "github_reviewed": true, "github_reviewed_at": "2024-05-20T16:39:43Z", "nvd_published_at": "2024-05-18T00:15:07Z", "severity": "HIGH" }, "details": "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`.", "id": "GHSA-7ggm-4rjg-594w", "modified": "2024-05-20T16:39:43Z", "published": "2024-05-18T00:30:42Z", "references": [ { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-4264" }, { "type": "PACKAGE", "url": "https://github.com/BerriAI/litellm" }, { "type": "WEB", "url": "https://github.com/BerriAI/litellm/blob/main/litellm/proxy/proxy_server.py#L2104-L2108" }, { "type": "WEB", "url": "https://github.com/BerriAI/litellm/blob/main/litellm/proxy/proxy_server.py#L2118" }, { "type": "WEB", "url": "https://github.com/BerriAI/litellm/blob/main/litellm/proxy/proxy_server.py#L2509-L2517" }, { "type": "WEB", "url": "https://github.com/BerriAI/litellm/blob/main/litellm/proxy/proxy_server.py#L2562-L2577" }, { "type": "WEB", "url": "https://github.com/BerriAI/litellm/blob/main/litellm/utils.py#L9867-L9885" }, { "type": "WEB", "url": "https://huntr.com/bounties/a3221b0c-6e25-4295-ab0f-042997e8fc61" } ], "schema_version": "1.4.0", "severity": [ { "score": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H", "type": "CVSS_V3" } ], "summary": "litellm passes untrusted data to `eval` function without sanitization" }
Loading...
Loading...
Sightings
Author | Source | Type | Date |
---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
- Confirmed: The vulnerability is confirmed from an analyst perspective.
- Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
- Patched: This vulnerability was successfully patched by the user reporting the sighting.
- Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
- Not confirmed: The user expresses doubt about the veracity of the vulnerability.
- Not patched: This vulnerability was not successfully patched by the user reporting the sighting.