CVE-2026-92958
Last modified
CVE-2026-92958 is a high-severity vulnerability rated 8.5/10 on the CVSS scale. vm2 through 3.11.6 contains a builtin-module denylist bypass in NodeVM. When the embedder uses the builtin wildcard together with negative entries (e.g.
Description
vm2 through 3.11.6 contains a builtin-module denylist bypass in NodeVM. When the embedder uses the builtin wildcard together with negative entries (e.g. require: { builtin: ['*', '-fs', '-child_process'] }), negative entries are matched by exact module name in lib/builtin.js, so -fs removes only the builtin named fs and does not remove builtin subpaths such as fs/promises. Sandboxed code can therefore call require('fs/promises') or require('node:fs/promises') and reach the promise-based filesystem API despite fs being denied; node: prefix handling is likewise inconsistent (a -node:fs/promises entry does not block require('fs/promises')). Host file creation and writing were confirmed via fsp.writeFile(), and other fs/promises operations (cp, mkdir, rename, rm, rmdir, truncate, read operations, etc.) are also reachable. This issue is fixed in vm2 3.11.7.
Metrics
Weakness Enumeration
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2026-92958?
How severe is CVE-2026-92958?
How do I fix CVE-2026-92958?
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-92952vm2 versions 3.11.4 through 3.11.6 incompletely filter Node.…6.8
- 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-92959vm2 before 3.11.8 does not fully enforce the allowAsync: fal…7.1
- 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
Are you affected by CVE-2026-92958?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
