Cyber Posture

CVE-2025-59464

High

Published: 20 January 2026

Published
20 January 2026
Modified
30 January 2026
KEV Added
Patch
CVSS Score 7.5 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
EPSS Score 0.0005 16.4th percentile
Risk Priority 15 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2025-59464 is a high-severity Uncontrolled Resource Consumption (CWE-400) vulnerability in Nodejs Node.Js. Its CVSS base score is 7.5 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 16.4th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.

Threat & Defense at a Glance

What attackers do: exploitation maps to Exploit Public-Facing Application (T1190) and 1 other technique.
Threat & Defense Details

Likely Mitigating ControlsAI

Per-CVE control mapping for this CVE has not run yet; the list below is derived from the weakness types (CWEs) cited in the NVD entry.

addresses: CWE-400

Limiting concurrent sessions directly prevents uncontrolled resource consumption by capping the number of active sessions per user or account.

addresses: CWE-400

Analysis identifies uncontrolled resource consumption indicative of denial-of-service or abuse attempts.

addresses: CWE-400

Contingency plan testing includes resource exhaustion scenarios to verify recovery, making it harder for attackers to sustain exploits that cause uncontrolled consumption.

addresses: CWE-400

Updated contingency plans include current procedures to detect, contain, and recover from resource exhaustion, limiting an attacker's ability to sustain impact from uncontrolled consumption.

addresses: CWE-400

Alternate site allows resumption of operations if resource exhaustion at the primary site is exploited to cause unavailability.

addresses: CWE-400

Alternate telecommunications services enable resumption of essential functions when primary services become unavailable due to uncontrolled resource consumption.

addresses: CWE-400

The team can analyze and respond to resource exhaustion incidents, reducing the impact of attacks that exploit uncontrolled consumption weaknesses.

addresses: CWE-400

Timely maintenance support and spare parts enable rapid recovery from failures induced by uncontrolled resource consumption, shortening the impact window of denial-of-service attacks.

MITRE ATT&CK Enterprise TechniquesAI

T1190 Exploit Public-Facing Application Initial Access
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
T1499.004 Application or System Exploitation Impact
Adversaries may exploit software vulnerabilities that can cause an application or system to crash and deny availability to users.
Why these techniques?

Direct remote exploitation of public-facing Node.js TLS endpoint for memory exhaustion DoS via repeated connections.

Confidence: HIGH · MITRE ATT&CK Enterprise v18.1

NVD Description

A memory leak in Node.js’s OpenSSL integration occurs when converting `X.509` certificate fields to UTF-8 without freeing the allocated buffer. When applications call `socket.getPeerCertificate(true)`, each certificate field leaks memory, allowing remote clients to trigger steady memory growth through repeated TLS…

more

connections. Over time this can lead to resource exhaustion and denial of service.

Deeper analysisAI

CVE-2025-59464 is a memory leak vulnerability in Node.js's OpenSSL integration. The issue arises when X.509 certificate fields are converted to UTF-8 without freeing the allocated buffer. This leak occurs each time an application calls socket.getPeerCertificate(true), affecting Node.js applications that process TLS peer certificates.

Remote unauthenticated attackers can exploit this vulnerability by initiating repeated TLS connections to vulnerable Node.js servers. Each connection triggers memory leakage proportional to the certificate fields processed, causing gradual memory growth. Over time, this leads to resource exhaustion and denial-of-service. The vulnerability carries a CVSS v3.1 base score of 7.5 (AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H) and maps to CWE-400 (Uncontrolled Resource Consumption).

The Node.js security advisory at https://nodejs.org/en/blog/vulnerability/december-2025-security-releases provides details on patches addressing this issue, published on 2026-01-20.

Details

CWE(s)

Affected Products

nodejs
node.js
24.0.0 — 24.12.0

CVEs Like This One

CVE-2026-21637Same product: Nodejs Node.Js
CVE-2025-59466Same product: Nodejs Node.Js
CVE-2026-21636Same product: Nodejs Node.Js
CVE-2025-55130Same product: Nodejs Node.Js
CVE-2025-24269Shared CWE-400
CVE-2025-65890Shared CWE-400
CVE-2025-27669Shared CWE-400
CVE-2024-54730Shared CWE-400
CVE-2026-22036Same vendor: Nodejs
CVE-2026-1526Same vendor: Nodejs

References