AUGUST 4, 2026
Live Feed
Back to database
Case File

CVE-2025-59465

HIGH · CVSS 7.5 EPSS 3.62%

Source: NVD + CISA KEV + EPSS (historical backfill) · Published 2026-01-20 · Last synced 2026-08-04

CyberRota Analysis

This is a high severity vulnerability with a CVSS score of 7.5. It may be remotely exploitable. It may lead to a denial-of-service condition.

CVE
CVE-2025-59465
Severity
HIGH
CVSS
7.5
EPSS
3.62%

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

Related CVEs

Other vulnerabilities affecting the same vendor(s)