SCA: security update for undici (GHSA-hm92-r4w5-c3mj)

high Tenable Self-Hosted Container Security Plugin ID 443608

Description

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

- Impact: When using Socks5ProxyAgent, undici reuses a single connection pool across different origins
without verifying that the pool's origin matches the requested origin. All requests are dispatched through
the pool connected to the first origin, regardless of the intended destination. This causes cross-origin
request routing: credentials and request data intended for origin B are sent to origin A, responses from
the wrong origin are trusted, and HTTPS requests may be silently downgraded to HTTP. Impacted users are
applications that use Socks5ProxyAgent (directly or via setGlobalDispatcher) and make requests to more
than one origin. This was introduced in undici 7.23.0 via PR #4385 and affects all versions through 8.1.0.
Patches: Upgrade to undici v7.26.0 or v8.2.0. Workarounds: Use a separate Socks5ProxyAgent instance per
origin, or avoid using Socks5ProxyAgent with multiple origins. (CVE-2026-6734)

Solution

Update the undici library and its related packages to version 7.28.0 or later.

See Also

https://github.com/advisories/GHSA-hm92-r4w5-c3mj

Plugin Details

Severity: High

ID: 443608

Version: Revision 1.6

Type: Local

Family: SCA Checks

Published: 6/19/2026

Updated: 6/29/2026

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

Risk Information

VPR

Risk Factor: High

Score: 7.6

Percentile: 98.46

Vendor

Vendor Severity: High

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-6734

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: 6/19/2026

Vulnerability Publication Date: 6/17/2026

Reference Information

CVE: CVE-2026-6734

cwe: CWE-346