SCA: security update for undici (GHSA-8xcm-r25x-g524)

medium Tenable Cloud Security Plugin ID 445604

Description

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

- undici's retry interceptor can deliver a response whose body length does not match the Content-Length
header exposed to the application after a retry or resume of a partial response. In undici before 6.28.0,
from 7.0.0 up to before 7.29.0, and from 8.0.0 up to before 8.9.0, a malicious or faulty upstream can
return a partial response with a mismatched framing header, close the socket early, and have the retry
interceptor assemble a body of a different length while the original Content-Length stays attached.
Applications that use the retry interceptor and forward upstream headers and bodies downstream, such as
proxies or gateways, may then emit an invalid HTTP response with a stale Content-Length, leading to
downstream response desynchronization, connection hangs, or response corruption. Exploitation requires the
retry interceptor enabled, an upstream returning a mismatched partial response, and a downstream forwarder
that does not remove or recalculate Content-Length. The issue is fixed in undici 6.28.0, 7.29.0, and
8.9.0. (CVE-2026-16728)

Solution

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

See Also

https://github.com/advisories/GHSA-8xcm-r25x-g524

Plugin Details

Severity: Medium

ID: 445604

Version: Revision 1.1

Type: Local

Family: SCA Checks

Published: 8/4/2026

Updated: 8/4/2026

Risk Information

VPR

Risk Factor: Low

Score: 2.1

Percentile: 7.89

Vendor

Vendor Severity: Medium

CVSS v2

Risk Factor: Medium

Base Score: 4

Temporal Score: 3

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

CVSS Score Source: CVE-2026-16728

CVSS v3

Risk Factor: Medium

Base Score: 4.8

Temporal Score: 4.2

Vector: CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:U/C:L/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: 8/3/2026

Vulnerability Publication Date: 7/29/2026

Reference Information

CVE: CVE-2026-16728

cwe: CWE-444