CVE Vulnerabilities

CVE-2025-59465

Uncontrolled Resource Consumption

Published: Jan 20, 2026 | Modified: Jan 30, 2026
CVSS 3.x
N/A
Source:
NVD
CVSS 2.x
RedHat/V2
RedHat/V3
7.5 IMPORTANT
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
Ubuntu
MEDIUM
root.io logo minimus.io logo echo.ai logo

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:

1
2
3
4
5
server.on(secureConnection, socket => {
  socket.on(error, err => {
    console.log(err)
  })
})

Weakness

The product does not properly control the allocation and maintenance of a limited resource.

Affected Software

NameVendorStart VersionEnd Version
Node.jsNodejs20.0.0 (including)20.20.0 (excluding)
Node.jsNodejs22.0.0 (including)22.22.0 (excluding)
Node.jsNodejs24.0.0 (including)24.13.0 (excluding)
Node.jsNodejs25.0.0 (including)25.3.0 (excluding)
NodejsUbuntuplucky*
NodejsUbuntuupstream*

Potential Mitigations

  • Mitigation of resource exhaustion attacks requires that the target system either:

  • The first of these solutions is an issue in itself though, since it may allow attackers to prevent the use of the system by a particular valid user. If the attacker impersonates the valid user, they may be able to prevent the user from accessing the server in question.

  • The second solution is simply difficult to effectively institute – and even when properly done, it does not provide a full solution. It simply makes the attack require more resources on the part of the attacker.

References