CVE-2024-10188 Details
Description
A vulnerability in BerriAI/litellm, as of commit 26c03c9, allows unauthenticated users to cause a Denial of Service (DoS) by exploiting the use of ast.literal_eval to parse user input. This function is not safe and is prone to DoS attacks, which can crash the litellm Python server.
A denial-of-service vulnerability has been identified in BerriAI's litellm, specifically in commit 26c03c9. This vulnerability allows unauthenticated users to crash the litellm Python server by exploiting the unsafe use of ast.literal_eval for parsing user input. The issue arises because ast.literal_eval can be manipulated to create a payload that overwhelms the server, leading to a segmentation fault and causing the server to crash.
Users can update to litellm version 1.53.1 or later, where this vulnerability has been fixed.
Metrics
CVSS 4.0 Severity and Vector Strings:
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
Volerion
Assessed Mar 20, 2025CISA-ADP
Assessed Mar 20, 2025References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
| URL | Source(s) | Tag(s) |
|---|---|---|
| https://github.com/berriai/litellm/commit/21156ff5d0d84a7dd93f951ca033275c77e4f73c | [email protected] | Source CodeVendor |
| https://huntr.com/bounties/96a32812-213c-4819-ba4e-36143d35e95b | [email protected] | ExploitTechnical Description |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-400 | Uncontrolled Resource Consumption | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| BerriAI litellm | 26c03c9 |
CPE
Remediation
| |
Change History
3 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Jun 17, 2026 | CVE Modified | [email protected] |
| Jun 17, 2026 | CVE Modified | CISA-ADP |
| Mar 20, 2025 | New CVE Received | [email protected] |
Volerion