CVE-2026-85014
Last modified
CVE-2026-85014 is a high-severity vulnerability rated 7.5/10 on the CVSS scale. 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. EPSS estimates a 0.35% chance of exploitation in the next 30 days.
Description
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.
Metrics
Weakness Enumeration
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Nodejs | Undici | >= 7.0.0, < 7.29.1 |
| Nodejs | Undici | >= 8.0.0, < 8.10.2 |
References
- https://cna.openjsf.org/security-advisories.htmlThird Party Advisory
Timeline
- Published
- Last Modified
- Status
- Analyzed
Frequently Asked Questions
What is CVE-2026-85014?
How severe is CVE-2026-85014?
How do I fix CVE-2026-85014?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-85008undici's cache interceptor documents that only safe HTTP met…5.3
- CVE-2026-85009The RestroPress WordPress plugin through 3.4.6 does not ver…6.5
- CVE-2026-8501Improper access control in the PCTCore64.sys Windows kernel …7.8
- CVE-2026-85010The RestroPress WordPress plugin before 3.4.6 does not valid…5.3
- CVE-2026-85012Improper neutralization of special elements used in an OS co…8
- CVE-2026-85013A flaw was found in environment-modules. A local attacker ca…7.3
- CVE-2026-85017The Unlimited Elements For Elementor WordPress plugin before…7.5
- CVE-2026-8502The LearnPress – WordPress LMS Plugin for Create and Sell On…5.3
- CVE-2026-85021A vulnerability was determined in langgenius dify 1.13.0. Af…4.3
- CVE-2026-85022A vulnerability was identified in langgenius dify 1.13.0. Af…3.5
- CVE-2026-85024undici bundles a WebSocket client whose permessage-deflate s…5.9
- CVE-2026-85025IBM Langflow OSS 1.0.0 through 1.11.5 Langflow could allow a…9.8
Are you affected by CVE-2026-85014?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
