CVE Catalog

CVE-2026-92957

CriticalCVSS 9.9
Published: Updated: Translated: NVD NIST

Summary

In vm2 up to 3.11.6, NodeVM's require policy does not properly normalize node:-prefixed builtin specifiers, allowing bypass of denial lists. Sandbox code can access child_process module, enabling command execution on the host.

Risk Assessment

Risk of unauthorized code execution at system level from sandbox, potentially leading to full host compromise.

Recommendation

Update vm2 to version 3.11.7, which fixes the bypass of deny lists for node:-prefixed modules.

Other vulnerabilities in vm2

See all
Original NVD description (English source)

vm2 through 3.11.6 does not normalize `node:`-prefixed builtin specifiers when evaluating user-supplied negative (deny) entries in a NodeVM wildcard require policy. Although NodeVM strips the `node:` prefix during require() resolution, negative wildcard entries are matched by exact string comparison against the canonical builtin names, so a policy such as `new NodeVM({ require: { builtin: ['*', '-node:child_process'] } })` fails to deny the canonical `child_process` module. Sandboxed code can therefore obtain the host `child_process` builtin via `require('child_process')` or `require('node:child_process')`, gaining references to process-spawning APIs such as execSync and spawn, which is equivalent to host command-execution capability for untrusted sandbox code. Fixed in vm2 3.11.7. (Suggested title: "vm2 before 3.11.7: NodeVM builtin deny-list bypass via node:-prefixed specifiers exposes child_process")

Vulnerability data from NVD (NIST) · CISA KEV · EPSS