CVE-2026-92937

CRITICALPre-NVD 10.010.0
EchelonGraph scoreHIGH confidence

Score 10.0 from GitHub Security Advisory (severity: CRITICAL) published 2026-09-17. a secondary CVSS source baseline 10.0; sources differ by 0.0.

Triggered by: GitHub Security Advisory CVSS
Sources: epss, ghsa, secondary
Trending — 4 sources updated this weekElevated
10.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: 10.0Exploit: Elevated riskExposed: 0

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

vm2 3.11.6 is vulnerable to a sandbox escape leading to remote code execution in the host Node.js process. The fix for GHSA-m283-3h24-438v is incomplete: the bridge gate at lib/bridge.js:1624 identity-checks only the direct call target when deciding whether to rebuild/sanitise a rejected host Promise value. Registering the rejection handler through Function.prototype.call or .apply indirection (e.g., p.then.call(p, undefined, cb)) makes the intercepted target host Function.prototype.call, so the sanitiser never runs and the raw host error reaches sandbox code with its own properties intact. If an embedder exposes a host-realm Promise to the sandbox (an async host function bridged via the sandbox option, or a NodeVM external module's async method) and that Promise rejects with an Error carrying a non-primitive own property referencing a host object (for example err.detail = process), untrusted code in the sandbox obtains a fully functional proxy to that host object and can execute arbitrary commands with the privileges of the host process (e.g., e.detail.mainModule.require('child_process').execSync(...)). The direct p.then(undefined, cb), bind, and Reflect.apply forms are correctly sanitised. Fixed in vm2 3.11.7.

CVSS v3
10.0
EG Score
10.0(high)
EG Risk
76(Attend)
EG Risk 76/100SSVC: Attend

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
Severity100% × 45%
Exploitation40% × 40%
Automatability100% × 15%
Action: Remediate soon — notable exploitation risk.
EPSS PROB
1%
EPSS %ILE
55%
KEV
Not listed

Published

September 17, 2026

Last Modified

September 18, 2026

Advisory Details (2)

Auto-updated Sep 18, 2026
🔬 Proof of concept available. Patch available. Sources: github.
github Patch Available🟡 PoC Available

vm2: GHSA-m283-3h24-438v fix bypass leads to host RCE via call/apply indirection · Advisory · patriksimek/vm2 · GitHub

https://github.com/patriksimek/vm2/security/advisories/GHSA-647f-g98j-qq25
generic

vm2 3.11.6 Remote Code Execution via Promise call/apply | Advisories | VulnCheck

https://www.vulncheck.com/advisories/vm2-3.11.6-remote-code-execution-via-promise-call-apply

Vendor Advisories for CVE-2026-92937(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 23× in last 7d / 23× 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-20 02:17 UTCGHSA enrichment
  2. 2026-09-19 22:04 UTCGHSA enrichment
  3. 2026-09-19 17:50 UTCEG score recompute
  4. 2026-09-19 17:50 UTCGHSA enrichment
  5. 2026-09-19 13:36 UTCGHSA enrichment
  6. 2026-09-19 09:21 UTCGHSA enrichment
  7. 2026-09-19 05:02 UTCGHSA enrichment
  8. 2026-09-19 00:48 UTCGHSA enrichment
  9. 2026-09-18 20:35 UTCEG score recompute
  10. 2026-09-18 20:35 UTCGHSA enrichment
  11. 2026-09-18 19:34 UTCEG score recompute
  12. 2026-09-18 19:34 UTCGHSA enrichment
  13. 2026-09-18 19:28 UTCEPSS rescore
  14. 2026-09-18 16:38 UTCGHSA enrichment
  15. 2026-09-18 12:24 UTCGHSA enrichment
  16. 2026-09-18 08:10 UTCGHSA enrichment
  17. 2026-09-18 03:57 UTCGHSA enrichment
  18. 2026-09-17 23:43 UTCGHSA enrichment
  19. 2026-09-17 18:41 UTCEG score recompute
  20. 2026-09-17 18:40 UTCGHSA enrichment
  21. 2026-09-17 14:23 UTCEG score recompute
  22. 2026-09-17 13:51 UTCEG score recompute
  23. 2026-09-17 13:49 UTCMITRE cvelistV5first tracked

Frequently asked(5)

What is CVE-2026-92937?
CVE-2026-92937 is a critical vulnerability published on September 17, 2026. vm2 3.11.6 is vulnerable to a sandbox escape leading to remote code execution in the host Node.js process. The fix for GHSA-m283-3h24-438v is incomplete: the bridge gate at lib/bridge.js:1624 identity-checks only the direct call target when deciding whether to rebuild/sanitise a rejected host…
When was CVE-2026-92937 disclosed?
CVE-2026-92937 was first published in the National Vulnerability Database on September 17, 2026, with the most recent update on September 18, 2026. EchelonGraph re-ingests CVE updates from NVD on a 2-hour cycle, so this page reflects the latest published state.
Is CVE-2026-92937 actively exploited?
CVE-2026-92937 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 45.3% of all scored CVEs.
What is the CVSS score of CVE-2026-92937?
CVE-2026-92937 has a CVSS v3 base score of 10.0 (NVD).
How do I remediate CVE-2026-92937?
Patch to the fixed version published by the affected vendor. Where vendor advisories exist for CVE-2026-92937, 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-92937

Explore →

Is Your Infrastructure Affected by CVE-2026-92937?

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