CVE-2026-92959
Last modified
CVE-2026-92959 is a high-severity vulnerability rated 7.1/10 on the CVSS scale. vm2 before 3.11.8 does not fully enforce the allowAsync: false option in VM and NodeVM. While localPromise.prototype.then is replaced with a handler that throws 'Async not available', the sandbox's Promise static methods (Promise.resolve, Promise.all, Promise.race, Promise.any, and Promise.allSettled) still assimilate attacker-supplied thenables: native promise resolution performs PromiseResolveThenableJob and invokes the sandboxed code's then method in a microtask without passing through the patched then, so the async restriction is never applied.
Description
vm2 before 3.11.8 does not fully enforce the allowAsync: false option in VM and NodeVM. While localPromise.prototype.then is replaced with a handler that throws 'Async not available', the sandbox's Promise static methods (Promise.resolve, Promise.all, Promise.race, Promise.any, and Promise.allSettled) still assimilate attacker-supplied thenables: native promise resolution performs PromiseResolveThenableJob and invokes the sandboxed code's then method in a microtask without passing through the patched then, so the async restriction is never applied. As a result, sandboxed script can schedule work that runs after VM.run() or NodeVM.run() has returned and outside the configured timeout, continuing to execute after the host believes execution is complete.
Metrics
Weakness Enumeration
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2026-92959?
How severe is CVE-2026-92959?
How do I fix CVE-2026-92959?
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-92953vm2 versions from 3.11.0 before 3.11.8 fail to protect host …10
- CVE-2026-92954vm2 is a sandbox library for running untrusted JavaScript in…8.6
- CVE-2026-92955vm2 before 3.11.8 contains a sandbox escape vulnerability in…10
- CVE-2026-92956vm2 versions 3.10.1 through 3.11.6 contain a sandbox escape …10
- CVE-2026-92957vm2 through 3.11.6 does not normalize `node:`-prefixed built…9.9
- CVE-2026-92958vm2 through 3.11.6 contains a builtin-module denylist bypass…8.5
- CVE-2026-9296A weakness has been identified in Edimax BR-6428NS 1.10. Thi…6.3
- CVE-2026-92960vm2 before 3.11.6 fails to restrict access to os and dns bui…10
- CVE-2026-92961vm2 before 3.11.6 fails to enforce bufferAllocLimit on Array…7.5
- CVE-2026-92962vm2 is a sandbox for running untrusted JavaScript. In vm2 ve…2.1
- CVE-2026-92963vm2 versions before 3.11.2 fail to properly restrict access …5.3
- CVE-2026-92967The Pochipp plugin for WordPress is vulnerable to Reflected …6.1
Are you affected by CVE-2026-92959?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
