SCA: security update for electron (GHSA-f3pv-wv63-48x8)

high Tenable Self-Hosted Container Security Plugin ID 439964

Description

There are packages installed that are affected by a vulnerability referenced in the following CVE:

- Electron is a framework for writing cross-platform desktop applications using JavaScript, HTML and CSS.
Prior to 39.8.5, 40.8.5, 41.1.0, and 42.0.0-alpha.5, when a renderer calls window.open() with a target
name, Electron did not correctly scope the named-window lookup to the opener's browsing context group. A
renderer could navigate an existing child window that was opened by a different, unrelated renderer if
both used the same target name. If that existing child was created with more permissive webPreferences
(via setWindowOpenHandler's overrideBrowserWindowOptions), content loaded by the second renderer inherits
those permissions. Apps are only affected if they open multiple top-level windows with differing trust
levels and use setWindowOpenHandler to grant child windows elevated webPreferences such as a privileged
preload script. Apps that do not elevate child window privileges, or that use a single top-level window,
are not affected. Apps that additionally grant nodeIntegration: true or sandbox: false to child windows
(contrary to the security recommendations) may be exposed to arbitrary code execution. This vulnerability
is fixed in 39.8.5, 40.8.5, 41.1.0, and 42.0.0-alpha.5. (CVE-2026-34765)

Solution

Update the electron library and its related packages to version 39.8.5 or later.

See Also

https://github.com/advisories/GHSA-f3pv-wv63-48x8

Plugin Details

Severity: High

ID: 439964

Version: Revision 1.8

Type: Local

Family: SCA Checks

Published: 4/7/2026

Updated: 7/2/2026

Supported Sensors: Tenable Cloud Security, Tenable Self-Hosted Container Security

Risk Information

VPR

Risk Factor: Medium

Score: 4.9

Percentile: 57.88

Vendor

Vendor Severity: Medium

CVSS v2

Risk Factor: High

Base Score: 9

Temporal Score: 6.7

Vector: CVSS2#AV:N/AC:L/Au:S/C:C/I:C/A:C

CVSS Score Source: CVE-2026-34765

CVSS v3

Risk Factor: High

Base Score: 8.8

Temporal Score: 7.7

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

Temporal Vector: CVSS:3.0/E:U/RL:O/RC:C

Vulnerability Information

Exploit Ease: No known exploits are available

Patch Publication Date: 4/7/2026

Vulnerability Publication Date: 4/7/2026

Reference Information

CVE: CVE-2026-34765

cwe: CWE-668