Mend.io Vulnerability Database
The largest open source vulnerability database
What is a Vulnerability ID?
New vulnerability? Tell us about it!
CVE-2026-93603
Published:September 18, 2026
Updated:September 22, 2026
vm2 through 3.12.0 (fixed in 3.12.1) does not correctly handle a nullish "this" receiver in the apply trap of its bridge (lib/bridge.js): when sandboxed code calls a host-provided non-strict (sloppy-mode) function without a receiver — e.g. "fn()", a detached method, "fn.call()", "fn.apply(undefined)", "Reflect.apply(fn, undefined, [])", or "fn.bind()()" — the undefined receiver is passed straight through to the host call, and V8 substitutes the host realm's global object for "this". vm2 then wraps and returns that object to the sandbox, giving sandboxed script a live proxy of the host global. This allows a complete sandbox escape: untrusted script can reach "process" and execute arbitrary code/commands on the host (for example via "process.getBuiltinModule('child_process').execSync"). Exploitation requires that the embedding application expose at least one non-strict host function to the sandbox; strict-mode and ES module host functions are not affected.
Affected Packages
https://github.com/patriksimek/vm2.git (GITHUB):
Affected version(s) >=v3.11.7 <v3.12.1
Fix Suggestion:
Update to version v3.12.1
vm2 (NPM):
Affected version(s) >=3.9.6 <3.12.1
Fix Suggestion:
Update to version 3.12.1
Do you need more information?
Contact Us
CVSS v4
Base Score:
10
Attack Vector
NETWORK
Attack Complexity
LOW
Attack Requirements
NONE
Privileges Required
NONE
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:
10
Attack Vector
NETWORK
Attack Complexity
LOW
Privileges Required
NONE
User Interaction
NONE
Scope
CHANGED
Confidentiality
HIGH
Integrity
HIGH
Availability
HIGH
Weakness Type (CWE)
Improper Control of Generation of Code ('Code Injection')
EPSS
Base Score:
0.43