Not a U.S. government website. NDD is an independent vulnerability database by Volerion and is not affiliated with or endorsed by NIST or NVD.
VOLERION
Volerion Security Research

NOT DEFERRED DATABASE

VULNERABILITIES

CVE-2026-2229 Details

Description

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

Metrics

CVSS 3.x Severity and Vector Strings:

References to Advisories, Solutions, and Tools

By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.

URLSource(s)Tag(s)
https://access.redhat.com/errata/RHSA-2026:13826 redhat-SADP
https://access.redhat.com/errata/RHSA-2026:17789 redhat-SADP
https://access.redhat.com/errata/RHSA-2026:21772 redhat-SADP
https://access.redhat.com/errata/RHSA-2026:21931 redhat-SADP
https://access.redhat.com/errata/RHSA-2026:34342 redhat-SADP

see all 24 references

Weakness Enumeration

CWE-IDCWE NameSource
CWE-1284Improper Validation of Specified Quantity in Inputopenjs
CWE-248Uncaught Exceptionredhat-SADP
CWE-248Uncaught Exceptionopenjs

Affected Products

ProductVersions
nodejs undici
< 6.24.0
>= 7.0.0, < 7.24.0

CPE

  • cpe:2.3:a:nodejs:undici:*:*:*:*:*:node.js:*:*

Remediation

  • No remediation found in references.

Change History

12 change records found show changes


QUICK INFO

CVE Dictionary Entry:
CVE-2026-2229
NVD Published Date:
Mar 12, 2026
NVD Last Modified:
Sep 4, 2026
Source:
openjs
CVE-2026-2229 Details - Not Deferred