vm2 is a sandbox for running untrusted Node.js code. In versions >= 3.11.4 and <= 3.11.6, the NodeVM constructor computes hasRealRequireConfig with typeof requireOpts === 'object' && requireOpts !== null, so an array-shaped require value (for example require: []) satisfies the guard that is meant to reject nesting without an explicit require configuration. makeResolverFromLegacyOptions() then destructures the array into undefined option fields and returns a resolver containing only NESTING_OVERRIDE.vm2. As a result, an attacker who can supply JavaScript executed by a NodeVM configured with truthy nesting and an array-shaped require (e.g. new NodeVM({nesting: true, require: []})) can require the host vm2 module, create an inner NodeVM with an attacker-chosen builtin allowlist (such as child_process), and execute arbitrary commands with the privileges of the host Node.js process, escaping the sandbox. Outer builtin restrictions do not constrain the attacker-created inner NodeVM. This issue is fixed in vm2 3.11.7.
CVE-2026-92935
Score 9.0 from GitHub Security Advisory (severity: CRITICAL) published 2026-09-17. a secondary CVSS source baseline 9.0; sources differ by 0.0.
- High severity, but no confirmed exploitation yet
No vendor fix yet — apply a workaround or compensating control (WAF / firewall / segmentation) and watch for a patch.
- CVSS v3
- 9.0
- EG Score
- 9.0(high)
- EG Risk
- 41(Track)EG Risk 41/100SSVC: Track
EG Risk is EchelonGraph's 0–100 priority score: it fuses intrinsic severity with real-world exploitation and automatability so you can rank equal-severity CVEs and fix the most dangerous first. Higher = act sooner. Distinct from the 0–10 EG Score (severity).
How it’s computedSeverity90% × 45%Exploitation1% × 40%Automatability0% × 15%Action: Routine — remediate on your standard cadence. - EPSS PROB
- 1%
- EPSS %ILE
- 42%
- KEV
- Not listed
Published
September 17, 2026
Last Modified
September 17, 2026
Advisory Details (3)
Auto-updated Sep 17, 2026vm2 NodeVM Remote Code Execution via Array-Shaped Require | Advisories | VulnCheck
https://www.vulncheck.com/advisories/vm2-nodevm-remote-code-execution-via-array-shaped-requirecommit 54b54b74a382 (patriksimek/vm2)
Patch available: patriksimek/vm2 v3.11.7 (contains commit 54b54b74a382)
https://github.com/patriksimek/vm2/commit/54b54b74a382577f0bcd0538c5bf99acdcd7f53bNodeVM nesting guard accepts array-shaped require and permits host RCE · Advisory · patriksimek/vm2 · GitHub
https://github.com/patriksimek/vm2/security/advisories/GHSA-8hr7-r645-pc6wVendor Advisories for CVE-2026-92935(1)
These vendors published their own advisory mentioning this CVE — often with vendor-specific remediation steps + affected product lists not in NVD.
Weakness Classification(1)
MITRE Common Weakness Enumeration — the root-cause categories this CVE belongs to.
Data Freshness Timeline
(refreshed 20× in last 7d / 20× in last 30d)
Each row is a source pipeline that fetched or updated this CVE on that date, with what changed. For example, "NVD update" means NVD published or revised its analysis for this CVE; "MITRE cvelistV5" means we ingested or refreshed it from the CNA feed. Most recent first.
- 2026-09-19 07:45 UTCGHSA enrichment
- 2026-09-19 03:48 UTCGHSA enrichment
- 2026-09-18 23:53 UTCGHSA enrichment
- 2026-09-18 19:59 UTCEG score recompute
- 2026-09-18 19:59 UTCGHSA enrichment
- 2026-09-18 19:28 UTCEPSS rescore
- 2026-09-18 16:04 UTCGHSA enrichment
- 2026-09-18 12:05 UTCGHSA enrichment
- 2026-09-18 08:10 UTCGHSA enrichment
- 2026-09-18 04:16 UTCGHSA enrichment
- 2026-09-18 00:22 UTCGHSA enrichment
- 2026-09-17 20:27 UTCEG score recompute
- 2026-09-17 20:27 UTCGHSA enrichment
- 2026-09-17 19:30 UTCEG score recompute
- 2026-09-17 19:30 UTCGHSA enrichment
- 2026-09-17 18:18 UTCEG score recompute
- 2026-09-17 18:18 UTCGHSA enrichment
- 2026-09-17 14:23 UTCEG score recompute
- 2026-09-17 13:51 UTCEG score recompute
- 2026-09-17 13:49 UTCMITRE cvelistV5first tracked
Frequently asked(5)
What is CVE-2026-92935?
When was CVE-2026-92935 disclosed?
Is CVE-2026-92935 actively exploited?
What is the CVSS score of CVE-2026-92935?
How do I remediate CVE-2026-92935?
Dependency Blast Radius
Explore the affected products and dependency analysis for CVE-2026-92935
Is Your Infrastructure Affected by CVE-2026-92935?
EchelonGraph automatically scans your cloud infrastructure and maps CVE exposure using blast radius analysis.