CVE-2025-59465
Last modified
CVE-2025-59465 is a high-severity vulnerability rated 7.5/10 on the CVSS scale. A malformed `HTTP/2 HEADERS` frame with oversized, invalid `HPACK` data can cause Node.js to crash by triggering an unhandled `TLSSocket` error `ECONNRESET`. Instead of safely closing the connection, the process crashes, enabling a remote denial of service. EPSS estimates a 3.78% chance of exploitation in the next 30 days.
Description
A malformed `HTTP/2 HEADERS` frame with oversized, invalid `HPACK` data can cause Node.js to crash by triggering an unhandled `TLSSocket` error `ECONNRESET`. Instead of safely closing the connection, the process crashes, enabling a remote denial of service. This primarily affects applications that do not attach explicit error handlers to secure sockets, for example: ``` server.on('secureConnection', socket => { socket.on('error', err => { console.log(err) }) }) ```
Metrics
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
Weakness Enumeration
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Nodejs | Node.Js | >= 20.0.0, < 20.20.0 |
| Nodejs | Node.Js | >= 22.0.0, < 22.22.0 |
| Nodejs | Node.Js | >= 24.0.0, < 24.13.0 |
| Nodejs | Node.Js | >= 25.0.0, < 25.3.0 |
References
- https://nodejs.org/en/blog/vulnerability/december-2025-security-releasesRelease Notes, Vendor Advisory
Timeline
- Published
- Last Modified
- Status
- Modified
Frequently Asked Questions
What is CVE-2025-59465?
How severe is CVE-2025-59465?
How do I fix CVE-2025-59465?
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 2025
- CVE-2025-5946Improper Neutralization of Special Elements used in an OS Co…7.2
- CVE-2025-59460The system is deployed in its default state, with configurat…7.5
- CVE-2025-59461A remote unauthenticated attacker may use the unauthenticate…9.8
- CVE-2025-59462An attacker who tampers with the C++ CLI client may crash th…7.5
- CVE-2025-59463An attacker may cause chunk-size mismatches that block file …7.5
- CVE-2025-59464A memory leak in Node.js’s OpenSSL integration occurs when c…7.5
- CVE-2025-59466We have identified a bug in Node.js error handling where "Ma…7.5
- CVE-2025-59467A Cross-Site Scripting (XSS) vulnerability in the UCRM Argen…9.6
- CVE-2025-59468This vulnerability allows a Backup Administrator to perform …9.1
- CVE-2025-59469This vulnerability allows a Backup or Tape Operator to write…9
- CVE-2025-5947The Service Finder Bookings plugin for WordPress is vulnerab…9.8
- CVE-2025-59470This vulnerability allows a Backup Operator to perform remot…9
Are you affected by CVE-2025-59465?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
