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

目标: 1000 元 · 已筹: 1336

100%

CVE-2026-53965— MCP PHP SDK HttpTransport 无界SSE缓冲区导致拒绝服务漏洞

一分钟漏洞结论

影响对象
modelcontextprotocol php-sdk
利用判断
尚无明确在野利用证据,仍需结合暴露面评估
建议动作
优先检查厂商安全公告和参考链接中的修复版本;无法立即升级时,限制受影响服务暴露并加强监测。

MCP PHP SDK(Composer 包 mcp/sdk)是 Model Context Protocol(模型上下文协议)的官方 PHP 软件开发工具包。在 0.5.0 至 0.7.0 版本中,HTTP 客户端传输机制会逐块读取服务器发送事件(Server-Sent Events, SSE)响应流,并将每个数据块追加到一个没有上限的内存缓冲区中。该缓冲区仅在检测到 SSE 事件分隔符(即双换行符)时才会被清空。因此,如果远程 MCP 服务器持续推送响应字节但永不发送分隔符,会导致内存缓冲区无限增长。 当客户端

CVSS 6.9 · Medium
获取后续新漏洞提醒 登录后订阅

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

漏洞信息

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

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

Vulnerability Title
MCP PHP SDK: Unbounded SSE buffer in HttpTransport enables client-side denial of service
来源: CVE Program / CVE List V5
Vulnerability Description
The MCP PHP SDK (Composer package mcp/sdk) is the official Model Context Protocol SDK for PHP. In versions 0.5.0 through 0.7.0, the HTTP client transport reads a Server-Sent Events response stream incrementally and appends each chunk to an in-memory buffer with no upper bound. The buffer is only flushed when an SSE event delimiter, a double newline, is found, so a remote MCP server that streams response bytes without ever sending the delimiter causes the buffer to grow without limit. A malicious, compromised, or man-in-the-middle-controlled server that the client connects to over the HTTP transport can exploit this to exhaust the client process's memory, triggering a fatal allocation error or OS out-of-memory kill and denying service to the MCP client. The issue affects any client using HttpTransport against an untrusted server endpoint and does not require authentication or user interaction beyond initiating the connection. This issue is fixed in version 0.7.1.
来源: CVE Program / CVE List V5
CVSS Information
CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:A/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N
来源: CVE Program / CVE List V5
Vulnerability Type
未加控制的资源消耗(资源穷尽)
来源: CVE Program / CVE List V5

受影响产品

厂商 产品 影响版本 CPE 订阅
modelcontextprotocol php-sdk >= 0.5.0, < 0.7.1 -

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

# POC 描述 源链接 神龙链接
AI 生成 POC 高级

未找到公开 POC。

登录以生成 AI POC

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

登录查看更多情报信息。

CVE-2026-53965 补丁与修复 (1)

CVE-2026-53965 厂商安全公告 (1)

CVE-2026-53965 厂商页面 (1)

IV. Related Vulnerabilities

V. Comments for CVE-2026-53965

暂无评论


发表评论