Skip to content

Commit 0b5c397

Browse files
RafaelGSSmarco-ippolito
authored andcommitted
2026-07-29, Version 22.23.2 'Jod' (LTS)
This is a security release. Notable changes: * (CVE-2026-56846) http2: retain header memory in session accounting (Matteo Collina) – High * (CVE-2026-56848) http2: defer rst stream while in scope (Matteo Collina) – High * (CVE-2026-58043) permission: avoid granting radix split nodes (RafaelGSS) – High * (CVE-2026-56850) https: distinguish PFX object-array agent keys (RafaelGSS) – Medium * (CVE-2026-58040) https: bind identity checks to session reuse (Matteo Collina) – Medium * (CVE-2026-58042) dns: handle large resolveAny address replies (RafaelGSS) – Medium * (CVE-2026-58045) zlib: throw on out-of-bounds write buffers (RafaelGSS) – Medium * (CVE-2026-56847) permission: enforce fs write permission for trace events (RafaelGSS) – Low * (CVE-2026-58039) permission: check final report output path (RafaelGSS) – Low * (CVE-2026-58044) http: reject requests exceeding max header count (Matteo Collina) – Low * deps: update llhttp to 9.4.3 (Paolo Insogna) * deps: update undici to 6.28.0 (Node.js GitHub Bot) PR-URL: nodejs-private/node-private#938 Signed-off-by: RafaelGSS <rafael.nunu@hotmail.com>
1 parent 41525ab commit 0b5c397

2 files changed

Lines changed: 39 additions & 1 deletion

File tree

β€ŽCHANGELOG.mdβ€Ž

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,8 @@ release.
7777
<a href="doc/changelogs/CHANGELOG_V24.md#24.0.0">24.0.0</a><br/>
7878
</td>
7979
<td valign="top">
80-
<b><a href="doc/changelogs/CHANGELOG_V22.md#22.23.1">22.23.1</a></b><br/>
80+
<b><a href="doc/changelogs/CHANGELOG_V22.md#22.23.2">22.23.2</a></b><br/>
81+
<a href="doc/changelogs/CHANGELOG_V22.md#22.23.1">22.23.1</a><br/>
8182
<a href="doc/changelogs/CHANGELOG_V22.md#22.23.0">22.23.0</a><br/>
8283
<a href="doc/changelogs/CHANGELOG_V22.md#22.22.3">22.22.3</a><br/>
8384
<a href="doc/changelogs/CHANGELOG_V22.md#22.22.2">22.22.2</a><br/>

β€Ždoc/changelogs/CHANGELOG_V22.mdβ€Ž

Lines changed: 37 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.23.2">22.23.2</a><br/>
1213
<a href="#22.23.1">22.23.1</a><br/>
1314
<a href="#22.23.0">22.23.0</a><br/>
1415
<a href="#22.22.3">22.22.3</a><br/>
@@ -77,6 +78,42 @@
7778
* [io.js](CHANGELOG_IOJS.md)
7879
* [Archive](CHANGELOG_ARCHIVE.md)
7980

81+
<a id="22.23.2"></a>
82+
83+
## 2026-07-29, Version 22.23.2 'Jod' (LTS), @marco-ippolito
84+
85+
This is a security release.
86+
87+
### Notable Changes
88+
89+
* (CVE-2026-56846) http2: retain header memory in session accounting (Matteo Collina) – High
90+
* (CVE-2026-56848) http2: defer rst stream while in scope (Matteo Collina) – High
91+
* (CVE-2026-58043) permission: avoid granting radix split nodes (RafaelGSS) – High
92+
* (CVE-2026-56850) https: distinguish PFX object-array agent keys (RafaelGSS) – Medium
93+
* (CVE-2026-58040) https: bind identity checks to session reuse (Matteo Collina) – Medium
94+
* (CVE-2026-58042) dns: handle large resolveAny address replies (RafaelGSS) – Medium
95+
* (CVE-2026-58045) zlib: throw on out-of-bounds write buffers (RafaelGSS) – Medium
96+
* (CVE-2026-56847) permission: enforce fs write permission for trace events (RafaelGSS) – Low
97+
* (CVE-2026-58039) permission: check final report output path (RafaelGSS) – Low
98+
* (CVE-2026-58044) http: reject requests exceeding max header count (Matteo Collina) – Low
99+
* deps: update llhttp to 9.4.3 (Paolo Insogna)
100+
* deps: update undici to 6.28.0 (Node.js GitHub Bot)
101+
102+
### Commits
103+
104+
* \[[`4b12ac38a1`](https://github.com/nodejs/node/commit/4b12ac38a1)] - **deps**: update llhttp to 9.4.3 (Paolo Insogna) [nodejs-private/node-private#935](https://github.com/nodejs-private/node-private/pull/935)
105+
* \[[`3fd0aa51d0`](https://github.com/nodejs/node/commit/3fd0aa51d0)] - **deps**: update undici to 6.28.0 (Node.js GitHub Bot) [#64714](https://github.com/nodejs/node/pull/64714)
106+
* \[[`22efc051a3`](https://github.com/nodejs/node/commit/22efc051a3)] - **(CVE-2026-58042)** **dns**: handle large resolveAny address replies (RafaelGSS) [nodejs-private/node-private#929](https://github.com/nodejs-private/node-private/pull/929)
107+
* \[[`c8525ac3a6`](https://github.com/nodejs/node/commit/c8525ac3a6)] - **(CVE-2026-58044)** **http**: reject requests exceeding max header count (Matteo Collina) [nodejs-private/node-private#932](https://github.com/nodejs-private/node-private/pull/932)
108+
* \[[`daa6d25e3d`](https://github.com/nodejs/node/commit/daa6d25e3d)] - **(CVE-2026-56848)** **http2**: defer rst stream while in scope (Matteo Collina) [nodejs-private/node-private#921](https://github.com/nodejs-private/node-private/pull/921)
109+
* \[[`f14d78b9e0`](https://github.com/nodejs/node/commit/f14d78b9e0)] - **(CVE-2026-56846)** **http2**: retain header memory in session accounting (Matteo Collina) [#63752](https://github.com/nodejs/node/pull/63752)
110+
* \[[`51123159fe`](https://github.com/nodejs/node/commit/51123159fe)] - **(CVE-2026-58040)** **https**: bind identity checks to session reuse (Matteo Collina) [nodejs-private/node-private#934](https://github.com/nodejs-private/node-private/pull/934)
111+
* \[[`acaf4266b2`](https://github.com/nodejs/node/commit/acaf4266b2)] - **(CVE-2026-56850)** **https**: distinguish PFX object-array agent keys (RafaelGSS) [nodejs-private/node-private#930](https://github.com/nodejs-private/node-private/pull/930)
112+
* \[[`440329f624`](https://github.com/nodejs/node/commit/440329f624)] - **(CVE-2026-58043)** **permission**: avoid granting radix split nodes (RafaelGSS) [nodejs-private/node-private#911](https://github.com/nodejs-private/node-private/pull/911)
113+
* \[[`ed18b9cc07`](https://github.com/nodejs/node/commit/ed18b9cc07)] - **(CVE-2026-58039)** **permission**: check final report output path (RafaelGSS) [nodejs-private/node-private#926](https://github.com/nodejs-private/node-private/pull/926)
114+
* \[[`0566c3cccd`](https://github.com/nodejs/node/commit/0566c3cccd)] - **(CVE-2026-56847)** **permission**: enforce fs write permission for trace events (RafaelGSS) [nodejs-private/node-private#927](https://github.com/nodejs-private/node-private/pull/927)
115+
* \[[`0d072480c3`](https://github.com/nodejs/node/commit/0d072480c3)] - **(CVE-2026-58045)** **zlib**: throw on out-of-bounds write buffers (RafaelGSS) [nodejs-private/node-private#931](https://github.com/nodejs-private/node-private/pull/931)
116+
80117
<a id="22.23.1"></a>
81118

82119
## 2026-06-23, Version 22.23.1 'Jod' (LTS), @RafaelGSS

0 commit comments

Comments
Β (0)