SOC status:Duty analyst on shift

UK Cyber Defence
VulnerabilityModified

CVE-2025-59465

A malformed `HTTP/2 HEADERS` frame with oversized, invalid `HPACK` data can cause Node.js to crash by triggering an unhandled `TLSSocket` error `ECONNRESET`.

HIGH 7.5EPSS 3.76%

Does this matter?

High impact if exploited, but EPSS currently rates exploitation as unlikely (3.76%). Schedule it in the normal patch cycle and watch for a rise in EPSS or a public exploit.

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) }) }) ```

CVSS 3.1
7.5 HIGHCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
EPSS
3.76% probability · 89th percentile
CISA KEV
Not listed
Weakness
CWE-400, CWE-248
Affected
nodejs/node.js
Source
support@hackerone.com

Source: NVD record, EPSS from FIRST.org, KEV from CISA. Refreshed daily.