SCA: security update for undici (GHSA-35p6-xmwp-9g52)

low Tenable Cloud Security Plugin ID 443603

Description

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

- Impact: Undici's HTTP/1.1 client is vulnerable to response queue poisoning on reused keep-alive sockets.
An attacker-controlled upstream server can inject an unsolicited HTTP/1.1 response onto an idle socket
after a request completes. When the client dispatches the next request on that socket, it associates the
injected response with the new request, causing responses to be delivered to the wrong requests. This
requires an attacker-controlled or compromised upstream HTTP/1.1 server and keep-alive connection reuse.
Patches: Upgrade to undici v6.26.0, v7.28.0 or v8.5.0. Workarounds: Disable keep-alive connection reuse by
setting keepAliveTimeout: 0 on the Client or Pool. (CVE-2026-6733)

Solution

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

See Also

https://github.com/advisories/GHSA-35p6-xmwp-9g52

Plugin Details

Severity: Low

ID: 443603

Version: Revision 1.4

Type: Local

Family: SCA Checks

Published: 6/19/2026

Updated: 7/2/2026

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

Risk Information

VPR

Risk Factor: Low

Score: 1.2

Percentile: 0.01

Vendor

Vendor Severity: Low

CVSS v2

Risk Factor: Low

Base Score: 2.6

Temporal Score: 1.9

Vector: CVSS2#AV:N/AC:H/Au:N/C:N/I:P/A:N

CVSS Score Source: CVE-2026-6733

CVSS v3

Risk Factor: Low

Base Score: 3.7

Temporal Score: 3.2

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

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

cwe: CWE-367