CVE-2026-2229
Last modified
CVE-2026-2229 is a high-severity vulnerability rated 7.5/10 on the CVSS scale. 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. EPSS estimates a 0.87% chance of exploitation in the next 30 days.
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.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
Weakness Enumeration
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Nodejs | Undici | < 6.24.0 |
| Nodejs | Undici | >= 7.0.0, < 7.24.0 |
References
- https://cna.openjsf.org/security-advisories.htmlVendor Advisory
- https://datatracker.ietf.org/doc/html/rfc7692Technical Description
- https://hackerone.com/reports/3487486Permissions Required
- https://nodejs.org/api/zlib.html#class-zlibinflaterawTechnical Description
Timeline
- Published
- Last Modified
- Status
- Modified
Frequently Asked Questions
What is CVE-2026-2229?
How severe is CVE-2026-2229?
How do I fix CVE-2026-2229?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-22279Dell PowerScale OneFS, versions prior 9.13.0.0, contains an …7.5
- CVE-2026-22280Dell PowerScale OneFS, versions 9.5.0.0 through 9.5.1.5, ver…5.5
- CVE-2026-22281Dell PowerScale OneFS, versions 9.5.0.0 through 9.5.1.5, ver…4.8
- CVE-2026-22283Dell PowerFlex Manager, version(s) prior to 5.1.0.1, contain…7.5
- CVE-2026-22284Dell SmartFabric OS10 Software, versions prior to 10.5.6.12,…7.2
- CVE-2026-22285Dell Device Management Agent (DDMA), versions prior to 26.02…4.4
- CVE-2026-2230The Booking Calendar plugin for WordPress is vulnerable to I…4.3
- CVE-2026-2231The Fluent Booking plugin for WordPress is vulnerable to Sto…7.2
- CVE-2026-22312The device has a webserver that exposes a REST API authentic…8.6
- CVE-2026-22313The device has a webserver that exposes a REST API authentic…9.1
- CVE-2026-22314Improper Control of Generation of Code ('Code Injection') vu…9
- CVE-2026-22315Incorrect Privilege Assignment vulnerability in Mesalvo Meon…7.2
Are you affected by CVE-2026-2229?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
