CVE-2026-93603
Last modified
CVE-2026-93603 is a critical-severity vulnerability rated 10/10 on the CVSS scale. 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`.
Description
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.
Metrics
Weakness Enumeration
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2026-93603?
How severe is CVE-2026-93603?
How do I fix CVE-2026-93603?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-93598ArcadeDB (Maven artifact com.arcadedb:arcadedb-engine) throu…7.1
- CVE-2026-93599rustls-webpki through 0.103.12 (and 0.104.0-alpha releases b…7.5
- CVE-2026-9360A security flaw has been discovered in Edimax EW-7438RPn 1.2…8.8
- CVE-2026-93600rustls-webpki (rustls/webpki) versions 0.101.0 through 0.103…2.2
- CVE-2026-93601rustls-webpki (the Rust webpki fork used by rustls) versions…2.2
- CVE-2026-93602rustls-webpki versions before 0.103.10 and 0.104.0-alpha.5 c…4.4
- CVE-2026-93604vm2 through 3.12.0 exposes Node.js's crypto.setFips() functi…7.2
- CVE-2026-93605vm2 NodeVM versions before 3.12.1 contain a sandbox escape v…10
- CVE-2026-93606vm2 (npm) versions 3.12.0 and earlier contain a sandbox esca…10
- CVE-2026-9361A weakness has been identified in Edimax EW-7438RPn 1.12. Th…6.3
- CVE-2026-9362A security vulnerability has been detected in Edimax EW-7438…6.3
- CVE-2026-9363A vulnerability was detected in Edimax EW-7438RPn 1.12. This…6.3
Are you affected by CVE-2026-93603?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
