SQL injection in litellm
Moderate severity
GitHub Reviewed
Published
Jun 6, 2024
to the GitHub Advisory Database
•
Updated Jun 6, 2024
Description
Published by the National Vulnerability Database
Jun 6, 2024
Published to the GitHub Advisory Database
Jun 6, 2024
Last updated
Jun 6, 2024
Reviewed
Jun 6, 2024
An SQL Injection vulnerability exists in the berriai/litellm repository, specifically within the
/global/spend/logs
endpoint. The vulnerability arises due to improper neutralization of special elements used in an SQL command. The affected code constructs an SQL query by concatenating an unvalidatedapi_key
parameter directly into the query, making it susceptible to SQL Injection if theapi_key
contains malicious data. This issue affects the latest version of the repository. Successful exploitation of this vulnerability could lead to unauthorized access, data manipulation, exposure of confidential information, and denial of service (DoS).References