CVE-2025-59465

Published Jan 20, 2026

Last updated a month ago

Overview

Description
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) }) }) ```
Source
support@hackerone.com
NVD status
Analyzed
Products
node.js

Risk scores

CVSS 3.0

Type
Secondary
Base score
7.5
Impact score
3.6
Exploitability score
3.9
Vector string
CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
Severity
HIGH

Weaknesses

134c704f-9b21-4f2e-91b3-4a467353bcc0
CWE-400

Social media

Hype score
Not currently trending
  1. SUSE and openSUSE release Node.js 20.20.0 security update fixing multiple flaws, including CVE-2026-22036 and CVE-2025-59465 affecting TLSSocket and unsafe buffers. Admins should update now. #Nodejs https://t.co/XrTjLqZXJM

    @threatcluster

    12 Feb 2026

    41 Impressions

    0 Retweets

    0 Likes

    0 Bookmarks

    0 Replies

    0 Quotes

  2. ⚠️ Vulnerabilidades en Node.js ❗ CVE-2025-59465 ❗ CVE-2025-55131 ❗ CVE-2025-55130 ➡️ Más info: https://t.co/f2f9WvQE7y https://t.co/4B6X02leVC

    @CERTpy

    20 Jan 2026

    100 Impressions

    0 Retweets

    0 Likes

    1 Bookmark

    0 Replies

    0 Quotes

  3. kusanagi-nodejs22 Module Update 22.22.0-1 KUSANAGI 9 modules have been updated. The updated modules are as follows: nodejs 22.22.0-1 This update includes support for vulnerability(CVE-2025-59465, CVE-2025-55132, CVE-2025-55130, CVE-2025-59466,... https://t.co/Eq9v5q9WRi

    @kusanagi_saya

    20 Jan 2026

    36 Impressions

    0 Retweets

    0 Likes

    0 Bookmarks

    0 Replies

    0 Quotes

  4. kusanagi-nodejs22 モジュール更新情報 22.22.0-1 KUSANAGI 9 を構成している各モジュールのアップデートを行いました。 アップデートにより適用される各モジュールのバージョンは、以下のとおりとなります。 nodejs 22

    @kusanagi_saya

    20 Jan 2026

    32 Impressions

    0 Retweets

    0 Likes

    0 Bookmarks

    0 Replies

    0 Quotes

  5. Node.js January 13, 2026 Security Releases https://t.co/AJE4YZ4bd1 CVE-2025-55131 Timeout-based race conditions make Uint8Array/Buffer.alloc non-zerofilled CVE-2025-55130 Bypass filesystem permissions using symlinks CVE-2025-59465 HTTP/2 server crashes with unhandled error &

    @oss_security

    15 Jan 2026

    1677 Impressions

    3 Retweets

    15 Likes

    6 Bookmarks

    0 Replies

    0 Quotes

  6. 🚀 Node.js v20.20.0 がリリースされました。 📅 リリース日: 2026-01-13 📦 種別: patch ✨ 主な変更点: • lib: 許可モデルが有効な場合にfutimesを無効化 (CVE-2025-55132) • lib: TLSSocketのデフォルトエラーハンドラを追加 (

    @darthnegi

    13 Jan 2026

    153 Impressions

    0 Retweets

    0 Likes

    0 Bookmarks

    0 Replies

    0 Quotes

  7. 🚀 Node.js v22.22.0 がリリースされました。 📅 リリース日: 2026-01-13 📦 種別: patch ✨ 主な変更点: • c-aresをv1.34.6に更新 • undiciを6.23.0に更新 🔧 重要な修正: • (CVE-2025-59465) TLSSocketのデフォルトエラーハンド

    @darthnegi

    13 Jan 2026

    159 Impressions

    0 Retweets

    0 Likes

    0 Bookmarks

    0 Replies

    0 Quotes

  8. 🚀 Node.js v24.13.0 がリリースされました。 📅 リリース日: 2026-01-13 📦 種別: patch ✨ 主な変更点: • c-aresをv1.34.6に更新 • undiciを7.18.2に更新 🔧 重要な修正: • (CVE-2025-59465) TLSSocketのデフォルトエラーハンド

    @darthnegi

    13 Jan 2026

    147 Impressions

    0 Retweets

    0 Likes

    0 Bookmarks

    0 Replies

    0 Quotes

  9. 🚀 Node.js v25.3.0 がリリースされました。 📅 リリース日: 2026-01-13 📦 種別: minor ✨ 主な変更点: • c-aresをv1.34.6にアップデート • undiciを7.18.2にアップデート 🔧 重要な修正: • lib: TLSSocketのデフォルトエラー

    @darthnegi

    13 Jan 2026

    127 Impressions

    0 Retweets

    0 Likes

    0 Bookmarks

    0 Replies

    0 Quotes

Configurations

References

Sources include official advisories and independent security research.