Resource exhaustion in Nodejs Node

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

Vulnerability class: DoS (Denial of Service)

EPSS: 0.036 (88.3th percentile) — read the EPSS interpretation.

CVSS v3 metric

CVSS v3 base score 7.5 (High). Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H.

Affected products

Weakness classification (CWE)

References

Frequently asked questions

What is CVE-2025-59465?
CVE-2025-59465 is a high-severity vulnerability in Nodejs Node, classified under Uncontrolled Resource Consumption. CVSS score: 7.5/10. Published 2026-01-20.
How severe is CVE-2025-59465?
High severity. CVSS v3 base score is 7.5 out of 10.