← Vulnerability feed

Vulnerability record · CVE-2026-59822 · published 8 July 2026

CVE-2026-59822: LiteLLM MCP endpoint auth bypass via OAuth2 passthrough fallback

Litellm · Litellm

LiteLLM's MCP Streamable HTTP endpoint, prior to 1.84.0, let an unauthenticated attacker send a fabricated Authorization header that triggered an OAuth2 passthrough fallback path. That path replaced failed LiteLLM key validation with an empty UserAPIKeyAuth() object, so requests reached MCP tooling without a valid LiteLLM key. This is an authentication bypass on an AI gateway that fronts LLM APIs and tooling.

8.8 CVSS 4.0 High CISA KEV since 2 Sep 2026 EPSS 0.84% · top 44.0% CWE-287 · Improper authenticationCWE-306 · Missing authentication for critical function
8.8CVSS 4.0 base score
0.84%EPSS exploitation probability, 30 days
YesIn CISA KEV, fix deadline passed
1Affected product versions listed by NVD
6References
3 Sep 2026Last modified by NVD

Description

LiteLLM is a proxy server (AI Gateway) to call LLM APIs in OpenAI (or native) format. Prior to 1.84.0, LiteLLM's MCP Streamable HTTP endpoint allowed an unauthenticated attacker to use a fabricated Authorization header to trigger an OAuth2 passthrough fallback path that replaced failed LiteLLM key validation with an empty UserAPIKeyAuth() object, allowing requests to reach MCP tooling without a valid LiteLLM key. This issue is fixed in version 1.84.0.

CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:L/VA:N/SC:N/SI:N/SA:N/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:

Automated analysis

Generated by VULONE's analysis model from the NVD record, CISA KEV and EPSS data on 17 September 2026. Confidence: high.

critical priorityIt is an unauthenticated network-reachable authentication bypass on an AI gateway and is listed in CISA KEV as exploited.

What it is

LiteLLM's MCP Streamable HTTP endpoint, prior to 1.84.0, let an unauthenticated attacker send a fabricated Authorization header that triggered an OAuth2 passthrough fallback path. That path replaced failed LiteLLM key validation with an empty UserAPIKeyAuth() object, so requests reached MCP tooling without a valid LiteLLM key. This is an authentication bypass on an AI gateway that fronts LLM APIs and tooling.

Impact

An attacker gains unauthenticated access to MCP tooling behind the gateway, with high confidentiality impact and limited integrity impact per the CVSS vector. No availability impact is recorded.

Attack surface

Reachable over the network via the MCP Streamable HTTP endpoint; the CVSS vector shows no privileges required and no user interaction. Only a crafted Authorization header is needed.

Exploitation

CISA added it to KEV with a 2026-09-16 due date, indicating known exploitation, while EPSS is low at 0.0087 (57th percentile). No ransomware campaign use is documented.

What to do

  • Upgrade LiteLLM to 1.84.0 or later, which contains the fix.
  • If immediate upgrade is not possible, restrict network access to the MCP Streamable HTTP endpoint to trusted clients only.
  • Disable or block the OAuth2 passthrough fallback path until patched, per vendor advisory GHSA-7488-6r32-c95q.
  • Follow CISA BOD 26-04 guidance, including evaluating internet exposure and discontinuing use if mitigations are unavailable.

Detection

  • Hunt proxy and application logs for requests to the MCP Streamable HTTP endpoint carrying Authorization headers that fail LiteLLM key validation but still return success.
  • Alert on authentication events where an empty or anonymous UserAPIKeyAuth object is created.
  • Monitor for MCP tool invocations from clients with no associated valid LiteLLM key.
  • Review internet-facing LiteLLM instances for exposure of the MCP endpoint.

This assessment is produced automatically and is not human-reviewed. Verify against the vendor advisory before acting on it.

Exploitation in the wild

CISA added CVE-2026-59822 to the Known Exploited Vulnerabilities catalog on 2 September 2026 as "BerriAI LiteLLM Improper Authentication Vulnerability". Required action: Apply mitigations in accordance with vendor instructions, ensuring compliance with CISA’s BOD 26-04 Prioritizing Security Updates Based on Risk (see URL in Notes) guidance and CISA’s “Forensics Triage Requirements” (see URL in Notes). Follow applicable BOD 26-04 guidance for cloud services or discontinue use of the product if mitigations are unavailable. Stakeholders are responsible for evaluating each asset's internet exposure and ensuring adherence to BOD 26-04 patching guidelines. Federal deadline 16 September 2026.

Affected products

1 vulnerable configurations from NVD's CPE data, grouped by vendor and product.

References

Track CVE-2026-59822 inside VULONE

Watch it alongside the ransomware crews, C2 infrastructure and forum chatter that reference it, query it through the API and pull it into your SIEM over TAXII.

Start free Open in platform

Related vulnerabilities

Same products first, then exploited flaws of the same weakness class.

9.4CVE-2026-33634Trivy and trivy-action supply chain compromise via malicious release and tagsA threat actor used compromised credentials to publish a malicious Trivy v0.69.4 release, force-push 76 of 77 version tags in aquasecurity/trivy-acti…KEVEPSS 1.7%analysed9.3CVE-2026-42208LiteLLM proxy SQL injection in API key checkLiteLLM versions 1.81.16 to before 1.83.7 build a database query for proxy API key checks by concatenating the caller-supplied key into the query tex…KEVEPSS 5.8%analysed8.7CVE-2026-42271LiteLLM MCP test endpoints allow authenticated OS command injectionLiteLLM versions 1.74.2 through before 1.83.7 expose two MCP preview endpoints (POST /mcp-rest/test/connection and POST /mcp-rest/test/tools/list) th…KEVEPSS 13%analysed9.8CVE-2024-5751Litellm code injection vulnerabilityBerriAI/litellm version v1.35.8 contains a vulnerability where an attacker can achieve remote code execution. The vulnerability exists in the `add_de…EPSS 0.88%9.8CVE-2024-2952Litellm vulnerabilityBerriAI/litellm is vulnerable to Server-Side Template Injection (SSTI) via the `/completions` endpoint. The vulnerability arises from the `hf_chat_te…EPSS 1.3%9.5CVE-2026-49468Litellm authentication bypass by spoofing vulnerabilityLiteLLM 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 prox…EPSS 0.82%9.4CVE-2026-35030Litellm improper authentication vulnerabilityLiteLLM is a proxy server (AI Gateway) to call LLM APIs in OpenAI (or native) format. Prior to 1.83.0, when JWT authentication is enabled (enable_jwt…EPSS 0.88%8.8CVE-2026-40217Litellm code injection vulnerabilityLiteLLM through 2026-04-08 allows remote attackers to execute arbitrary code via bytecode rewriting at the /guardrails/test_custom_code URI.EPSS 3.4%

Source: NIST National Vulnerability Database (record CVE-2026-59822), CISA KEV, FIRST EPSS (scores of 2026-09-26). This page is refreshed as NVD updates the record.