CVE-2026-2229

HIGHPre-NVD 7.57.5
EchelonGraph scoreLOW confidence

This high-severity CVE scores 7.5 under a secondary CVSS source (NVD's own analysis pending). EPSS exploit-prediction score not yet available (the EPSS model rescores nightly; freshly-published CVEs typically appear within 48 hours). GitHub Security Advisory data not yet ingested — confidence will rise once GHSA publishes (typical lag: hours to days for open-source ecosystem CVEs; never for infrastructure-only CVEs).

Triggered by: NVD CVSS baseline
Sources: secondary
7.5
EchelonGraph verdictPlan a fixSerious severity, but no confirmed exploitation yet.
  • High severity, but no confirmed exploitation yet
CISA-KEV: Not listedEPSS: 1%CVSS: 7.5Exploit: NoneExposed: 0

A fix is available — apply it.

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

CVSS v3
7.5
EG Score
7.5(low)
EPSS
54.6%
KEV
Not listed

Published

March 12, 2026

Last Modified

July 2, 2026

Advisory Details (9)

Auto-updated Jul 6, 2026
Patch available. Sources: github, redhat.
generic

Zlib | Node.js v26.4.0 Documentation

https://nodejs.org/api/zlib.html#class-zlibinflateraw
github Patch Available

Unhandled Exception in undici WebSocket Client Due to Invalid server_max_window_bits Validation · Advisory · nodejs/undici · GitHub

https://github.com/nodejs/undici/security/advisories/GHSA-v9p9-hfj2-hcw8
generic

RFC 7692 - Compression Extensions for WebSocket

https://datatracker.ietf.org/doc/html/rfc7692
generic

Security Advisories | OpenJS Foundation CVE Numbering Authority

https://cna.openjsf.org/security-advisories.html

Patch Availability(14)

Vendor / EcosystemFixed in / PatchReleasedSource
redhatopenshift-pipelines/pipelines-console-plugin-rhel9:17799102012026-05-29redhat
redhatdevspaces/code-rhel9:17798145922026-05-28redhat
redhatcryostat/cryostat-rhel9:4.2.0-92026-05-26redhat
redhatrhdh/rhdh-hub-rhel9:17779032622026-05-05redhat
redhatrhdh/rhdh-hub-rhel9:17767842862026-04-22redhat
redhatnodejs:22-9060020260409121057.rhel92026-04-14redhat
redhatnodejs:24-8100020260408131901.6d8804032026-04-13redhat
redhatnodejs24-1:24.14.1-2.el10_12026-04-13redhat
redhatnodejs:22-9070020260401095228.rhel92026-04-09redhat
redhatnodejs22-1:22.22.2-2.el10_02026-04-09redhat
redhatnodejs:24-9070020260402152654.rhel92026-04-09redhat
redhatnodejs22-1:22.22.2-1.el10_12026-04-08redhat
redhatnodejs:22-8100020260331102257.6d8804032026-04-08redhat
redhatrhoai/odh-dashboard-rhel8:17742821362026-03-25redhat

Patches are aggregated from vendor advisories (Red Hat, Microsoft, Cisco, GitHub) and package ecosystems (OSV, GHSA). Multiple rows for the same upstream release have been deduplicated.

Affected Packages

(1 across 1 ecosystem)
npm(1)
PackageVulnerable rangeFixed inDependents
undici6.24.0

Weakness Classification(2)

MITRE Common Weakness Enumeration — the root-cause categories this CVE belongs to.

Data Freshness Timeline

(refreshed 8× in last 7d / 11× in last 30d)

Each row is a source pipeline that fetched or updated this CVE on that date, with what changed. For example, "NVD update" means NVD published or revised its analysis for this CVE; "MITRE cvelistV5" means we ingested or refreshed it from the CNA feed. Most recent first.

  1. 2026-07-06 16:27 UTCEPSS rescore
  2. 2026-07-06 16:27 UTCEPSS rescore
  3. 2026-07-06 02:23 UTCEPSS rescore
  4. 2026-07-06 02:23 UTCEPSS rescore
  5. 2026-07-05 02:30 UTCEPSS rescore
  6. 2026-07-04 06:31 UTCEPSS rescore
  7. 2026-07-01 15:06 UTCEPSS rescore
  8. 2026-06-30 23:22 UTCEPSS rescore
  9. 2026-06-30 04:39 UTCEG score recompute
  10. 2026-06-30 04:39 UTCVendor advisory
  11. 2026-06-30 04:31 UTCNVD updatefirst tracked

Frequently asked(5)

What is CVE-2026-2229?
CVE-2026-2229 is a high vulnerability published on March 12, 2026. ImpactThe undici WebSocket client is vulnerable to a denial-of-service attack due to improper validation of the servermaxwindowbits parameter in the permessage-deflate extension. When a WebSocket client connects to a server, it automatically advertises support for permessage-deflate compression. A…
When was CVE-2026-2229 disclosed?
CVE-2026-2229 was first published in the National Vulnerability Database on March 12, 2026, with the most recent update on July 2, 2026. EchelonGraph re-ingests CVE updates from NVD on a 2-hour cycle, so this page reflects the latest published state.
Is CVE-2026-2229 actively exploited?
CVE-2026-2229 is not currently on CISA's Known Exploited Vulnerabilities catalog. FIRST EPSS estimates a 54.6% percentile likelihood of exploitation in the next 30 days — higher percentiles indicate greater predicted risk.
What is the CVSS score of CVE-2026-2229?
CVE-2026-2229 has a CVSS v3 base score of 7.5 (NVD). The EG score is currently aggregating — additional source signals are being incorporated as they become available..
How do I remediate CVE-2026-2229?
Patch to the fixed version published by the affected vendor. Where vendor advisories exist for CVE-2026-2229, EchelonGraph cross-links them in the Vendor Advisories panel below — those typically contain the canonical remediation steps, fixed version numbers, and any vendor-specific mitigations.

Dependency Blast Radius

See which npm, PyPI, Go, and Maven packages are affected by CVE-2026-2229

Explore →

Is Your Infrastructure Affected by CVE-2026-2229?

EchelonGraph automatically scans your cloud infrastructure and maps CVE exposure using blast radius analysis.