CVE-2025-59465
January 20, 2026
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)
})
})
Affected Packages
https://github.com/nodejs/node.git (GITHUB):
Affected version(s) >=v24.0.0 <v24.13.0Fix Suggestion:
Update to version v24.13.0https://github.com/nodejs/node.git (GITHUB):
Affected version(s) >=v22.0.0 <v22.22.0Fix Suggestion:
Update to version v22.22.0https://github.com/nodejs/node.git (GITHUB):
Affected version(s) >=v0.0.1 <v20.20.0Fix Suggestion:
Update to version v20.20.0https://github.com/nodejs/node.git (GITHUB):
Affected version(s) >=v25.0.0 <v25.3.0Fix Suggestion:
Update to version v25.3.0Additional Notes
The description of this vulnerability differs from MITRE.
Related ResourcesĀ (2)
Do you need more information?
Contact UsCVSS v4
Base Score:
8.7
Attack Vector
NETWORK
Attack Complexity
LOW
Attack Requirements
NONE
Privileges Required
NONE
User Interaction
NONE
Vulnerable System Confidentiality
NONE
Vulnerable System Integrity
NONE
Vulnerable System Availability
HIGH
Subsequent System Confidentiality
NONE
Subsequent System Integrity
NONE
Subsequent System Availability
NONE
CVSS v3
Base Score:
7.5
Attack Vector
NETWORK
Attack Complexity
LOW
Privileges Required
NONE
User Interaction
NONE
Scope
UNCHANGED
Confidentiality
NONE
Integrity
NONE
Availability
HIGH
Weakness Type (CWE)
Uncontrolled Resource Consumption
EPSS
Base Score:
0.07