Halil, these are fundamentally different problems. LiteLLM is an AI-gateway authority-boundary failure. CVE-2026-59822 lets a fabricated bearer token reach configured MCP tools without a valid LiteLLM key; before v1.84.0, failed authentication could produce an empty authenticated context. CVE-2026-59821 lets an authorized guardrail administrator execute custom Python inside the proxy; before v1.82.0, an unchanged default master key could turn that into container-level root execution. The MCP blast radius is therefore bounded by the tools and upstream identities configured for that server—not automatically every enterprise credential. The code-execution radius is larger: process-visible secrets and everything reachable from the container, but container root does not by itself prove host or cloud-account compromise. NVD Wiz
For LiteLLM, upgrade to v1.84.0 or later, block the MCP HTTP endpoint until patched, replace default/master keys, revoke MCP sessions, and rotate provider, OAuth, database, and cloud credentials available to the proxy if code execution is suspected. Restrict guardrail administration, eliminate arbitrary custom Python where possible, and run the gateway rootless with blocked metadata access, read-only storage, and destination-allowlisted egress. Hunt for fabricated bearer tokens, unexpected MCP tool calls, guardrail changes, and unusual proxy-container egress. Wiz reports exploitation observed in a honeypot, so this is not merely theoretical. Wiz OSV
PaperCut is conventional unauthenticated RCE executed at agent-assisted scale. CVE-2026-81578 permits pre-authentication configuration changes, which can be chained with CVE-2026-82078’s unsafe Java class loading for code execution. Reporting attributes at least 440 compromised instances across 395 organizations to a campaign using hundreds of agents, Netlas-generated targeting, and established offensive tools. That supports faster research, validation, and parallel scanning—but without a matched non-AI baseline, it does not establish that agents materially improved per-target exploit success. Exposed vulnerable servers and a working RCE chain remained the decisive conditions. Horizon3 BleepingComputer
Patch both PaperCut flaws immediately, remove the application server from direct internet exposure, restrict management paths through VPN or allowlists, and isolate it from identity infrastructure. Hunt for unauthorized configuration changes, anomalous Java execution, child processes, credential dumping, and lateral-movement tooling; rebuild and rotate accessible credentials after confirmed RCE. Calling this an “autonomous AI swarm” would mislead defenders into buying AI-specific controls when exposure management, patching, segmentation, and post-RCE response are what stop it. The accurate framing is agent-orchestrated mass exploitation of conventional vulnerabilities.