Electron: Off-screen rendering trusts GPU-supplied geometry over shared-memory size
Package
Affected versions
< 39.8.10
>= 40.0.0-alpha.1, < 40.9.0
>= 41.0.0-alpha.1, < 41.2.1
>= 42.0.0-alpha.1, < 42.0.0-beta.3
Patched versions
39.8.10
40.9.0
41.2.1
42.0.0-beta.3
Description
Published to the GitHub Advisory Database
Aug 5, 2026
Reviewed
Aug 5, 2026
Last updated
Aug 5, 2026
Impact
In offscreen rendering mode, frame data received from the GPU process was not fully validated by the main process. A compromised GPU process could cause the main process to read out-of-bounds memory while producing
paintevent images, disclosing memory or crashing the app.Apps are only affected if they use offscreen rendering (
webPreferences.offscreen) and an attacker has separately gained code execution in the GPU process. Apps that do not use offscreen rendering are not affected.Workarounds
There are no app side workarounds, you must update to a patched version of Electron.
Fixed Versions
42.0.0-beta.341.2.140.9.039.8.10For more information
If you have any questions or comments about this advisory, email us at security@electronjs.org
References