Skip to content

Commit 9e6bf8d

Browse files
committed
2026-07-29, Version 26.5.1 (Current)
This is a security release. Notable changes: deps: * update llhttp to 9.4.3 * update undici to 8.9.0 dns: * (CVE-2026-58042) handle large resolveAny address replies http: * (CVE-2026-58044) reject requests exceeding max header count http2: * (CVE-2026-56848) defer rst stream while in scope https: * (CVE-2026-58040) bind identity checks to session reuse * (CVE-2026-56850) distinguish PFX object-array agent keys permission: * (CVE-2026-58043) avoid granting radix split nodes * (CVE-2026-58039) check final report output path * (CVE-2026-56847) enforce fs write permission for trace events sqlite: * (CVE-2026-58041) invalidate tag store iterators on statement reset zlib: * (CVE-2026-58045) throw on out-of-bounds write buffers PR-URL: nodejs-private/node-private#936 Signed-off-by: RafaelGSS <rafael.nunu@hotmail.com>
1 parent af0bf96 commit 9e6bf8d

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
@@ -41,7 +41,8 @@ release.
4141
</tr>
4242
<tr>
4343
<td valign="top">
44-
<b><a href="doc/changelogs/CHANGELOG_V26.md#26.5.0">26.5.0</a></b><br/>
44+
<b><a href="doc/changelogs/CHANGELOG_V26.md#26.5.1">26.5.1</a></b><br/>
45+
<a href="doc/changelogs/CHANGELOG_V26.md#26.5.0">26.5.0</a><br/>
4546
<a href="doc/changelogs/CHANGELOG_V26.md#26.4.0">26.4.0</a><br/>
4647
<a href="doc/changelogs/CHANGELOG_V26.md#26.3.1">26.3.1</a><br/>
4748
<a href="doc/changelogs/CHANGELOG_V26.md#26.3.0">26.3.0</a><br/>

doc/changelogs/CHANGELOG_V26.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
</tr>
99
<tr>
1010
<td>
11+
<a href="#26.5.1">26.5.1</a><br/>
1112
<a href="#26.5.0">26.5.0</a><br/>
1213
<a href="#26.4.0">26.4.0</a><br/>
1314
<a href="#26.3.1">26.3.1</a><br/>
@@ -47,6 +48,42 @@
4748
* [io.js](CHANGELOG_IOJS.md)
4849
* [Archive](CHANGELOG_ARCHIVE.md)
4950

51+
<a id="26.5.1"></a>
52+
53+
## 2026-07-29, Version 26.5.1 (Current), @RafaelGSS
54+
55+
This is a security release.
56+
57+
### Notable Changes
58+
59+
* (CVE-2026-56848) http2: defer rst stream while in scope (Matteo Collina) – High
60+
* (CVE-2026-58043) permission: avoid granting radix split nodes (RafaelGSS) – High
61+
* (CVE-2026-56850) https: distinguish PFX object-array agent keys (RafaelGSS) – Medium
62+
* (CVE-2026-58040) https: bind identity checks to session reuse (Matteo Collina) – Medium
63+
* (CVE-2026-58041) sqlite: invalidate tag store iterators on statement reset (Matteo Collina) – Medium
64+
* (CVE-2026-58042) dns: handle large resolveAny address replies (RafaelGSS) – Medium
65+
* (CVE-2026-58045) zlib: throw on out-of-bounds write buffers (RafaelGSS) – Medium
66+
* (CVE-2026-56847) permission: enforce fs write permission for trace events (RafaelGSS) – Low
67+
* (CVE-2026-58039) permission: check final report output path (RafaelGSS) – Low
68+
* (CVE-2026-58044) http: reject requests exceeding max header count (Matteo Collina) – Low
69+
* deps: update llhttp to 9.4.3 (Paolo Insogna)
70+
* deps: update undici to 8.9.0 (Node.js GitHub Bot)
71+
72+
### Commits
73+
74+
* \[[`af0bf96877`](https://github.com/nodejs/node/commit/af0bf96877)] - **deps**: update llhttp to 9.4.3 (Paolo Insogna) [nodejs-private/node-private#935](https://github.com/nodejs-private/node-private/pull/935)
75+
* \[[`0354678355`](https://github.com/nodejs/node/commit/0354678355)] - **deps**: update undici to 8.9.0 (Node.js GitHub Bot) [#64712](https://github.com/nodejs/node/pull/64712)
76+
* \[[`dbeeaeec13`](https://github.com/nodejs/node/commit/dbeeaeec13)] - **(CVE-2026-58042)** **dns**: handle large resolveAny address replies (RafaelGSS) [nodejs-private/node-private#929](https://github.com/nodejs-private/node-private/pull/929)
77+
* \[[`064d339f56`](https://github.com/nodejs/node/commit/064d339f56)] - **(CVE-2026-58044)** **http**: reject requests exceeding max header count (Matteo Collina) [nodejs-private/node-private#922](https://github.com/nodejs-private/node-private/pull/922)
78+
* \[[`23b94c843a`](https://github.com/nodejs/node/commit/23b94c843a)] - **(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)
79+
* \[[`c7ec3dc0b9`](https://github.com/nodejs/node/commit/c7ec3dc0b9)] - **(CVE-2026-58040)** **https**: bind identity checks to session reuse (Matteo Collina) [nodejs-private/node-private#904](https://github.com/nodejs-private/node-private/pull/904)
80+
* \[[`8f666925b1`](https://github.com/nodejs/node/commit/8f666925b1)] - **(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)
81+
* \[[`ad99d075b1`](https://github.com/nodejs/node/commit/ad99d075b1)] - **(CVE-2026-58043)** **permission**: avoid granting radix split nodes (RafaelGSS) [nodejs-private/node-private#911](https://github.com/nodejs-private/node-private/pull/911)
82+
* \[[`61222008b7`](https://github.com/nodejs/node/commit/61222008b7)] - **(CVE-2026-58039)** **permission**: check final report output path (RafaelGSS) [nodejs-private/node-private#908](https://github.com/nodejs-private/node-private/pull/908)
83+
* \[[`3cb607dfc4`](https://github.com/nodejs/node/commit/3cb607dfc4)] - **(CVE-2026-56847)** **permission**: enforce fs write permission for trace events (RafaelGSS) [nodejs-private/node-private#924](https://github.com/nodejs-private/node-private/pull/924)
84+
* \[[`d08fde8a16`](https://github.com/nodejs/node/commit/d08fde8a16)] - **(CVE-2026-58041)** **sqlite**: invalidate tag store iterators on statement reset (Matteo Collina) [nodejs-private/node-private#896](https://github.com/nodejs-private/node-private/pull/896)
85+
* \[[`b3fbb6e11f`](https://github.com/nodejs/node/commit/b3fbb6e11f)] - **(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)
86+
5087
<a id="26.5.0"></a>
5188

5289
## 2026-07-08, Version 26.5.0 (Current), @richardlau

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 0
3030
#define NODE_VERSION_LTS_CODENAME ""
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)