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

目标: 1000 元 · 已筹: 1336

100%

CVE-2026-76850— LMDeploy 反序列化漏洞导致远程代码执行

一分钟漏洞结论

影响对象
InternLM lmdeploy
利用判断
存在公开或 AI PoC,应优先验证
建议动作
优先检查厂商安全公告和参考链接中的修复版本;无法立即升级时,限制受影响服务暴露并加强监测。

LMDeploy 使用 pickle 对解耦式服务(disaggregated-serving)对等节点之间的消息进行反序列化。 中的 协程通过 接收点对点缓存请求,该方法会使用 对接收到的字节数据进行反序列化。而针对 类型的 检查仅在反序列化完成之后才执行。 提供这些数据字节的对等节点由调用方控制: 将请求体中的 传递给 ZMQ PULL 套接字的 方法;同时,在 中定义的 POST 和 端点,除非服务器启动时配置了 (默认为 ),否则不会实施任何身份验证。 因此,远程攻击者可以引导引擎从其控制的 ZMQ 端点拉

CVSS 9.8 · Critical EPSS 0.98% · P59

影响版本矩阵 1

厂商产品 版本范围状态
InternLM lmdeploy 0.9.2< 0.16.0 affected
获取后续新漏洞提醒 登录后订阅

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

漏洞信息

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

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

Vulnerability Title
LMDeploy Remote Code Execution via Unsafe Pickle Deserialization in the Disaggregated Serving Peer Connector
来源: CVE Program / CVE List V5
Vulnerability Description
LMDeploy deserializes disaggregated-serving peer messages with pickle. The handle_zmq_recv coroutine in lmdeploy/pytorch/disagg/conn/engine_conn.py reads peer-to-peer cache-free requests with recv_pyobj(), which deserializes the received bytes with pickle.loads(), and the isinstance check against DistServeCacheFreeRequest runs only after deserialization has already completed. The peer that supplies those bytes is caller-controlled: p2p_connect passes remote_engine_endpoint_info.zmq_address from the request body to connect() on the ZMQ PULL socket, and the POST /distserve/p2p_initialize and /distserve/p2p_connect endpoints in lmdeploy/serve/openai/api_server.py apply no authentication unless the server is started with api_keys, which defaults to None. A remote attacker can direct an engine to pull from a ZMQ endpoint under their control and execute arbitrary code in the engine process. Deployments that do not enable disaggregated serving are not affected, because the receive loop is only started once the migration backend accepts the connection.
来源: CVE Program / CVE List V5
CVSS Information
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
来源: CVE Program / CVE List V5
Vulnerability Type
可信数据的反序列化
来源: CVE Program / CVE List V5

受影响产品

厂商 产品 影响版本 CPE 订阅
InternLM lmdeploy 0.9.2 ~ 0.16.0 -

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

# POC 描述 源链接 神龙链接
AI 生成 POC 高级
Qwen3.6-35B-A3B · 5838 chars
Pro+ 专属包含:
漏洞复现靶场录像(真实沙箱构建 + 触发,独家)
漏洞原理深度分析
触发条件与影响面
完整可执行 POC 代码
利用链与缓解建议
POC 打包下载
每月 100+ 条 AI 生成额度

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

登录查看更多情报信息。

CVE-2026-76850 补丁与修复 (3)

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

CVE-2026-76850 概念验证 (1)

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

CVE-2026-76850 其他参考 (1)

IV. Related Vulnerabilities

V. Comments for CVE-2026-76850

暂无评论


发表评论