ghsa-gppg-gqw8-wh9g
Vulnerability from github
Published
2024-06-27 21:32
Modified
2024-06-28 21:57
Severity ?
Summary
litellm vulnerable to remote code execution based on using eval unsafely
Details
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": [ { "package": { "ecosystem": "PyPI", "name": "litellm" }, "ranges": [ { "events": [ { "introduced": "0" }, { "fixed": "1.40.16" } ], "type": "ECOSYSTEM" } ] } ], "aliases": [ "CVE-2024-5751" ], "database_specific": { "cwe_ids": [ "CWE-94" ], "github_reviewed": true, "github_reviewed_at": "2024-06-28T21:06:26Z", "nvd_published_at": "2024-06-27T19:15:16Z", "severity": "CRITICAL" }, "details": "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.", "id": "GHSA-gppg-gqw8-wh9g", "modified": "2024-06-28T21:57:33Z", "published": "2024-06-27T21:32:08Z", "references": [ { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-5751" }, { "type": "WEB", "url": "https://github.com/BerriAI/litellm/pull/4228" }, { "type": "WEB", "url": "https://github.com/BerriAI/litellm/commit/fcea4c22ad96b24436f196ae709f71932e84b0b8" }, { "type": "PACKAGE", "url": "https://github.com/berriai/litellm" }, { "type": "WEB", "url": "https://huntr.com/bounties/ae623c2f-b64b-4245-9ed4-f13a0a5824ce" } ], "schema_version": "1.4.0", "severity": [ { "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", "type": "CVSS_V3" } ], "summary": "litellm vulnerable to remote code execution based on using eval unsafely" }
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.