Skip to content

Commit 1f49cd1

Browse files
2026-01-13, Version 22.22.0 'Jod' (LTS)
This is a security release. Notable changes: lib: * (CVE-2025-59465) add TLSSocket default error handler * (CVE-2025-55132) disable futimes when permission model is enabled lib,permission: * (CVE-2025-55130) require full read and write to symlink APIs src: * (CVE-2025-59466) rethrow stack overflow exceptions in async_hooks src,lib: * (CVE-2025-55131) refactor unsafe buffer creation to remove zero-fill toggle tls: * (CVE-2026-21637) route callback exceptions through error handlers PR-URL: nodejs-private/node-private#801
1 parent 4443a11 commit 1f49cd1

2 files changed

Lines changed: 35 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,8 @@ release.
6666
<a href="doc/changelogs/CHANGELOG_V24.md#24.0.0">24.0.0</a><br/>
6767
</td>
6868
<td valign="top">
69-
<b><a href="doc/changelogs/CHANGELOG_V22.md#22.21.1">22.21.1</a></b><br/>
69+
<b><a href="doc/changelogs/CHANGELOG_V22.md#22.22.0">22.22.0</a></b><br/>
70+
<a href="doc/changelogs/CHANGELOG_V22.md#22.21.1">22.21.1</a><br/>
7071
<a href="doc/changelogs/CHANGELOG_V22.md#22.21.0">22.21.0</a><br/>
7172
<a href="doc/changelogs/CHANGELOG_V22.md#22.20.0">22.20.0</a><br/>
7273
<a href="doc/changelogs/CHANGELOG_V22.md#22.19.0">22.19.0</a><br/>

doc/changelogs/CHANGELOG_V22.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
</tr>
1010
<tr>
1111
<td>
12+
<a href="#22.22.0">22.22.0</a><br/>
1213
<a href="#22.21.1">22.21.1</a><br/>
1314
<a href="#22.21.0">22.21.0</a><br/>
1415
<a href="#22.20.0">22.20.0</a><br/>
@@ -70,6 +71,38 @@
7071
* [io.js](CHANGELOG_IOJS.md)
7172
* [Archive](CHANGELOG_ARCHIVE.md)
7273

74+
<a id="22.22.0"></a>
75+
76+
## 2026-01-13, Version 22.22.0 'Jod' (LTS), @marco-ippolito
77+
78+
This is a security release.
79+
80+
### Notable Changes
81+
82+
lib:
83+
84+
* (CVE-2025-59465) add TLSSocket default error handler
85+
* (CVE-2025-55132) disable futimes when permission model is enabled
86+
lib,permission:
87+
* (CVE-2025-55130) require full read and write to symlink APIs
88+
src:
89+
* (CVE-2025-59466) rethrow stack overflow exceptions in async\_hooks
90+
src,lib:
91+
* (CVE-2025-55131) refactor unsafe buffer creation to remove zero-fill toggle
92+
tls:
93+
* (CVE-2026-21637) route callback exceptions through error handlers
94+
95+
### Commits
96+
97+
* \[[`6badf4e6f4`](https://github.com/nodejs/node/commit/6badf4e6f4)] - **deps**: update c-ares to v1.34.6 (Node.js GitHub Bot) [#60997](https://github.com/nodejs/node/pull/60997)
98+
* \[[`37509c3ff0`](https://github.com/nodejs/node/commit/37509c3ff0)] - **deps**: update undici to 6.23.0 (Matteo Collina) [nodejs-private/node-private#791](https://github.com/nodejs-private/node-private/pull/791)
99+
* \[[`eb8e41f8db`](https://github.com/nodejs/node/commit/eb8e41f8db)] - **(CVE-2025-59465)** **lib**: add TLSSocket default error handler (RafaelGSS) [nodejs-private/node-private#797](https://github.com/nodejs-private/node-private/pull/797)
100+
* \[[`ebbf942a83`](https://github.com/nodejs/node/commit/ebbf942a83)] - **(CVE-2025-55132)** **lib**: disable futimes when permission model is enabled (RafaelGSS) [nodejs-private/node-private#748](https://github.com/nodejs-private/node-private/pull/748)
101+
* \[[`6b4849583a`](https://github.com/nodejs/node/commit/6b4849583a)] - **(CVE-2025-55130)** **lib,permission**: require full read and write to symlink APIs (RafaelGSS) [nodejs-private/node-private#760](https://github.com/nodejs-private/node-private/pull/760)
102+
* \[[`ddadc31f09`](https://github.com/nodejs/node/commit/ddadc31f09)] - **(CVE-2025-59466)** **src**: rethrow stack overflow exceptions in async\_hooks (Matteo Collina) [nodejs-private/node-private#773](https://github.com/nodejs-private/node-private/pull/773)
103+
* \[[`d4d9f3915f`](https://github.com/nodejs/node/commit/d4d9f3915f)] - **(CVE-2025-55131)** **src,lib**: refactor unsafe buffer creation to remove zero-fill toggle (Сковорода Никита Андреевич) [nodejs-private/node-private#759](https://github.com/nodejs-private/node-private/pull/759)
104+
* \[[`25d6799df6`](https://github.com/nodejs/node/commit/25d6799df6)] - **(CVE-2026-21637)** **tls**: route callback exceptions through error handlers (Matteo Collina) [nodejs-private/node-private#796](https://github.com/nodejs-private/node-private/pull/796)
105+
73106
<a id="22.21.1"></a>
74107

75108
## 2025-10-28, Version 22.21.1 'Jod' (LTS), @aduh95

0 commit comments

Comments
 (0)