CVE-2026-70606
Received
Received - Intake
Protocol Handler Session Isolation Bypass in Electron
Vulnerability report for CVE-2026-70606, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.
Publication date: 2026-08-05
Last updated on: 2026-08-05
Assigner: GitHub, Inc.
Description
Description
Electron is a framework for writing cross-platform desktop applications using JavaScript, HTML and CSS. Prior to 40.10.6, 41.9.1, 42.5.1, and 43.0.0, when a custom protocol handler returned a ProtocolResponse with a url and no session, Electron made the upstream request through defaultSession instead of the session that handled the protocol. A cached response could then be reused across otherwise isolated session partitions. Apps that use ProtocolResponse.url, omit ProtocolResponse.session, and rely on separate sessions to isolate content are affected. This issue is fixed in versions 40.10.6, 41.9.1, 42.5.1, and 43.0.0.
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| electron | electron | to 40.10.6 (exc) |
| electron | electron | to 41.9.1 (exc) |
| electron | electron | to 42.5.1 (exc) |
| electron | electron | to 43.0.0 (exc) |
| electron | electron | to 40.10.6|end_excluding=41.9.1|end_excluding=42.5.1|end_excluding=43.0.0 (exc) |
| electron | electron | From 40.0.0-alpha.1|end_excluding=42.5.0 (inc) |
| electron | electron | From 41.0.0-alpha.1|end_excluding=41.9.0 (inc) |
| electron | electron | From 42.0.0-alpha.1|end_excluding=42.5.0 (inc) |
| electron | electron | From 43.0.0-alpha.1|end_excluding=43.0.0 (inc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-668 | The product exposes a resource to the wrong control sphere, providing unintended actors with inappropriate access to the resource. |