Urgent.News

What's breaking now, across thousands of outlets.

Tech

A One-Character Token Was Enough: LiteLLM and the Credential Concentration Problem in AI Gateways

A One-Character Token Was Enough: LiteLLM and the Credential Concentration Problem in AI Gateways In one honeypot capture, the request that started an intrusion looked like this: a GET to the models endpoint with an Authorization header containing the single character x . It worked. That detail is the clearest possible illustration of what went wrong in LiteLLM, and of why AI gateways have become…

The flaw CVE-2026-59822 in LiteLLM's MCP Streamable HTTP endpoint is an improper authentication vulnerability. When a token fails validation, the code returns an empty authentication object rather than rejecting the request. This means any bearer token, including a single character, passes through. The practical effect is that an unauthenticated attacker can list and invoke MCP tools, which are the mechanisms by which an AI gateway reaches downstream systems.

LiteLLM is a proxy that fronts many model providers, acting as a single interface for applications to call multiple models. It concentrates provider API keys, virtual keys, configuration, and potentially cloud credentials, creating a concentration of value. When a component accumulates this much authority, its authentication logic becomes a control boundary.

The vulnerability was part of a chain of issues, including CVE-2026-42271, a command injection in the MCP stdio test endpoint, and CVE-2026-48710, a host header bypass in Starlette that allows path injection. Together, these produced fully unauthenticated remote code execution. A miner was hidden in AI-adjacent directories, persistence was achieved through techniques like modified SSH keys and altered cron entries, and hidden configuration paths captured API keys and other sensitive information.

To remediate, upgrade LiteLLM to the fixed release 1.84.0, inventory AI infrastructure that hasn't been registered in a security asset register, restrict MCP or administrative endpoints to authorized networks, disable unused test routes, move secrets out of environment variables and configuration files, and manage secrets with short-lived credentials.

Look for unexpected SSH authorized keys, hidden directories, and processes named after common system daemons that hold real memory. Understanding the structural impact of this flaw is crucial, as the aggregation of authority in a single component makes its authentication logic a central control boundary.

Written by urgent.news from Dev.to's reporting — not their text. Machine-written — may contain errors; check the original before relying on it.

Read the original at dev.to →

More in Tech

Cross-Chain Bridge Risk Assessment: MEXC

Cross-Chain Bridge Risk Assessment: MEXC Target Protocol : MEXC (TVL: $5496.9M) Cross‑Chain Bridge Risk Assessment – MEXC TVL (Ethereum/L2): ≈ $5.5 B Date: 25 September 2026 Prepared by: Senior DeFi…

More from Friday 25 September →