CVE-2025-45809
BaseFortify
Publication date: 2025-07-03
Last updated on: 2026-03-12
Assigner: MITRE
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| litellm | litellm | 1.65.4 |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-89 | The product constructs all or part of an SQL command using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the intended SQL command when it is sent to a downstream component. Without sufficient removal or quoting of SQL syntax in user-controllable inputs, the generated SQL query can cause those inputs to be interpreted as SQL instead of ordinary user data. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability is a SQL injection in BerriAI litellm version 1.65.4, specifically via the /key/block endpoint. SQL injection allows an attacker to manipulate the database queries by injecting malicious SQL code through input fields, potentially leading to unauthorized access or data manipulation.
How can this vulnerability impact me? :
The SQL injection vulnerability can lead to unauthorized disclosure and modification of data, as indicated by the CVSS impact metrics (Confidentiality and Integrity are low impacted). This could result in exposure of sensitive information or alteration of data without authorization, but it does not affect availability.