Security researchers at Obsidian Security disclose a chain of three vulnerabilities in LiteLLM, an open-source AI gateway that exposes a single OpenAI-compatible API while routing requests to many model providers. LiteLLM deployments include organizations that may use internal users or agent workflows, since the gateway stores and manages provider API keys and mediates prompts and responses. The researchers report that an attacker starting from a default low-privilege account can bypass authorization, escalate privileges to proxy_admin, and ultimately execute arbitrary code on the gateway server.

The disclosure links the chain to three CVEs: CVE-2026-47101 (authorization bypass involving virtual API key route restrictions), CVE-2026-47102 (privilege escalation via the /user/update endpoint by modifying role-related fields), and CVE-2026-40217 (a Custom Code Guardrail sandbox escape that allows code execution). The researchers describe potential exposure of provider keys and other stored secrets, including prompts and responses processed through the proxy. A mitigation is to upgrade immediately to LiteLLM v1.83.14-stable or later, which the maintainer says includes complete fixes for these CVEs.