Bug 2455026 (CVE-2026-34774) - CVE-2026-34774 Electron: Electron: Memory corruption and crash due to use-after-free in offscreen rendering
Summary: CVE-2026-34774 Electron: Electron: Memory corruption and crash due to use-aft...
Keywords:
Status: NEW
Alias: CVE-2026-34774
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
high
high
Target Milestone: ---
Assignee: Product Security DevOps Team
QA Contact:
URL:
Whiteboard:
Depends On: 2455434 2455436
Blocks:
TreeView+ depends on / blocked
 
Reported: 2026-04-04 01:01 UTC by OSIDB Bzimport
Modified: 2026-04-06 16:09 UTC (History)
0 users

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2026-04-04 01:01:35 UTC
Electron is a framework for writing cross-platform desktop applications using JavaScript, HTML and CSS. Prior to versions 39.8.1, 40.7.0, and 41.0.0, apps that use offscreen rendering and allow child windows via window.open() may be vulnerable to a use-after-free. If the parent offscreen WebContents is destroyed while a child window remains open, subsequent paint frames on the child dereference freed memory, which may lead to a crash or memory corruption. Apps are only affected if they use offscreen rendering (webPreferences.offscreen: true) and their setWindowOpenHandler permits child windows. Apps that do not use offscreen rendering, or that deny child windows, are not affected. This issue has been patched in versions 39.8.1, 40.7.0, and 41.0.0.


Note You need to log in before you can comment on or make changes to this bug.