PatchSiren cyber security CVE debrief
CVE-2026-85014 undici CVE debrief
CVE-2026-85014 debrief based on the supplied source corpus. The undici library's experimental WebSocketStream client crashes the Node.js process when a remote peer closes the TCP connection without a WebSocket close handshake. This vulnerability affects undici versions from 7.0.0 up to 7.29.1 and from 8.0.0 up to 8.10.2. Node.js developers and administrators using the undici library, especially those with applications relying on WebSocket functionality, should assess exposure and upgrade to undici 7.29.1 or 8.10.2 to prevent potential crashes.
- Vendor
- undici
- Product
- Unknown
- CVSS
- MEDIUM 5.9
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2026-09-04
- Original CVE updated
- 2026-09-15
- Advisory published
- 2026-09-04
- Advisory updated
- 2026-09-15
Who should care
Node.js developers and administrators using the undici library, especially those with applications relying on WebSocket functionality, should assess exposure and upgrade to undici 7.29.1 or 8.10.2 to prevent potential crashes.
Why it matters
CVE-2026-85014 affects undici's WebSocketStream client, potentially causing Node.js process crashes. Developers and administrators should assess exposure, verify affected versions, and upgrade to undici 7.29.1 or 8.10.2 to prevent crashes. The vulnerability allows an untrusted server to crash a client with a single abrupt disconnect, with no authentication required.
- Potential Node.js process crashes due to unclean WebSocket connection closures
- Need to verify and upgrade affected undici versions to prevent crashes
- Possible impact on application availability and reliability
- Requires review of Node.js application configurations and undici usage
Technical summary
The undici library's experimental WebSocketStream client crashes the Node.js process when a remote peer closes the TCP connection without a WebSocket close handshake. This occurs due to the internal socket-close handler calling abort on the writable stream unconditionally and discarding the returned promise, leading to Node's default unhandled-rejection behavior terminating the process. The vulnerability allows an untrusted server to crash a client with a single abrupt disconnect, with no authentication required. 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 to prevent Node.js process crashes due to unclean WebSocket connection.
Defensive priority
Upgrade to undici 7.29.1 or 8.10.2 to prevent Node.js process crashes due to unclean WebSocket connection closures.
Recommended defensive actions
- Upgrade to undici 7.29.1 or 8.10.2
- Review and update affected Node.js applications using undici
- Monitor Node.js process stability in environments using undici
- Confirm whether affected product deployments exist in managed environments and assign an owner for follow-up.
- Review the supplied official advisory or CVE record to validate affected scope, severity, and vendor guidance.
- Plan vendor-supported updates or mitigations through normal change control where exposure is confirmed.
- Check relevant monitoring, detection, and logs for exposed assets that need extra review.
Evidence notes
The CVE record and NVD entry provide details on the vulnerability in undici's WebSocketStream client, which causes Node.js process crashes when a remote peer closes the TCP connection without a WebSocket close handshake.
Sources and references
Verified primary and authoritative sources
-
CVE-2026-85014 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2026-85014
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2026-85014 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2026-85014
NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.
Supplemental references
-
Source reference
Unverified legacy reference
URL: https://cna.openjsf.org/security-advisories.html
ce714d77-add3-4f53-aff5-83d477b104bb - Third Party Advisory
-
Source reference
Unverified legacy reference
URL: https://github.com/nodejs/undici/security/advisories/GHSA-rx4f-c7p8-82vq
ce714d77-add3-4f53-aff5-83d477b104bb - Vendor Advisory
Methodology and review provenance
AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.