CVE-2026-12151
Received
Received - Intake
Memory Exhaustion in Undici WebSocket Client
Publication date: 2026-06-17
Last updated on: 2026-06-17
Assigner: openjs
Description
Description
Impact:
The undici WebSocket client enforces maxPayloadSize on the cumulative byte count of fragments in a message but does not enforce a limit on the number of fragments. A malicious WebSocket server can stream many small or empty continuation frames that each pass per-frame and cumulative-size validation, collectively causing unbounded memory growth in the client process. The result is memory exhaustion and a denial of service.
Affected applications are those using the undici WebSocket client (new WebSocket(...)) or the WebSocketStream API that can be induced to connect to an attacker-controlled or compromised WebSocket endpoint.
All releases starting at undici 6.17.0 are affected.
Patches:Β Upgrade to undici >= 6.26.0, >= 7.28.0, or >= 8.5.0.Β Workarounds:
No workaround is available. The fix must be applied through an upgrade.
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| undici | undici | From 6.17.0 (inc) |
| undici | undici | to 6.26.0 (exc) |
| undici | undici | to 7.28.0 (exc) |
| undici | undici | to 8.5.0 (exc) |
| nodejs | undici | From 6.17.0 (inc) |
| nodejs | undici | 6.26.0 |
| nodejs | undici | 7.28.0 |
| nodejs | undici | 8.5.0 |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-770 | The product allocates a reusable resource or group of resources on behalf of an actor without imposing any intended restrictions on the size or number of resources that can be allocated. |
| CWE-400 | The product does not properly control the allocation and maintenance of a limited resource. |