CVE-2026-34775: Electron: nodeIntegrationInWorker not correctly scoped in shared renderer processes
Impact The nodeIntegrationInWorker webPreference was not correctly scoped in all configurations. In certain process-sharing scenarios, workers spawned in frames configured with nodeIntegrationInWorker: false could still receive Node.js integration.
Apps are only affected if they enable nodeIntegrationInWorker. Apps that do not use nodeIntegrationInWorker are not affected.
Workarounds Avoid enabling nodeIntegrationInWorker in apps that also open child windows or embed content with differing webPreferences.
Fixed Versions 41.0.0 40.8.4 39.8.4 38.8.6
For more information If there are any questions or comments about this advisory, please email security@electronjs.org
Other sources
Electron is a framework for writing cross-platform desktop applications using JavaScript, HTML and CSS. Prior to versions 38.8.6, 39.8.4, 40.8.4, and 41.0.0, the nodeIntegrationInWorker webPreference was not correctly scoped in all configurations. In certain process-sharing scenarios, workers spawned in frames configured with nodeIntegrationInWorker: false could still receive Node.js integration. Apps are only affected if they enable nodeIntegrationInWorker. Apps that do not use nodeIntegrationInWorker are not affected. This issue has been patched in versions 38.8.6, 39.8.4, 40.8.4, and 41.0.0.
— MITRE
Affected Software
Remediation
Recommended actions to resolve this vulnerability, in priority order.
- Upgrade
Upgrade
npm/electronto a version that resolves this vulnerability.Fixed in 41.0.0 - Upgrade
Upgrade
npm/electronto a version that resolves this vulnerability.Fixed in 40.8.4 - Upgrade
Upgrade
npm/electronto a version that resolves this vulnerability.Fixed in 39.8.4 - Upgrade
Upgrade
npm/electronto a version that resolves this vulnerability.Fixed in 38.8.6 - Upgrade
Upgrade
Electronto a version that resolves this vulnerability.Fixed in 38.8.6 - Upgrade
Upgrade
Electronto a version that resolves this vulnerability.Fixed in 39.8.4 - Upgrade
Upgrade
Electronto a version that resolves this vulnerability.Fixed in 40.8.4 - Upgrade
Upgrade
Electronto a version that resolves this vulnerability.Fixed in 41.0.0 - Configuration
Avoid enabling nodeIntegrationInWorker in apps that also open child windows or embed content with differing webPreferences; keep nodeIntegrationInWorker disabled unless required to prevent Node.js integration in shared renderer/process-sharing scenarios.
Electron BrowserWindow/WebPreferences nodeIntegrationInWorker = false