CVE-2026-85014
Reported by openjs · Published September 4, 2026
undici's experimental WebSocketStream client crashes the whole Node.js process when a remote peer closes the TCP connection without a WebSocket close handshake. On an unclean close the internal socket-close handler calls abort on the writable stream unconditionally and discards the returned promise, but per the WHATWG Streams standard aborting a locked writable returns a promise that rejects with a TypeError. Because the application holds a writer on that writable, which is the only way to write, the rejection is never observed and Node's default unhandled-rejection behavior terminates the process. An untrusted server can therefore crash a client with a single abrupt disconnect, with no authentication and no application mistake. This affects undici versions from 7.0.0 up to 7.29.1 and from 8.0.0 up to 8.10.2. Users should upgrade to undici 7.29.1 or 8.10.2.
Risk Scores
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| undici | undici | 7.0.0, 7.29.1, 8.0.0 |
| chainguard | node-gyp | 0 |
| wolfi | node-gyp | 0, 0 |
| undici | undici | 7.0.0, 7.29.1, 8.0.0 |
Timeline
- Sep 4, 2026 Coalition ESS Score
- Sep 4, 2026 CVE Published
- Sep 4, 2026 CVE Updated
- Sep 5, 2026 EPSS Score
- Sep 7, 2026 EPSS Score
- Sep 9, 2026 EPSS Score
- Sep 12, 2026 EPSS Score
- Sep 16, 2026 EPSS Score
- Sep 18, 2026 EPSS Score