Skip to content

Commit df9cb97

Browse files
committed
2024-04-10, Version 18.20.2 'Hydrogen' (LTS)
This is a security release. Notable changes: src: * disallow direct .bat and .cmd file spawning (Ben Noordhuis) nodejs-private/node-private#564 PR-URL: nodejs-private/node-private#578
1 parent ce41103 commit df9cb97

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,8 @@ release.
7373
<a href="doc/changelogs/CHANGELOG_V20.md#20.0.0">20.0.0</a><br/>
7474
</td>
7575
<td valign="top">
76-
<b><a href="doc/changelogs/CHANGELOG_V18.md#18.20.1">18.20.1</a></b><br/>
76+
<b><a href="doc/changelogs/CHANGELOG_V18.md#18.20.2">18.20.2</a></b><br/>
77+
<a href="doc/changelogs/CHANGELOG_V18.md#18.20.1">18.20.1</a><br/>
7778
<a href="doc/changelogs/CHANGELOG_V18.md#18.20.0">18.20.0</a><br/>
7879
<a href="doc/changelogs/CHANGELOG_V18.md#18.19.1">18.19.1</a><br/>
7980
<a href="doc/changelogs/CHANGELOG_V18.md#18.19.0">18.19.0</a><br/>

doc/changelogs/CHANGELOG_V18.md

+15
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
</tr>
1010
<tr>
1111
<td>
12+
<a href="#18.20.2">18.20.2</a><br/>
1213
<a href="#18.20.1">18.20.1</a><br/>
1314
<a href="#18.20.0">18.20.0</a><br/>
1415
<a href="#18.19.1">18.19.1</a><br/>
@@ -69,6 +70,20 @@
6970
* [io.js](CHANGELOG_IOJS.md)
7071
* [Archive](CHANGELOG_ARCHIVE.md)
7172

73+
<a id="18.20.2"></a>
74+
75+
## 2024-04-10, Version 18.20.2 'Hydrogen' (LTS), @RafaelGSS
76+
77+
This is a security release.
78+
79+
### Notable Changes
80+
81+
* CVE-2024-27980 - Command injection via args parameter of `child_process.spawn` without shell option enabled on Windows
82+
83+
### Commits
84+
85+
* \[[`6627222409`](https://github.com/nodejs/node/commit/6627222409)] - **src**: disallow direct .bat and .cmd file spawning (Ben Noordhuis) [nodejs-private/node-private#564](https://github.com/nodejs-private/node-private/pull/564)
86+
7287
<a id="18.20.1"></a>
7388

7489
## 2024-04-03, Version 18.20.1 'Hydrogen' (LTS), @RafaelGSS

0 commit comments

Comments
 (0)