PT-2026-50152 · Litellm · Litellm

·

CVE-2026-49468

·

Published

2026-06-16

·

Updated

2026-08-27

CVSS v3.1

9.8

Critical

VectorAV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
Name of the Vulnerable Software and Affected Versions LiteLLM versions prior to 1.84.0
Description A Host-header parsing flaw in the LiteLLM proxy allows unauthenticated access to protected management routes. The authentication layer derives the effective route from request.url.path in the get request route() function within litellm/proxy/auth/auth utils.py, which is reconstructed from the Host header. A crafted Host header can cause the authentication gate to evaluate a different route than the one dispatched by FastAPI, leading to an authentication bypass via Host Header Injection.
Recommendations Update to version 1.84.0 or later. As a temporary workaround, place the proxy behind an upstream component that validates or normalizes the Host header, such as a CDN, WAF, a reverse proxy with explicit server name allowlists, or a cloud load balancer with host-based routing rules, or restrict network access to the proxy listener.

Exploit

Fix

Authentication Bypass by Spoofing

Found an issue in the description? Have something to add? Feel free to write us 👾

Weakness Enumeration

Related Identifiers

CVE-2026-49468
ECHO-472D-A2DB-709D
GHSA-4XPC-PV4P-PM3W
PYSEC-2026-388

Affected Products

Litellm