CVE-2025-59465 | Teknoloji dünyasından en güncel haberleri ve güvenlikle ilgili gelişmeleri takip edin.

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

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)
})
})
```
Vendor
Nodejs
Product
Node.js
CWE
CWE-400
Yayın Tarihi
2026-01-20 21:16:04
Güncelleme
2026-01-30 20:25:39
Source Identifier
support@hackerone.com
KEV Date Added
-

Kategoriler

Referanslar