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)
Red Hat Enterprise Linux 10RedHatnodejs24-1:24.13.0-1.el10_1*
Red Hat Enterprise Linux 10RedHatnodejs22-1:22.22.0-3.el10_1*
Red Hat Enterprise Linux 10.0 Extended Update SupportRedHatnodejs22-1:22.22.0-1.el10_0*
Red Hat Enterprise Linux 8RedHatnodejs:24-8100020260116121421.6d880403*
Red Hat Enterprise Linux 8RedHatnodejs:22-8100020260119091831.6d880403*
Red Hat Enterprise Linux 8RedHatnodejs:20-8100020260119100525.489197e6*
Red Hat Enterprise Linux 9RedHatnodejs:24-9070020260117213814.rhel9*
Red Hat Enterprise Linux 9RedHatnodejs:22-9070020260117213838.rhel9*
Red Hat Enterprise Linux 9RedHatnodejs:20-9070020260117213748.rhel9*
Red Hat Enterprise Linux 9.4 Extended Update SupportRedHatnodejs:20-9040020260211171433.rhel9*
Red Hat Enterprise Linux 9.6 Extended Update SupportRedHatnodejs:20-9060020260210180816.rhel9*
Red Hat Enterprise Linux 9.6 Extended Update SupportRedHatnodejs:22-9060020260210120402.rhel9*
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