Server-Side Request Forgery (SSRF) Affecting litellm package, versions [,1.44.8)
Threat Intelligence
Exploit Maturity
Proof of concept
EPSS
0.53% (78th
percentile)
Do your applications use this vulnerable package?
In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.
Test your applications- Snyk ID SNYK-PYTHON-LITELLM-7981517
- published 15 Sep 2024
- disclosed 13 Sep 2024
- credit Tsubasa Irisawa
Introduced: 13 Sep 2024
CVE-2024-6587 Open this link in a new tabHow to fix?
Upgrade litellm
to version 1.44.8 or higher.
Overview
litellm is a Library to easily interface with LLM API providers
Affected versions of this package are vulnerable to Server-Side Request Forgery (SSRF) via the api_base
parameter used in POST requests at the /chat/completions
endpoint. This value can be set to a malicious domain, allowing the owner of that domain to retrieve the OpenAI API keys.