{"id":"CVE-2026-19534","title":"undici's WebSocket client crashes the whole Node.js process during the opening handshake when a server responds with a subprotocol that the client never requested","summary":"undici's WebSocket client crashes the whole Node.js process during the opening handshake when a server responds with a subprotocol that the client never requested. A default WebSocket connection sends no subprotocol, but if the server's …","severity":"high","cvss":7.5,"cvssVector":"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H","cwe":["CWE-248","CWE-252","CWE-476"],"vendor":"nodejs","product":"undici","affected":["undici >= 6.7.0, < 6.28.1","undici >= 7.0.0, < 7.29.1","undici >= 8.0.0, < 8.10.2"],"patched":["undici 8.10.2"],"published":"2026-09-04","updated":"2026-09-16","sourceUpdated":"2026-09-16T20:41:08.750","source":"NVD","sourceUrl":"https://nvd.nist.gov/vuln/detail/CVE-2026-19534","references":[{"url":"https://cna.openjsf.org/security-advisories.html","label":"ce714d77-add3-4f53-aff5-83d477b104bb"},{"url":"https://github.com/nodejs/undici/security/advisories/GHSA-rfgv-xxqx-mfg5","label":"ce714d77-add3-4f53-aff5-83d477b104bb"},{"url":"https://security.access.redhat.com/data/csaf/v2/vex/2026/cve-2026-19534.json"},{"url":"https://access.redhat.com/security/cve/CVE-2026-19534"},{"url":"https://bugzilla.redhat.com/show_bug.cgi?id=2528759"},{"url":"https://www.cve.org/CVERecord?id=CVE-2026-19534"},{"url":"https://nvd.nist.gov/vuln/detail/CVE-2026-19534"},{"url":"https://access.redhat.com/errata/RHSA-2026:66008"},{"url":"https://access.redhat.com/errata/RHSA-2026:66605"},{"url":"https://access.redhat.com/errata/RHSA-2026:69248"}],"tags":["nvd","csaf","vex","red-hat"],"epss":0.00394,"epssPercentile":0.33424,"ingestedAt":"2026-09-08T19:08:49.593Z","slug":"CVE-2026-19534","body":"## Overview\n\nundici's WebSocket client crashes the whole Node.js process during the opening handshake when a server responds with a subprotocol that the client never requested. A default WebSocket connection sends no subprotocol, but if the server's 101 response includes a Sec-WebSocket-Protocol header, undici dereferences a null value while checking it against the requested list and throws an uncaught TypeError. Because that code runs inside a microtask with no surrounding error handling, the exception propagates and terminates the process under Node's default behavior, instead of gracefully failing the connection as required by the WebSocket protocol. Any application that opens a WebSocket to an attacker-controlled or compromised server, or over a plaintext connection subject to a machine-in-the-middle, can be crashed remotely without authentication in the default configuration. This affects undici versions from 6.7.0 up to 6.28.1, from 7.0.0 up to 7.29.1, and from 8.0.0 up to 8.10.2. Users should upgrade to undici 6.28.1, 7.29.1, or 8.10.2.\n\n## Affected\n\n- `undici >= 6.7.0, < 6.28.1`\n- `undici >= 7.0.0, < 7.29.1`\n- `undici >= 8.0.0, < 8.10.2`\n\n## Remediation\n\nUpgrade past the affected range:\n\n- `undici 8.10.2`\n\n## Vendor advisories\n\n- **Red Hat VEX** · Important · affected: Exploit Intelligence, OpenShift Pipelines, Red Hat Build of Podman Desktop, Red Hat Developer Hub, Red Hat Enterprise Linux 10, Red Hat Enterprise Linux 8, … · no fix planned: Red Hat Hardened Images, Secrets Management Console for Red Hat OpenShift, Exploit Intelligence, OpenShift Pipelines, … · updated 2026-09-22 · [vex](https://security.access.redhat.com/data/csaf/v2/vex/2026/cve-2026-19534.json)\n- **RHSA-2026:66008** · Red Hat · fixed in: Red Hat Hardened Images · released 2026-09-09 · [advisory](https://access.redhat.com/errata/RHSA-2026:66008)\n- **RHSA-2026:66605** · Red Hat · fixed in: Red Hat Hardened Images · released 2026-09-11 · [advisory](https://access.redhat.com/errata/RHSA-2026:66605)\n- **RHSA-2026:69248** · Red Hat · fixed in: Red Hat Developer Hub 1.9 · released 2026-09-21 · [advisory](https://access.redhat.com/errata/RHSA-2026:69248)","depth":"twilight","depthScore":41,"depthScoreParts":{"impact":41.3,"likelihood":0.1,"exploitation":0,"ransomware":0},"changes":[]}