CVE-2026-92940

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 week
10.0EG
EchelonGraph verdictPlan a fixSerious severity, but no confirmed exploitation yet.
  • High severity, but no confirmed exploitation yet
CISA-KEV: Not listedEPSS PROB: 0%CVSS: 10.0Exploit: None knownExposed: 0

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

vm2 versions 3.11.3 through 3.11.6 expose the host process's real https.globalAgent to sandboxed code when a NodeVM is explicitly configured to allow require('https'). The builtin loader wraps host modules in a read-only proxy, but method calls such as Agent.prototype.on() are forwarded to the underlying host object, so sandbox code can register a listener for the agent's 'free' event. When an unrelated host HTTPS request releases a pooled connection, the listener receives the live host request options and the host TLSSocket, allowing sandboxed code to read the host's Authorization header and private destination host/port, attach a data listener to the released socket and read subsequent host response bodies in plaintext, and issue attacker-chosen authenticated requests using the stolen credentials. The issue is fixed in 3.11.7.

CVSS v3
10.0
EG Score
10.0(high)
EG Risk
60(Track)
EG Risk 60/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
Severity100% × 45%
Exploitation0% × 40%
Automatability100% × 15%
Action: Routine — remediate on your standard cadence.
EPSS PROB
0%
EPSS %ILE
27%
KEV
Not listed

Published

September 17, 2026

Last Modified

September 17, 2026

Advisory Details (2)

Auto-updated Sep 17, 2026
🔬 Proof of concept available. Patch available. Sources: github.
generic

vm2 3.11.3 through 3.11.6 HTTPS Credential Exposure via globalAgent | Advisories | VulnCheck

https://www.vulncheck.com/advisories/vm2-3.11.3-through-3.11.6-https-credential-exposure-via-globalagent
github Patch Available🟡 PoC Available

vm2 3.11.6 exposes host HTTPS credentials and TLS traffic through globalAgent · Advisory · patriksimek/vm2 · GitHub

https://github.com/patriksimek/vm2/security/advisories/GHSA-h85j-hv3c-qfgq

Vendor Advisories for CVE-2026-92940(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 29× in last 7d / 29× 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 14:01 UTCGHSA enrichment
  2. 2026-09-20 10:10 UTCGHSA enrichment
  3. 2026-09-20 06:18 UTCGHSA enrichment
  4. 2026-09-20 02:27 UTCGHSA enrichment
  5. 2026-09-19 22:35 UTCGHSA enrichment
  6. 2026-09-19 18:44 UTCEG score recompute
  7. 2026-09-19 18:44 UTCGHSA enrichment
  8. 2026-09-19 14:53 UTCGHSA enrichment
  9. 2026-09-19 11:02 UTCGHSA enrichment
  10. 2026-09-19 07:11 UTCGHSA enrichment
  11. 2026-09-19 03:20 UTCGHSA enrichment
  12. 2026-09-18 23:29 UTCGHSA enrichment
  13. 2026-09-18 19:38 UTCEG score recompute
  14. 2026-09-18 19:38 UTCGHSA enrichment
  15. 2026-09-18 19:28 UTCEPSS rescore
  16. 2026-09-18 15:46 UTCGHSA enrichment
  17. 2026-09-18 11:51 UTCGHSA enrichment
  18. 2026-09-18 08:00 UTCGHSA enrichment
  19. 2026-09-18 04:09 UTCGHSA enrichment
  20. 2026-09-18 00:18 UTCGHSA enrichment
  21. 2026-09-17 20:27 UTCEG score recompute
  22. 2026-09-17 20:27 UTCGHSA enrichment
  23. 2026-09-17 19:30 UTCEG score recompute
  24. 2026-09-17 19:30 UTCGHSA enrichment
  25. 2026-09-17 18:18 UTCEG score recompute
Show 4 more
  1. 2026-09-17 18:18 UTCGHSA enrichment
  2. 2026-09-17 14:23 UTCEG score recompute
  3. 2026-09-17 13:51 UTCEG score recompute
  4. 2026-09-17 13:49 UTCMITRE cvelistV5first tracked

Frequently asked(5)

What is CVE-2026-92940?
CVE-2026-92940 is a critical vulnerability published on September 17, 2026. vm2 versions 3.11.3 through 3.11.6 expose the host process's real https.globalAgent to sandboxed code when a NodeVM is explicitly configured to allow require('https'). The builtin loader wraps host modules in a read-only proxy, but method calls such as Agent.prototype.on() are forwarded to the…
When was CVE-2026-92940 disclosed?
CVE-2026-92940 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-92940 actively exploited?
CVE-2026-92940 is not currently on CISA's Known Exploited Vulnerabilities catalog. FIRST EPSS estimates a 0% probability of exploitation in the next 30 days, which ranks it in the top 72.9% of all scored CVEs.
What is the CVSS score of CVE-2026-92940?
CVE-2026-92940 has a CVSS v3 base score of 10.0 (NVD).
How do I remediate CVE-2026-92940?
Patch to the fixed version published by the affected vendor. Where vendor advisories exist for CVE-2026-92940, 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-92940

Explore →

Is Your Infrastructure Affected by CVE-2026-92940?

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