CVE-2025-59465 Affecting nodejs-23 package, versions *


Severity

Recommended
low

Based on default assessment until relevant scores are available.

Threat Intelligence

EPSS
0.08% (23rd percentile)

Do your applications use this vulnerable package?

In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.

Test your applications
  • Snyk IDSNYK-MINIMOSLATEST-NODEJS23-15199771
  • published4 Feb 2026
  • disclosed20 Jan 2026

Introduced: 20 Jan 2026

CVE-2025-59465  (opens in a new tab)

How to fix?

There is no fixed version for Minimos:latest nodejs-23.

NVD Description

Note: Versions mentioned in the description apply only to the upstream nodejs-23 package and not the nodejs-23 package as distributed by Minimos. See How to fix? for Minimos:latest relevant fixed versions and status.

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)
  })
})

CVSS Base Scores

version 3.1