Skip to content

Commit 1073ab0

Browse files
committed
2025-07-15, Version 22.17.1 'Jod' (LTS)
This is a security release. Notable changes: lib: * (CVE-2025-27210) handle all windows reserved driver name PR-URL: nodejs-private/node-private#726
1 parent 9c0cb48 commit 1073ab0

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
lines changed

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.17.0">22.17.0</a></b><br/>
40+
<b><a href="doc/changelogs/CHANGELOG_V22.md#22.17.1">22.17.1</a></b><br/>
41+
<a href="doc/changelogs/CHANGELOG_V22.md#22.17.0">22.17.0</a><br/>
4142
<a href="doc/changelogs/CHANGELOG_V22.md#22.16.0">22.16.0</a><br/>
4243
<a href="doc/changelogs/CHANGELOG_V22.md#22.15.1">22.15.1</a><br/>
4344
<a href="doc/changelogs/CHANGELOG_V22.md#22.15.0">22.15.0</a><br/>

doc/changelogs/CHANGELOG_V22.md

Lines changed: 16 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.17.1">22.17.1</a><br/>
1213
<a href="#22.17.0">22.17.0</a><br/>
1314
<a href="#22.16.0">22.16.0</a><br/>
1415
<a href="#22.15.1">22.15.1</a><br/>
@@ -61,6 +62,21 @@
6162
* [io.js](CHANGELOG_IOJS.md)
6263
* [Archive](CHANGELOG_ARCHIVE.md)
6364

65+
<a id="22.17.1"></a>
66+
67+
## 2025-07-15, Version 22.17.1 'Jod' (LTS), @RafaelGSS
68+
69+
This is a security release.
70+
71+
### Notable Changes
72+
73+
* (CVE-2025-27210) Windows Device Names (CON, PRN, AUX) Bypass Path Traversal Protection in path.normalize()
74+
75+
### Commits
76+
77+
* \[[`8cf5d66ab7`](https://github.com/nodejs/node/commit/8cf5d66ab7)] - **(CVE-2025-27210)** **lib**: handle all windows reserved driver name (RafaelGSS) [nodejs-private/node-private#721](https://github.com/nodejs-private/node-private/pull/721)
78+
* \[[`9c0cb487ec`](https://github.com/nodejs/node/commit/9c0cb487ec)] - **win,build**: fix MSVS v17.14 compilation issue (StefanStojanovic) [#58902](https://github.com/nodejs/node/pull/58902)
79+
6480
<a id="22.17.0"></a>
6581

6682
## 2025-06-24, Version 22.17.0 'Jod' (LTS), @aduh95

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)