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

目标: 1000 元 · 已筹: 1336

100%

CVE-2026-92937— vm2 3.11.6 远程代码执行漏洞

一分钟漏洞结论

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

vm2 3.11.6 存在沙箱逃逸漏洞,可导致宿主 Node.js 进程中发生远程代码执行。针对 GHSA-m283-3h24-438v 的修复并不完整:位于 处的桥接“门控”逻辑仅对直接调用目标进行身份检查,以决定是否需要重建/净化被拒绝的宿主 Promise 值。通过 或 的间接方式注册拒绝回调(例如 )时,被拦截的调用目标变为宿主的 ,导致净化器(sanitiser)未执行,从而使带有完整自身属性的原始宿主错误对象直接到达沙箱代码中。 如果嵌入方(embedder)向沙箱暴露了宿主领域的 Promise(例如

CVSS 10.0 · Critical
获取后续新漏洞提醒 登录后订阅

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

漏洞信息

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

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

Vulnerability Title
vm2 3.11.6 Remote Code Execution via Promise call/apply
来源: CVE Program / CVE List V5
Vulnerability Description
vm2 3.11.6 is vulnerable to a sandbox escape leading to remote code execution in the host Node.js process. The fix for GHSA-m283-3h24-438v is incomplete: the bridge gate at lib/bridge.js:1624 identity-checks only the direct call target when deciding whether to rebuild/sanitise a rejected host Promise value. Registering the rejection handler through Function.prototype.call or .apply indirection (e.g., p.then.call(p, undefined, cb)) makes the intercepted target host Function.prototype.call, so the sanitiser never runs and the raw host error reaches sandbox code with its own properties intact. If an embedder exposes a host-realm Promise to the sandbox (an async host function bridged via the sandbox option, or a NodeVM external module's async method) and that Promise rejects with an Error carrying a non-primitive own property referencing a host object (for example err.detail = process), untrusted code in the sandbox obtains a fully functional proxy to that host object and can execute arbitrary commands with the privileges of the host process (e.g., e.detail.mainModule.require('child_process').execSync(...)). The direct p.then(undefined, cb), bind, and Reflect.apply forms are correctly sanitised. Fixed in vm2 3.11.7.
来源: CVE Program / CVE List V5
CVSS Information
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H
来源: CVE Program / CVE List V5
Vulnerability Type
对生成代码的控制不恰当(代码注入)
来源: CVE Program / CVE List V5

受影响产品

厂商 产品 影响版本 CPE 订阅
patriksimek vm2 3.11.6 ~ 3.11.7 -

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

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

未找到公开 POC。

登录以生成 AI POC

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

登录查看更多情报信息。

CVE-2026-92937 厂商安全公告 (2)

同批安全公告 · patriksimek · 2026-09-17 · 共 30 条

CVE-2026-92947 10.0 CRITICAL vm2 3.11.7 之前 内存信息泄露漏洞
CVE-2026-92941 10.0 CRITICAL VMware vCenter 3.11.3 至3.11.7 TLS信任库操纵漏洞
CVE-2026-92960 10.0 CRITICAL vm2 3.11.6 前 OS 和 DNS 状态暴露漏洞
CVE-2026-92940 10.0 CRITICAL vm2 3.11.3至3.11.6 HTTPS凭证泄露
CVE-2026-92946 10.0 CRITICAL vm2 3.11.7 之前版本 远程代码执行漏洞
CVE-2026-92956 10.0 CRITICAL vm2 3.11.6 沙箱逃逸漏洞
CVE-2026-92953 10.0 CRITICAL vm2 3.11.0-3.11.7 原型链污染漏洞
CVE-2026-92955 10.0 CRITICAL VM2 3.11.7 前沙箱逃逸漏洞
CVE-2026-92957 9.9 CRITICAL vm2 3.11.7之前版本 Node前缀认证绕过漏洞
CVE-2026-92948 9.9 CRITICAL vm2 3.9.6至3.11.5沙箱逃逸漏洞
CVE-2026-92939 9.9 CRITICAL vm2 3.11.3-3.11.6 原生代码执行漏洞
CVE-2026-92938 9.9 CRITICAL VMware vSphere 3.11.3-3.11.6 远程代码执行漏洞
CVE-2026-92951 9.9 CRITICAL VM2 3.11.7 之前 模块白名单绕过漏洞
CVE-2026-92944 9.8 CRITICAL VM2 3.10.2至3.11.6沙箱逃逸漏洞
CVE-2026-92935 9.0 CRITICAL NodeVM 远程代码执行漏洞
CVE-2026-92934 9.0 CRITICAL vm2 3.11.8前沙箱逃逸远程代码执行漏洞
CVE-2026-92954 8.6 HIGH VMware vCenter Server 3.10.0-3.11.5 拒绝服务漏洞
CVE-2026-92950 8.6 HIGH VM2 3.11.7前沙箱逃逸漏洞
CVE-2026-92958 8.5 HIGH vm2 3.11.7 前 通过fs/promises绕过黑名单漏洞
CVE-2026-92942 7.5 HIGH vm2 3.11.7前 超时旁路漏洞

显示前 20 条,共 30 条。 查看全部 → →

IV. Related Vulnerabilities

V. Comments for CVE-2026-92937

暂无评论


发表评论