CVE Catalog

CVE-2026-59823

MediumCVSS 5.3
Published: Updated: Translated: NVD NIST

Summary

Prior to 1.83.9, an authenticated LiteLLM Proxy caller with a valid virtual key can place api_base inside the user_config request body to bypass is_request_body_safe, which blocks top-level api_base and base_url but previously did not inspect or reject user_config. Because user_config constructs the outbound router, the nested destination redirects a server-side request to an internal or external host selected by the caller.

Risk Assessment

This can expose endpoints the caller cannot otherwise access, potentially leading to unauthorized access to internal resources or data leakage. The risk affects environments where LiteLLM Proxy is used to mediate access to LLM APIs.

Recommendation

Update LiteLLM to version 1.83.9 or later, which fixes this issue. Additionally, consider restricting the ability to set api_base in user_config for users with virtual keys.

Other vulnerabilities in LiteLLM

See all
Original NVD description (English source)

LiteLLM is a proxy server (AI Gateway) to call LLM APIs in OpenAI (or native) format. Prior to 1.83.9, an authenticated LiteLLM Proxy caller with a valid virtual key can place api_base inside the user_config request body to bypass is_request_body_safe, which blocks top-level api_base and base_url but previously did not inspect or reject user_config. Because user_config constructs the outbound router, the nested destination redirects a server-side request to an internal or external host selected by the caller and can expose endpoints the caller cannot otherwise access. This issue is fixed in version 1.83.9.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS