Skip to content

Commit aa4c775

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 4b12ac3 commit aa4c775

3 files changed

Lines changed: 40 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@ release.
3737
</tr>
3838
<tr>
3939
<td valign="top">
40-
<b><a href="doc/changelogs/CHANGELOG_V22.md#22.23.1">22.23.1</a></b><br/>
40+
<b><a href="doc/changelogs/CHANGELOG_V22.md#22.23.2">22.23.2</a></b><br/>
41+
<a href="doc/changelogs/CHANGELOG_V22.md#22.23.1">22.23.1</a><br/>
4142
<a href="doc/changelogs/CHANGELOG_V22.md#22.23.0">22.23.0</a><br/>
4243
<a href="doc/changelogs/CHANGELOG_V22.md#22.22.3">22.22.3</a><br/>
4344
<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/>
@@ -73,6 +74,42 @@
7374
* [io.js](CHANGELOG_IOJS.md)
7475
* [Archive](CHANGELOG_ARCHIVE.md)
7576

77+
<a id="22.23.2"></a>
78+
79+
## 2026-07-29, Version 22.23.2 'Jod' (LTS), @marco-ippolito
80+
81+
This is a security release.
82+
83+
### Notable Changes
84+
85+
* (CVE-2026-56846) http2: retain header memory in session accounting (Matteo Collina) – High
86+
* (CVE-2026-56848) http2: defer rst stream while in scope (Matteo Collina) – High
87+
* (CVE-2026-58043) permission: avoid granting radix split nodes (RafaelGSS) – High
88+
* (CVE-2026-56850) https: distinguish PFX object-array agent keys (RafaelGSS) – Medium
89+
* (CVE-2026-58040) https: bind identity checks to session reuse (Matteo Collina) – Medium
90+
* (CVE-2026-58042) dns: handle large resolveAny address replies (RafaelGSS) – Medium
91+
* (CVE-2026-58045) zlib: throw on out-of-bounds write buffers (RafaelGSS) – Medium
92+
* (CVE-2026-56847) permission: enforce fs write permission for trace events (RafaelGSS) – Low
93+
* (CVE-2026-58039) permission: check final report output path (RafaelGSS) – Low
94+
* (CVE-2026-58044) http: reject requests exceeding max header count (Matteo Collina) – Low
95+
* deps: update llhttp to 9.4.3 (Paolo Insogna)
96+
* deps: update undici to 6.28.0 (Node.js GitHub Bot)
97+
98+
### Commits
99+
100+
* \[[`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)
101+
* \[[`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)
102+
* \[[`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)
103+
* \[[`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)
104+
* \[[`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)
105+
* \[[`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)
106+
* \[[`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)
107+
* \[[`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)
108+
* \[[`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)
109+
* \[[`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)
110+
* \[[`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)
111+
* \[[`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)
112+
76113
<a id="22.23.1"></a>
77114

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

src/node_version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
#define NODE_VERSION_IS_LTS 1
3030
#define NODE_VERSION_LTS_CODENAME "Jod"
3131

32-
#define NODE_VERSION_IS_RELEASE 0
32+
#define NODE_VERSION_IS_RELEASE 1
3333

3434
#ifndef NODE_STRINGIFY
3535
#define NODE_STRINGIFY(n) NODE_STRINGIFY_HELPER(n)

0 commit comments

Comments
 (0)