AUGUST 16, 2026
Live Feed
Back to database
Case File

CVE-2026-70601

HIGH · CVSS 7.5 EPSS 0.19% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-08-05 · Last synced 2026-08-16

CyberRota Analysis

AI-Generated

Applications built with Electron prior to specified versions are vulnerable to a context isolation bypass, allowing untrusted web content to access the isolated preload world and potentially escalate privileges to Node.js. This could lead to unauthorized access to sensitive capabilities within the application. Developers of Electron-based applications that expose Promise-returning functions via contextBridge should prioritize updating to the patched versions to mitigate this high-severity risk.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

GitHub PoC Links

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2026-70601
Severity
HIGH
CVSS
7.5
EPSS
0.19%
Windows Java

Original NVD Description

Electron is a framework for writing cross-platform desktop applications using JavaScript, HTML and CSS. Prior to 39.8.9, 40.9.2, 41.2.2, and 42.0.0-beta.5, apps that expose Promise-returning functions to web content via contextBridge may be vulnerable to a context isolation bypass. Untrusted web content could obtain access to the isolated preload world and, through it, every capability the preload script has. In renderers without a sandbox, or with nodeIntegration enabled, this may escalate to Node.js access. Apps are affected if they expose Promise-returning functions via contextBridge, the standard pattern for wrapping ipcRenderer.invoke, in windows that load untrusted content. This issue is fixed in versions 39.8.9, 40.9.2, 41.2.2, and 42.0.0-beta.5.