CVE-2026-34776 PUBLISHED

Electron: Out-of-bounds read in second-instance IPC on macOS and Linux

Assigner: GitHub_M
Reserved: 30.03.2026 Published: 03.04.2026 Updated: 03.04.2026

Electron is a framework for writing cross-platform desktop applications using JavaScript, HTML and CSS. Prior to versions 38.8.6, 39.8.1, 40.8.1, and 41.0.0, on macOS and Linux, apps that call app.requestSingleInstanceLock() were vulnerable to an out-of-bounds heap read when parsing a crafted second-instance message. Leaked memory could be delivered to the app's second-instance event handler. This issue is limited to processes running as the same user as the Electron app. Apps that do not call app.requestSingleInstanceLock() are not affected. Windows is not affected by this issue. This issue has been patched in versions 38.8.6, 39.8.1, 40.8.1, and 41.0.0.

Metrics

CVSS Vector: CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:N/A:L
CVSS Score: 5.3

Product Status

Vendor electron
Product electron
Versions
  • Version < 38.8.6 is affected
  • Version >= 39.0.0-alpha.1, < 39.8.1 is affected
  • Version >= 40.0.0-alpha.1, < 40.8.1 is affected
  • Version >= 41.0.0-alpha.1, < 41.0.0 is affected

References

Problem Types

  • CWE-125: Out-of-bounds Read CWE