CVE-2025-59464
BaseFortify
Publication date: 2026-01-20
Last updated on: 2026-01-30
Assigner: HackerOne
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| nodejs | node.js | From 24.0.0 (inc) to 24.12.0 (exc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-400 | The product does not properly control the allocation and maintenance of a limited resource. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability is a memory leak in Node.js's OpenSSL integration that happens when converting X.509 certificate fields to UTF-8. The allocated memory buffer is not freed properly. When applications call socket.getPeerCertificate(true), each certificate field leaks memory, allowing remote clients to cause continuous memory growth by making repeated TLS connections.
How can this vulnerability impact me? :
The vulnerability can lead to resource exhaustion and denial of service because the memory leak causes steady memory growth when exploited by remote clients through repeated TLS connections.