Approved changes feed: RSS · Atom
cpe:2.3:a:nodejs:undici:*:*:*:*:*:node.js:*:*
part: a version: * update: *
| Vendor | Nodejs (1eb6e5de-a495-50c0-9bb4-c8200a117578) |
|---|---|
| Product | Undici (592668e5-ea50-526b-8317-946bddb8c6cd) |
| Edition | * |
| Language | * |
| Software edition | * |
| Target software | node.js |
| Target hardware | * |
| Other | * |
| Notes | Imported from purl2cpe mapping |
PURL mappings
| PURL | Source | Last updated |
|---|---|---|
pkg:bitbucket/pycodescene/undici |
purl2cpe | 2026-06-01 10:15:58.614274 |
pkg:deb/debian/node-undici |
purl2cpe | 2026-06-01 10:15:58.614275 |
pkg:deb/ubuntu/node-undici |
purl2cpe | 2026-06-01 10:15:58.614277 |
pkg:github/nodejs/undici |
purl2cpe | 2026-06-01 10:15:58.614278 |
pkg:maven/org.webjars.npm/undici |
purl2cpe | 2026-06-01 10:15:58.614280 |
pkg:npm/undici |
purl2cpe | 2026-06-01 10:15:58.614281 |
Vulnerability references
| Identifier | cpeApplicability | Submitted | db.gcve.eu details | Rationale |
|---|---|---|---|---|
CVE:CVE-2026-2581 |
vulnerable | 2026-06-08 07:55:17.249291 |
undici is vulnerable to Unbounded Memory Consumption in in Undici's DeduplicationHandler via Response Buffering leads to DoS
MEDIUM (5.9)
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.
Published: 2026-03-12T20:13:19.571Z
Updated: 2026-03-13T18:04:58.799Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2026-2229 |
vulnerable | 2026-06-08 07:55:16.753323 |
undici is vulnerable to Unhandled Exception in undici WebSocket Client Due to Invalid server_max_window_bits Validation
HIGH (7.5)
ImpactThe undici WebSocket client is vulnerable to a denial-of-service attack due to improper validation of the server_max_window_bits parameter in the permessage-deflate extension. When a WebSocket client connects to a server, it automatically advertises support for permessage-deflate compression. A malicious server can respond with an out-of-range server_max_window_bits value (outside zlib's valid range of 8-15). When the server subsequently sends a compressed frame, the client attempts to create a zlib InflateRaw instance with the invalid windowBits value, causing a synchronous RangeError exception that is not caught, resulting in immediate process termination.
The vulnerability exists because:
* The isValidClientWindowBits() function only validates that the value contains ASCII digits, not that it falls within the valid range 8-15
* The createInflateRaw() call is not wrapped in a try-catch block
* The resulting exception propagates up through the call stack and crashes the Node.js process
Published: 2026-03-12T20:27:05.600Z
Updated: 2026-08-24T12:07:01.301Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2026-22036 |
vulnerable | 2026-06-08 07:49:17.587806 |
Undici has an unbounded decompression chain in HTTP responses on Node.js Fetch API via Content-Encoding leads to resource exhaustion
MEDIUM (5.9)
Undici is an HTTP/1.1 client for Node.js. Prior to 7.18.0 and 6.23.0, the number of links in the decompression chain is unbounded and the default maxHeaderSize allows a malicious server to insert thousands compression steps leading to high CPU usage and excessive memory allocation. This vulnerability is fixed in 7.18.0 and 6.23.0.
Published: 2026-01-14T19:07:13.745Z
Updated: 2026-01-22T20:17:20.208Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2026-1528 |
vulnerable | 2026-06-08 07:49:08.819307 |
undici is vulnerable to Malicious WebSocket 64-bit length overflows undici parser and crashes the client
HIGH (7.5)
ImpactA server can reply with a WebSocket frame using the 64-bit length form and an extremely large length. undici's ByteParser overflows internal math, ends up in an invalid state, and throws a fatal TypeError that terminates the process.
Patches
Patched in the undici version v7.24.0 and v6.24.0. Users should upgrade to this version or later.
Published: 2026-03-12T20:21:57.775Z
Updated: 2026-08-24T12:07:13.078Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2026-1527 |
vulnerable | 2026-06-08 07:49:08.814548 |
undici is vulnerable to CRLF Injection via upgrade option
MEDIUM (4.6)
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`
}
Published: 2026-03-12T20:17:18.984Z
Updated: 2026-03-13T18:06:03.794Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2026-1526 |
vulnerable | 2026-06-08 07:49:08.814198 | db.gcve.eu details were skipped to keep the page responsive. | Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2026-1525 |
vulnerable | 2026-06-08 07:49:08.813748 | db.gcve.eu details were skipped to keep the page responsive. | Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2024-30261 |
vulnerable | 2026-06-08 06:35:29.365522 | db.gcve.eu details were skipped to keep the page responsive. | Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2024-30260 |
vulnerable | 2026-06-08 06:35:29.364457 | db.gcve.eu details were skipped to keep the page responsive. | Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2024-24758 |
vulnerable | 2026-06-08 06:29:41.666539 | db.gcve.eu details were skipped to keep the page responsive. | Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2024-24750 |
vulnerable | 2026-06-08 06:29:41.655795 | db.gcve.eu details were skipped to keep the page responsive. | Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2023-45143 |
vulnerable | 2026-06-08 06:12:42.045729 | db.gcve.eu details were skipped to keep the page responsive. | Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2023-24807 |
vulnerable | 2026-06-08 05:56:06.261456 | db.gcve.eu details were skipped to keep the page responsive. | Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2023-23936 |
vulnerable | 2026-06-08 05:56:04.863657 | db.gcve.eu details were skipped to keep the page responsive. | Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2022-35949 |
vulnerable | 2026-06-08 05:46:06.041506 | db.gcve.eu details were skipped to keep the page responsive. | Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2022-35948 |
vulnerable | 2026-06-08 05:46:06.040952 | db.gcve.eu details were skipped to keep the page responsive. | Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2022-32210 |
vulnerable | 2026-06-08 05:44:42.729632 | db.gcve.eu details were skipped to keep the page responsive. | Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2022-31151 |
vulnerable | 2026-06-08 05:43:40.291111 | db.gcve.eu details were skipped to keep the page responsive. | Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2022-31150 |
vulnerable | 2026-06-08 05:43:40.290513 | db.gcve.eu details were skipped to keep the page responsive. | Imported from gcve-enriched-dumps CVE data |
Contribute
You can submit an edit proposal for this CPE entry or suggest a related product/vendor addition using the action button above.