SCA: security update for undici (GHSA-phc3-fgpg-7m6h)

medium Tenable Cloud Security Plugin ID 438788

Description

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

- This is an uncontrolled resource consumption vulnerability (CWE-400) that can lead to Denial of Service
(DoS). In vulnerable Undici versions, when interceptors.deduplicate() is enabled, response data for
deduplicated requests could be accumulated in memory for downstream handlers. An attacker-controlled or
untrusted upstream endpoint can exploit this with large/chunked responses and concurrent identical
requests, causing high memory usage and potential OOM process termination. Impacted users are applications
that use Undici’s deduplication interceptor against endpoints that may produce large or long-lived
response bodies. PatchesThe issue has been patched by changing deduplication behavior to stream response
chunks to downstream handlers as they arrive (instead of full-body accumulation), and by preventing late
deduplication when body streaming has already started. Users should upgrade to the first official Undici
(and Node.js, where applicable) releases that include this patch. (CVE-2026-2581)

Solution

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

See Also

https://github.com/advisories/GHSA-phc3-fgpg-7m6h

Plugin Details

Severity: Medium

ID: 438788

Version: Revision 1.7

Type: Local

Family: SCA Checks

Published: 3/14/2026

Updated: 7/2/2026

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

Risk Information

VPR

Risk Factor: Low

Score: 3

Percentile: 23.71

Vendor

Vendor Severity: Medium

CVSS v2

Risk Factor: Medium

Base Score: 5.4

Temporal Score: 4

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

CVSS Score Source: CVE-2026-2581

CVSS v3

Risk Factor: Medium

Base Score: 5.9

Temporal Score: 5.2

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

Vulnerability Publication Date: 3/12/2026

Reference Information

CVE: CVE-2026-2581

cwe: CWE-770