Mend.io Vulnerability Database
The largest open source vulnerability database
What is a Vulnerability ID?
New vulnerability? Tell us about it!
CVE-2026-92957
Published:September 17, 2026
Updated:September 22, 2026
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")
Affected Packages
https://github.com/patriksimek/vm2.git (GITHUB):
Affected version(s) =3.11.6 <v3.11.7
Fix Suggestion:
Update to version v3.11.7
vm2 (NPM):
Affected version(s) >=0.1.0 <3.11.7
Fix Suggestion:
Update to version 3.11.7
Do you need more information?
Contact Us
CVSS v4
Base Score:
9.4
Attack Vector
NETWORK
Attack Complexity
LOW
Attack Requirements
NONE
Privileges Required
LOW
User Interaction
NONE
Vulnerable System Confidentiality
HIGH
Vulnerable System Integrity
HIGH
Vulnerable System Availability
HIGH
Subsequent System Confidentiality
HIGH
Subsequent System Integrity
HIGH
Subsequent System Availability
HIGH
CVSS v3
Base Score:
9.9
Attack Vector
NETWORK
Attack Complexity
LOW
Privileges Required
LOW
User Interaction
NONE
Scope
CHANGED
Confidentiality
HIGH
Integrity
HIGH
Availability
HIGH
Weakness Type (CWE)
Improper Privilege Management
EPSS
Base Score:
0.49