CVE-2025-59465
Gravedad CVSS v3.1:
ALTA
Tipo:
No Disponible / Otro tipo
Fecha de publicación:
20/01/2026
Última modificación:
20/01/2026
Descripción
*** Pendiente de traducción *** 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:<br />
```<br />
server.on(&#39;secureConnection&#39;, socket => {<br />
socket.on(&#39;error&#39;, err => {<br />
console.log(err)<br />
})<br />
})<br />
```
Impacto
Puntuación base 3.x
7.50
Gravedad 3.x
ALTA



