AUGUST 16, 2026
Live Feed
Back to database
Case File

CVE-2026-70608

HIGH · CVSS 7.2 EPSS 0.26% Public Exploit

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

CyberRota Analysis

AI-Generated

Applications using Electron versions prior to 39.8.10, 41.10.3, and 42.0.1 are vulnerable due to a flaw in sandboxed iframes that allows untrusted content to open new windows without user interaction, bypassing intended security restrictions. This could lead to potential phishing attacks or unauthorized content exposure. Developers of applications that embed untrusted content in sandboxed iframes should prioritize updating to the patched versions to mitigate these risks.

Public Exploit Signal

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

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

CVE
CVE-2026-70608
Severity
HIGH
CVSS
7.2
EPSS
0.26%
Java

Original NVD Description

Electron is a framework for writing cross-platform desktop applications using JavaScript, HTML and CSS. Prior to 39.8.10, 41.10.3, and 42.0.1, a sandboxed iframe without the allow-popups keyword could still open a new window or trigger setWindowOpenHandler with no user interaction because new-window navigations taking the OpenURL path did not apply the iframe sandbox popup restriction. Apps that embed untrusted content in sandboxed iframes and rely on the absence of allow-popups to prevent window creation are affected, while apps that deny window creation in setWindowOpenHandler or do not embed untrusted content in sandboxed iframes are not affected. This issue is fixed in 39.8.10, 41.10.3, and 42.0.1.