CVE-2026-92935

CRITICALPre-NVD 9.09.0
EchelonGraph scoreHIGH confidence

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.

Triggered by: GitHub Security Advisory CVSS
Sources: epss, ghsa, secondary
Trending — 4 sources updated this week
9.0EG
EchelonGraph verdictPlan a fixSerious severity, but no confirmed exploitation yet.
  • High severity, but no confirmed exploitation yet
CISA-KEV: Not listedEPSS PROB: 1%CVSS: 9.0Exploit: None knownExposed: 0

No vendor fix yet — apply a workaround or compensating control (WAF / firewall / segmentation) and watch for a patch.

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.

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 computed
Severity90% × 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, 2026
🔬 Proof of concept available. Patch available. Sources: github, github_commit.
generic

vm2 NodeVM Remote Code Execution via Array-Shaped Require | Advisories | VulnCheck

https://www.vulncheck.com/advisories/vm2-nodevm-remote-code-execution-via-array-shaped-require
github_commit Patch Available

commit 54b54b74a382 (patriksimek/vm2)

Patch available: patriksimek/vm2 v3.11.7 (contains commit 54b54b74a382)

https://github.com/patriksimek/vm2/commit/54b54b74a382577f0bcd0538c5bf99acdcd7f53b
github Patch Available🟡 PoC Available

NodeVM nesting guard accepts array-shaped require and permits host RCE · Advisory · patriksimek/vm2 · GitHub

https://github.com/patriksimek/vm2/security/advisories/GHSA-8hr7-r645-pc6w

Vendor 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.

  1. 2026-09-19 07:45 UTCGHSA enrichment
  2. 2026-09-19 03:48 UTCGHSA enrichment
  3. 2026-09-18 23:53 UTCGHSA enrichment
  4. 2026-09-18 19:59 UTCEG score recompute
  5. 2026-09-18 19:59 UTCGHSA enrichment
  6. 2026-09-18 19:28 UTCEPSS rescore
  7. 2026-09-18 16:04 UTCGHSA enrichment
  8. 2026-09-18 12:05 UTCGHSA enrichment
  9. 2026-09-18 08:10 UTCGHSA enrichment
  10. 2026-09-18 04:16 UTCGHSA enrichment
  11. 2026-09-18 00:22 UTCGHSA enrichment
  12. 2026-09-17 20:27 UTCEG score recompute
  13. 2026-09-17 20:27 UTCGHSA enrichment
  14. 2026-09-17 19:30 UTCEG score recompute
  15. 2026-09-17 19:30 UTCGHSA enrichment
  16. 2026-09-17 18:18 UTCEG score recompute
  17. 2026-09-17 18:18 UTCGHSA enrichment
  18. 2026-09-17 14:23 UTCEG score recompute
  19. 2026-09-17 13:51 UTCEG score recompute
  20. 2026-09-17 13:49 UTCMITRE cvelistV5first tracked

Frequently asked(5)

What is CVE-2026-92935?
CVE-2026-92935 is a critical vulnerability published on September 17, 2026. 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…
When was CVE-2026-92935 disclosed?
CVE-2026-92935 was first published in the National Vulnerability Database on September 17, 2026. EchelonGraph re-ingests CVE updates from NVD on a 2-hour cycle, so this page reflects the latest published state.
Is CVE-2026-92935 actively exploited?
CVE-2026-92935 is not currently on CISA's Known Exploited Vulnerabilities catalog. FIRST EPSS estimates a 1% probability of exploitation in the next 30 days, which ranks it in the top 58.2% of all scored CVEs.
What is the CVSS score of CVE-2026-92935?
CVE-2026-92935 has a CVSS v3 base score of 9.0 (NVD).
How do I remediate CVE-2026-92935?
Patch to the fixed version published by the affected vendor. Where vendor advisories exist for CVE-2026-92935, EchelonGraph cross-links them in the Vendor Advisories panel below — those typically contain the canonical remediation steps, fixed version numbers, and any vendor-specific mitigations.

Dependency Blast Radius

Explore the affected products and dependency analysis for CVE-2026-92935

Explore →

Is Your Infrastructure Affected by CVE-2026-92935?

EchelonGraph automatically scans your cloud infrastructure and maps CVE exposure using blast radius analysis.