Mend.io Vulnerability Database
The largest open source vulnerability database
What is a Vulnerability ID?
New vulnerability? Tell us about it!
CVE-2026-92933
Published:September 17, 2026
Updated:September 22, 2026
vm2 is a sandbox for running untrusted Node.js code. In versions <= 3.11.7, NodeVM exposes the host "util" module to the sandbox as an unfiltered shallow copy ("Object.assign({}, util)" in "defaultBuiltinLoaderUtil"), and the deprecated "sys" builtin (an alias of host "util") is exposed through the generic builtin loader. On Node.js >= 22.9 this hands sandboxed code "util.getCallSites()", a programmatic stack-introspection API that returns the host process's full call stack, including absolute file paths, function names, and line numbers for vm2 bridge internals and the embedding application's entrypoint. This bypasses the host-frame redaction introduced for GHSA-v27g-jcqj-v8rw, which only applies to the "Error.prepareStackTrace" formatting channel. The issue is fixed in vm2 3.11.8.
Affected Packages
https://github.com/patriksimek/vm2.git (GITHUB):
Affected version(s) =v3.11.7 <v3.11.8
Fix Suggestion:
Update to version v3.11.8
vm2 (NPM):
Affected version(s) >=0.1.0 <3.11.8
Fix Suggestion:
Update to version 3.11.8
Do you need more information?
Contact Us
CVSS v4
Base Score:
6.9
Attack Vector
NETWORK
Attack Complexity
LOW
Attack Requirements
NONE
Privileges Required
NONE
User Interaction
NONE
Vulnerable System Confidentiality
LOW
Vulnerable System Integrity
NONE
Vulnerable System Availability
NONE
Subsequent System Confidentiality
LOW
Subsequent System Integrity
NONE
Subsequent System Availability
NONE
CVSS v3
Base Score:
5.8
Attack Vector
NETWORK
Attack Complexity
LOW
Privileges Required
NONE
User Interaction
NONE
Scope
CHANGED
Confidentiality
LOW
Integrity
NONE
Availability
NONE
Weakness Type (CWE)
Exposure of Sensitive Information to an Unauthorized Actor
EPSS
Base Score:
0.27