CVE-2026-70609: Code Injection

Published Aug 5, 2026
·
Updated

Impact The mode option of webContents.openDevTools() was not sanitized before use by the DevTools frontend. If an attacker can influence this value, script under their control may run in the DevTools context, which in unsandboxed configurations has access to Node.js.

Apps are only affected if untrusted input can reach the mode argument of openDevTools(), or if untrusted content can call openDevTools() on a <webview> it embeds. Apps that only ever pass a fixed dock mode are not affected.

Workarounds Only pass fixed, allowlisted values (right, bottom, undocked, detach) as the DevTools mode, and do not expose openDevTools to untrusted content.

Fixed Versions 42.0.0-beta.1 41.2.0 40.9.0 39.8.7

For more information If you have any questions or comments about this advisory, email Electron at security@electronjs.org

Affected Software

4 affected componentsFixes available
npm/electron>=42.0.0-alpha.1<42.0.0-beta.1
42.0.0-beta.1
npm/electron>=41.0.0-alpha.1<41.2.0
41.2.0
npm/electron>=40.0.0-alpha.1<40.9.0
40.9.0
npm/electron<39.8.7
39.8.7

Remediation

Recommended actions to resolve this vulnerability, in priority order.

  1. Upgrade

    Upgrade npm/electron to a version that resolves this vulnerability.

    Fixed in 42.0.0-beta.1
  2. Upgrade

    Upgrade npm/electron to a version that resolves this vulnerability.

    Fixed in 41.2.0
  3. Upgrade

    Upgrade npm/electron to a version that resolves this vulnerability.

    Fixed in 40.9.0
  4. Upgrade

    Upgrade npm/electron to a version that resolves this vulnerability.

    Fixed in 39.8.7
  5. Upgrade

    Upgrade to a fixed release to a version that resolves this vulnerability.

    Fixed in 39.8.7
  6. Upgrade

    Upgrade to a fixed release to a version that resolves this vulnerability.

    Fixed in 40.9.0
  7. Upgrade

    Upgrade to a fixed release to a version that resolves this vulnerability.

    Fixed in 41.2.0
  8. Upgrade

    Upgrade to a fixed release to a version that resolves this vulnerability.

    Fixed in 42.0.0-beta.1
  9. Configuration

    Only pass fixed, allowlisted values (right, bottom, undocked, detach) as the DevTools mode argument to webContents.openDevTools(); do not pass attacker-influenced values.

    Electron webContents.openDevTools() mode argument = allowlisted: right, bottom, undocked, detach
  10. Configuration

    Do not expose webContents.openDevTools() to untrusted content (e.g., prevent untrusted content from calling openDevTools on an embedded <webview>).

    Electron openDevTools() exposure openDevTools availability = disabled for untrusted content

Event History

Aug 5, 2026
Advisory Published
via GitHub·05:32 PM
Data Sourced
via GitHub·05:32 PM
DescriptionSeverityWeaknessAffected Software
Free Weekly Intel

Don't miss critical vulnerabilities

Join thousands of security professionals who receive our weekly digest of trending CVEs, zero-days, and exploited vulnerabilities.

No spam. Unsubscribe anytime.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203
CVE-2026-70609 - Code Injection - SecAlerts