Advisory Database
  • Advisories
  • Dependency Scanning
  1. pypi
  2. ›
  3. litellm
  4. ›
  5. CVE-2026-49468

CVE-2026-49468: LiteLLM: Authentication Bypass via Host Header Injection

June 16, 2026

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.

Most deployments are not affected. The bypass is blocked by any upstream layer that validates or normalizes Host, such as:

  • a CDN or WAF, such as Cloudflare
  • a reverse proxy with server_name allowlists
  • a host-based load balancer

LiteLLM Cloud customers are not affected.

References

  • github.com/BerriAI/litellm/releases/tag/v1.84.0
  • github.com/BerriAI/litellm/security/advisories/GHSA-4xpc-pv4p-pm3w
  • github.com/advisories/GHSA-4xpc-pv4p-pm3w
  • nvd.nist.gov/vuln/detail/CVE-2026-49468

Code Behaviors & Features

Detect and mitigate CVE-2026-49468 with GitLab Dependency Scanning

Secure your software supply chain by verifying that all open source dependencies used in your projects contain no disclosed vulnerabilities. Learn more about Dependency Scanning →

Affected versions

All versions before 1.84.0

Fixed versions

  • 1.84.0

Solution

Upgrade to version 1.84.0 or above.

Impact 10 CRITICAL

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H

Learn more about CVSS

Weakness

  • CWE-290: Authentication Bypass by Spoofing

Source file

pypi/litellm/CVE-2026-49468.yml

Spotted a mistake? Edit the file on GitLab.

  • Site Repo
  • About GitLab
  • Terms
  • Privacy Statement
  • Contact

Page generated Tue, 23 Jun 2026 12:23:09 +0000.