boxscore/security
CVE · referencelatest edition

Reference page — cumulative record through Wednesday, August 19, 2026 UTC. Reference pages update as the archive grows; only dated daily editions are immutable pages of record.

CVE-2026-54236MEDIUM
vllm-project vllm — vLLM: incomplete CVE-2026-22778 fix leaks PIL repr addresses via Anthropic router
  AV  AC  PR  UI  S  C  I  A   CVSS    EPSS   %ile   KEV
   N   L   N   N  U  L  N  N    5.3   .0082   54.5     —
AFFECTED
  Product  Versions       Fixed
  vllm     < 0.23.1rc0 –  —
TIMELINE
  Jun 12  Reserved by GitHub_M
  Jun 22  EXPLOIT PUBLISHED — CVE-2026-54236 (vllm-project vllm). Public exploit reference added.
  Jun 22  Published (CNA: GitHub_M)
CWE-532 · CNA: GitHub_M · CVSS v3.1 · 3 references · NVD status: Analyzed

Description

vLLM is an inference and serving engine for large language models (LLMs). Prior to 0.23.1rc0, the fix for CVE-2026-22778, which introduced a sanitize_message helper that strips object-repr memory addresses from error messages before they reach the client, is incomplete: several response paths echo str(exc) directly to clients without calling sanitize_message. The unsanitized sites include the Anthropic API router in vllm/entrypoints/anthropic/api_router.py (the POST /v1/messages and POST /v1/messages/count_tokens handlers), the Server-Sent Events streaming converter in vllm/entrypoints/anthropic/serving.py, and the realtime speech-to-text WebSocket in vllm/entrypoints/speech_to_text/realtime/connection.py. These paths catch the exception inside the route coroutine and construct the JSONResponse themselves, bypassing the sanitizing global FastAPI exception handler, and WebSocket frames do not traverse that handler chain at all. Using the same primitive as the parent issue, an unauthenticated attacker can send malformed image bytes through the Anthropic Messages API image content parts so that PIL.Image.open raises an UnidentifiedImageError whose message contains the BytesIO object repr, leaking the heap memory address verbatim in the error.message field of the response body. This vulnerability is fixed in 0.23.1rc0.

Lifecycle

Complete event history — 3 events, chronological
DateEventDetail
June 12, 2026ReservedReserved by GitHub_M
June 22, 2026EXPLOIT PUBLISHEDEXPLOIT PUBLISHED — CVE-2026-54236 (vllm-project vllm). Public exploit reference added.
June 22, 2026PublishedPublished (CNA: GitHub_M)

Affected

Affected products and packages — 1 row
VendorProduct / PackageEcosystemVersion introducedFixed
vllm-projectvllm< 0.23.1rc0

Weaknesses

CWE-532

References (3)

Related

Authoritative record: CVE-2026-54236 at cve.org

Vendors: vllm-project

Weaknesses: CWE-532

About this page

This is a reference page, not a dated page of record. It assembles the complete lifecycle of CVE-2026-54236 from the CVE Program record, NVD enrichment, the CISA KEV catalog, EPSS, and OSV advisories. The box score's numbers (CVSS, EPSS, KEV status) are current as of Wednesday, August 19, 2026 UTC and are re-derived as the archive grows; only dated daily editions are immutable pages of record. The authoritative source for this identifier is cve.org.