Skip to content

Commit d07c60b

Browse files
committed
2025-01-21, Version 18.20.6 'Hydrogen' (LTS)
This is a security release. Notable changes: * CVE-2025-23084 - fix path traversal in normalize() on Windows (Medium) * CVE-2025-23085 - fix HTTP2 mem leak on premature close and ERR_PROTO * CVE-2025-22150 - Use of Insufficiently Random Values in undici fetch() (Medium) (Medium) PR-URL: nodejs-private/node-private#659
1 parent 3efbb0d commit d07c60b

File tree

2 files changed

+28
-1
lines changed

2 files changed

+28
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,8 @@ release.
100100
<a href="doc/changelogs/CHANGELOG_V20.md#20.0.0">20.0.0</a><br/>
101101
</td>
102102
<td valign="top">
103-
<b><a href="doc/changelogs/CHANGELOG_V18.md#18.20.5">18.20.5</a></b><br/>
103+
<b><a href="doc/changelogs/CHANGELOG_V18.md#18.20.6">18.20.6</a></b><br/>
104+
<a href="doc/changelogs/CHANGELOG_V18.md#18.20.5">18.20.5</a><br/>
104105
<a href="doc/changelogs/CHANGELOG_V18.md#18.20.4">18.20.4</a><br/>
105106
<a href="doc/changelogs/CHANGELOG_V18.md#18.20.3">18.20.3</a><br/>
106107
<a href="doc/changelogs/CHANGELOG_V18.md#18.20.2">18.20.2</a><br/>

doc/changelogs/CHANGELOG_V18.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
</tr>
1010
<tr>
1111
<td>
12+
<a href="#18.20.6">18.20.6</a><br/>
1213
<a href="#18.20.5">18.20.5</a><br/>
1314
<a href="#18.20.4">18.20.4</a><br/>
1415
<a href="#18.20.3">18.20.3</a><br/>
@@ -75,6 +76,31 @@
7576
* [io.js](CHANGELOG_IOJS.md)
7677
* [Archive](CHANGELOG_ARCHIVE.md)
7778

79+
<a id="18.20.6"></a>
80+
81+
## 2025-01-21, Version 18.20.6 'Hydrogen' (LTS), @RafaelGSS
82+
83+
This is a security release.
84+
85+
### Notable Changes
86+
87+
* CVE-2025-23085 - src: fix HTTP2 mem leak on premature close and ERR\_PROTO (Medium)
88+
* CVE-2025-23084 - path: fix path traversal in normalize() on Windows (Medium)
89+
90+
Dependency update:
91+
92+
* CVE-2025-22150 - Use of Insufficiently Random Values in undici fetch() (Medium)
93+
94+
### Commits
95+
96+
* \[[`c03ad5ed63`](https://github.com/nodejs/node/commit/c03ad5ed63)] - **build**: use rclone instead of aws CLI (Michaël Zasso) [#55617](https://github.com/nodejs/node/pull/55617)
97+
* \[[`8232463294`](https://github.com/nodejs/node/commit/8232463294)] - **build, tools**: drop leading `/` from `r2dir` (Richard Lau) [#53951](https://github.com/nodejs/node/pull/53951)
98+
* \[[`b26bcd3394`](https://github.com/nodejs/node/commit/b26bcd3394)] - **build, tools**: copy release assets to staging R2 bucket once built (flakey5) [#51394](https://github.com/nodejs/node/pull/51394)
99+
* \[[`56df127b7b`](https://github.com/nodejs/node/commit/56df127b7b)] - **build,tools**: simplify upload of shasum signatures (Michaël Zasso) [#53892](https://github.com/nodejs/node/pull/53892)
100+
* \[[`a63e9372ed`](https://github.com/nodejs/node/commit/a63e9372ed)] - **(CVE-2025-22150)** **deps**: update undici to v5.28.5 (Matteo Collina) [nodejs-private/node-private#657](https://github.com/nodejs-private/node-private/pull/657)
101+
* \[[`da2d177f91`](https://github.com/nodejs/node/commit/da2d177f91)] - **(CVE-2025-23084)** **path**: fix path traversal in normalize() on Windows (Tobias Nießen) [nodejs-private/node-private#555](https://github.com/nodejs-private/node-private/pull/555)
102+
* \[[`6cc8d58e6f`](https://github.com/nodejs/node/commit/6cc8d58e6f)] - **(CVE-2025-23085)** **src**: fix HTTP2 mem leak on premature close and ERR\_PROTO (RafaelGSS) [nodejs-private/node-private#650](https://github.com/nodejs-private/node-private/pull/650)
103+
78104
<a id="18.20.5"></a>
79105

80106
## 2024-11-12, Version 18.20.5 'Hydrogen' (LTS), @aduh95

0 commit comments

Comments
 (0)