vLLM Anthropic API and speech-to-text heap address information leak
CVE-2026-54236 is an information disclosure vulnerability in vLLM caused by an incomplete fix for CVE-2026-22778. Prior to vLLM 0.23.1rc0, several error-handling paths return raw exception text to clients by embedding str(exc) directly in responses instead of passing the message through the sanitize_message helper intended to strip object-representation memory addresses. The affected paths include the Anthropic API router in vllm/entrypoints/anthropic/api_router.py for POST /v1/messages and POST /v1/messages/count_tokens, the Server-Sent Events streaming converter in vllm/entrypoints/anthropic/serving.py, and the realtime speech-to-text WebSocket handler in vllm/entrypoints/speech_to_text/realtime/connection.py. These handlers catch exceptions locally and construct JSONResponse objects themselves, bypassing the sanitizing global FastAPI exception handler; WebSocket frames also do not traverse that handler chain. An unauthenticated attacker can trigger the issue by supplying malformed image bytes through Anthropic Messages API image content parts, causing PIL.Image.open to raise UnidentifiedImageError. The resulting exception string can include a Python object representation such as a BytesIO repr with a literal heap address, which is then reflected to the client in the error response.
Are you exposed to this one?
Mallory correlates every CVE against your assets, your vendors, and active adversary campaigns. Know which vulnerabilities matter for you, not just which ones are loud.
Impact, mitigation & remediation
What it means. What to do now. Patch path, mitigations, and the assume-compromise checklist.
Impact
What an attacker gets, and what they’ve been doing with it.
Mitigation
If you can’t patch tonight, do this now.
Remediation
Patch, then assume compromise.
Exploits
No public exploits tracked yet. Mallory keeps watching.
No public exploit code observed for this vulnerability.
Affected products & vendors
Products and vendors Mallory has correlated with this vulnerability. Open in Mallory to drill down to specific CPE configurations and version ranges.
Vendor-confirmed product mapping. Mallory continuously reconciles this list against your asset inventory.
Recent activity
6 sources tracked across advisories, community write-ups, and news. New activity surfaces here as Mallory finds it.
An information disclosure vulnerability in the vLLM Anthropic router that appears to leak heap memory addresses via error handling or exception output, potentially exposing sensitive process memory details.
An information disclosure vulnerability in vLLM caused by an incomplete fix, where Anthropic-compatible and speech-to-text endpoints leak heap addresses via unsanitized exception strings, aiding an RCE chain by defeating ASLR.
The version that knows your environment.
Query your assets running an affected version, and investigate the blast radius.
Every observed campaign linking this CVE to a named adversary.
Malware families riding this exploit, with evidence and IOCs.
YARA, Sigma, Snort, and vendor rules, auto-deployed to your SIEM.
Cross-references every affected SKU, including bundled OEM variants.
Community discussion across Reddit, Mastodon, and other social sources.