Skip to content

Commit b08ee29

Browse files
committed
2025-07-15, Version 20.19.4 'Iron' (LTS)
This is a security release. Notable changes: lib: * (CVE-2025-27210) handle all windows reserved driver name PR-URL: nodejs-private/node-private#727
1 parent db7b93f commit b08ee29

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@ release.
3535
</tr>
3636
<tr>
3737
<td valign="top">
38-
<b><a href="doc/changelogs/CHANGELOG_V20.md#20.19.3">20.19.3</a></b><br/>
38+
<b><a href="doc/changelogs/CHANGELOG_V20.md#20.19.4">20.19.4</a></b><br/>
39+
<a href="doc/changelogs/CHANGELOG_V20.md#20.19.3">20.19.3</a><br/>
3940
<a href="doc/changelogs/CHANGELOG_V20.md#20.19.2">20.19.2</a><br/>
4041
<a href="doc/changelogs/CHANGELOG_V20.md#20.19.1">20.19.1</a><br/>
4142
<a href="doc/changelogs/CHANGELOG_V20.md#20.19.0">20.19.0</a><br/>

doc/changelogs/CHANGELOG_V20.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
</tr>
1010
<tr>
1111
<td>
12+
<a href="#20.19.4">20.19.4</a><br/>
1213
<a href="#20.19.3">20.19.3</a><br/>
1314
<a href="#20.19.2">20.19.2</a><br/>
1415
<a href="#20.19.1">20.19.1</a><br/>
@@ -72,6 +73,20 @@
7273
* [io.js](CHANGELOG_IOJS.md)
7374
* [Archive](CHANGELOG_ARCHIVE.md)
7475

76+
<a id="20.19.4"></a>
77+
78+
## 2025-07-15, Version 20.19.4 'Iron' (LTS), @RafaelGSS
79+
80+
This is a security release.
81+
82+
### Notable Changes
83+
84+
* (CVE-2025-27210) Windows Device Names (CON, PRN, AUX) Bypass Path Traversal Protection in path.normalize()
85+
86+
### Commits
87+
88+
* \[[`db7b93fcef`](https://github.com/nodejs/node/commit/db7b93fcef)] - **(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)
89+
7590
<a id="20.19.3"></a>
7691

7792
## 2025-06-23, Version 20.19.3 'Iron' (LTS), @marco-ippolito

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 "Iron"
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)