CRITICAL🇵🇱 Wersja polska

CVE-2026-49468

CVSS 9.5v4.0pub. 2026-06-22upd. 2026-07-08

LiteLLM is a proxy server (AI Gateway) to call LLM APIs in OpenAI (or native) format. Prior to 1.84.0, a Host-header parsing flaw in the LiteLLM proxy could, under specific conditions, allow unauthenticated access to protected management routes. The auth layer derived the effective route from request.url.path in litellm/proxy/auth/auth_utils.py::get_request_route(), which Starlette reconstructs from the Host header. A crafted Host could therefore make the auth gate evaluate a different route from the one FastAPI dispatched. This vulnerability is fixed in 1.84.0.

🤖 AI Analysis
How it works

The vulnerability concerns the authentication mechanism in the LiteLLM proxy server (AI Gateway), which is used to forward requests to various language model (LLM) API interfaces. According to CWE-290 classification, an attacker can bypass identity verification through spoofing — impersonating a trusted entity. The attack vector is network-based (AV:N), requires no user interaction or privileges (PR:N, UI:N), and the impacts include high impact on confidentiality, integrity, and availability of both the main component and related systems.

Impact

An unauthenticated remote attacker can gain unauthorized access to the LiteLLM proxy server, which may lead to takeover of configuration, leakage of data transmitted to AI models, and disruption of service availability, as well as potential impact on related systems (SC:H, SI:H, SA:H).

Mitigation & patch

LiteLLM must be updated immediately to version 1.84.0 or later. The patch is available in the official GitHub repository at: https://github.com/BerriAI/litellm/releases/tag/v1.84.0

Who is affected

LiteLLM (BerriAI) in all versions before 1.84.0

Analysis generated by Claude AI (Anthropic) based on NVD data. Always verify with vendor.
CVSS Vector
CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:H/VI:H/VA:H/SC:H/SI:H/SA:H/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
  • Litellm

    APP
    Litellm
    < 1.84.0
🔵
CHECK WITH VENDOR
No clear patch data available. Check vendor references.
CWE
References

Related vulnerabilities

CVE-2026-42208CRITICAL9.3⚠ KEVPL ✓same product

SQL Injection w LiteLLM umożliwia nieautoryzowany dostęp do bazy danych

CVE-2026-33634CRITICAL9.4⚠ KEVPL ✓same product

Atak supply chain na Trivy — złośliwe tagi GitHub Actions i obraz kontenera

CVE-2026-35030CRITICAL9.4PL ✓same product

LiteLLM: pominięcie uwierzytelnienia JWT przez kolizję klucza cache (Auth Bypass)

CVE-2024-5751CRITICAL9.8PL ✓same product

RCE w BerriAI/litellm poprzez endpoint /config/update

CVE-2024-2952CRITICAL9.8PL ✓same product

BerriAI LiteLLM – SSTI via Jinja umożliwia RCE przez endpoint /completions