SCA: security update for undici (GHSA-4992-7rv2-5pvq)

medium Tenable Cloud Security Plugin ID 438818

Description

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

- ImpactWhen an application passes user-controlled input to the upgrade option of client.request(), an
attacker can inject CRLF sequences (\r\n) to: * Inject arbitrary HTTP headers * Terminate the HTTP request
prematurely and smuggle raw data to non-HTTP services (Redis, Memcached, Elasticsearch) The vulnerability
exists because undici writes the upgrade value directly to the socket without validating for invalid
header characters: // lib/dispatcher/client-h1.js:1121 if (upgrade) { header += `connection:
upgrade\r\nupgrade: ${upgrade}\r\n` } (CVE-2026-1527)

Solution

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

See Also

https://github.com/advisories/GHSA-4992-7rv2-5pvq

Plugin Details

Severity: Medium

ID: 438818

Version: Revision 1.5

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: 2.1

Percentile: 7.71

Vendor

Vendor Severity: Medium

CVSS v2

Risk Factor: Medium

Base Score: 5.5

Temporal Score: 4.1

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

CVSS Score Source: CVE-2026-1527

CVSS v3

Risk Factor: Medium

Base Score: 4.6

Temporal Score: 4

Vector: CVSS:3.0/AV:N/AC:L/PR:L/UI:R/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: 3/13/2026

Vulnerability Publication Date: 3/12/2026

Reference Information

CVE: CVE-2026-1527

cwe: CWE-93