目标达成 感谢每一位支持者 — 我们达成了 100% 目标!

目标: 1000 元 · 已筹: 1336

100%

CVE-2026-54236— vLLM Anthropic路由器PIL地址泄露漏洞

CVSS 5.3 · Medium EPSS 0.80% · P52
获取后续新漏洞提醒登录后订阅

一、 漏洞 CVE-2026-54236 基础信息

漏洞信息

对漏洞内容有疑问?看看神龙的深度分析是否有帮助!
查看神龙十问 ↗

尽管我们使用了先进的大模型技术,但其输出仍可能包含不准确或过时的信息。神龙努力确保数据的准确性,但请您根据实际情况进行核实和判断。

Vulnerability Title
vLLM: incomplete CVE-2026-22778 fix leaks PIL repr addresses via Anthropic router
来源: 美国国家漏洞数据库 NVD
Vulnerability 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.
来源: 美国国家漏洞数据库 NVD
CVSS Information
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N
来源: 美国国家漏洞数据库 NVD
Vulnerability Type
通过日志文件的信息暴露
来源: 美国国家漏洞数据库 NVD

受影响产品

厂商产品影响版本CPE订阅
vllm-projectvllm < 0.23.1rc0 -

二、漏洞 CVE-2026-54236 的公开POC

#POC 描述源链接神龙链接
1vLLM <= 0.23.0 incompletely fixes CVE-2026-22778. The original fix added sanitize_message to the OpenAI router but the Anthropic-compatible router (/v1/messages) echoes str(exc) directly. https://github.com/projectdiscovery/nuclei-templates/blob/main/http/cves/2026/CVE-2026-54236.yamlPOC详情
AI 生成 POC高级

未找到公开 POC。

登录以生成 AI POC

三、漏洞 CVE-2026-54236 的情报信息

登录查看更多情报信息。

CVE-2026-54236 其他参考 (3)

同批安全公告 · vllm-project · 2026-06-22 · 共 8 条

CVE-2026-487469.1 CRITICALvLLM OpenAI 身份验证绕过漏洞
CVE-2026-542328.8 HIGHvLLM Dockerfile依赖混淆漏洞
CVE-2026-415237.5 HIGHvLLM 激活函数加载断言绕过导致远程代码执行漏洞
CVE-2026-471556.5 MEDIUMvLLM工件固定衰减漏洞
CVE-2026-542336.5 MEDIUMvLLM 音频解压缩炸弹拒绝服务漏洞
CVE-2026-53923vLLM GGUF Kernels 张量维度截导致GPU缓冲区溢出漏洞
CVE-2026-54235vLLM NaN/Infinity温度参数绕过验证

IV. Related Vulnerabilities

V. Comments for CVE-2026-54236

暂无评论


发表评论