Impact
The vulnerability arises from incomplete validation of request‑body routing parameters in the LiteLLM proxy. An authenticated user can supply a custom destination through parameters such as api_base or base_url, causing the server to send any stored provider credentials to that externally controlled address. This results in a server‑side request forgery that can exfiltrate credentials for upstream LLM providers and any other secrets stored in the proxy configuration. The weakness is categorized as CWE-918.
Affected Systems
Affected is BerriAI's LiteLLM proxy server, commonly named litellm. Versions older than 1.88.6 and older than 1.96.2 are vulnerable. The issue is resolved in releases 1.88.6 and 1.96.2.
Risk and Exploitability
The CVSS score of 6.5 indicates a moderate severity. Because the flaw requires an authenticated user, exploitation requires legitimate access to the proxy, which may be limited to internal staff. The EPSS score is not available, and the vulnerability is not listed in CISA’s KEV catalog. In practice, an attacker with legitimate credentials could redirect provider calls to a malicious host, allowing exfiltration of credentials and potential access to internal services reachable from the proxy.
OpenCVE Enrichment