๐Ÿ” CVE Alert

CVE-2026-92957

CRITICAL 9.9

vm2 before 3.11.7 Authentication Bypass via node: Prefix

CVSS Score
9.9
EPSS Score
0.0%
EPSS Percentile
0th

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")

CWE CWE-269
Vendor patriksimek
Product vm2
Published Sep 17, 2026
Stay Ahead of the Next One

Get instant alerts for patriksimek vm2

Be the first to know when new critical vulnerabilities affecting patriksimek vm2 are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

CVSS v3 Breakdown

CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H
Attack Vector
Network
Attack Complexity
Low
Privileges Required
Low
User Interaction
None
Scope
Changed
Confidentiality
High
Integrity
High
Availability
High

Affected Versions

patriksimek / vm2
0 < 3.11.7

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/patriksimek/vm2/security/advisories/GHSA-8686-vhfx-7r3j vulncheck.com: https://www.vulncheck.com/advisories/vm2-before-3.11.7-authentication-bypass-via-node-prefix

Credits

๐Ÿ” nasaa0x ๐Ÿ” sangnigege ๐Ÿ” manus-use