Skip to content

Commit 5ba2442

Browse files
committed
2021-07-01, Version 16.4.1 (Current)
This is a security release. Notable changes: Vulnerabilities fixed: - **CVE-2021-22918**: libuv upgrade - Out of bounds read (Medium) - **CVE-2021-22921**: Windows installer - Node Installer Local Privilege Escalation (Medium) PR-URL: nodejs-private/node-private#271
1 parent 0969b9f commit 5ba2442

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ release.
3232
</tr>
3333
<tr>
3434
<td valign="top">
35-
<b><a href="doc/changelogs/CHANGELOG_V16.md#16.4.0">16.4.0</a></b><br/>
35+
<b><a href="doc/changelogs/CHANGELOG_V16.md#16.4.1">16.4.1</a></b><br/>
36+
<a href="doc/changelogs/CHANGELOG_V16.md#16.4.0">16.4.0</a><br/>
3637
<a href="doc/changelogs/CHANGELOG_V16.md#16.3.0">16.3.0</a><br/>
3738
<a href="doc/changelogs/CHANGELOG_V16.md#16.2.0">16.2.0</a><br/>
3839
<a href="doc/changelogs/CHANGELOG_V16.md#16.1.0">16.1.0</a><br/>

doc/changelogs/CHANGELOG_V16.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
</tr>
1111
<tr>
1212
<td>
13+
<a href="#16.4.1">16.4.1</a><br/>
1314
<a href="#16.4.0">16.4.0</a><br/>
1415
<a href="#16.3.0">16.3.0</a><br/>
1516
<a href="#16.2.0">16.2.0</a><br/>
@@ -37,6 +38,25 @@
3738
* [io.js](CHANGELOG_IOJS.md)
3839
* [Archive](CHANGELOG_ARCHIVE.md)
3940

41+
<a id="16.4.1"></a>
42+
## 2021-07-01, Version 16.4.1 (Current), @BethGriggs
43+
44+
This is a security release.
45+
46+
### Notable Changes
47+
48+
Vulnerabilities fixed:
49+
50+
* **CVE-2021-22918**: libuv upgrade - Out of bounds read (Medium)
51+
* Node.js is vulnerable to out-of-bounds read in libuv's uv__idna_toascii() function which is used to convert strings to ASCII. This is called by Node's dns module's lookup() function and can lead to information disclosures or crashes. You can read more about it in https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-22918
52+
* **CVE-2021-22921**: Windows installer - Node Installer Local Privilege Escalation (Medium)
53+
* Node.js is vulnerable to local privilege escalation attacks under certain conditions on Windows platforms. More specifically, improper configuration of permissions in the installation directory allows an attacker to perform two different escalation attacks: PATH and DLL hijacking. You can read more about it in https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-22921
54+
55+
### Commits
56+
57+
* [[`d33aead28b`](https://github.com/nodejs/node/commit/d33aead28b)] - **deps**: uv: cherry-pick 99c29c9c2c9b (Ben Noordhuis) [nodejs-private/node-private#267](https://github.com/nodejs-private/node-private/pull/267)
58+
* [[`2690907b81`](https://github.com/nodejs/node/commit/2690907b81)] - **win,msi**: set install directory permission (AkshayK) [nodejs-private/node-private#269](https://github.com/nodejs-private/node-private/pull/269)
59+
4060
<a id="16.4.0"></a>
4161
## 2021-06-23, Version 16.4.0 (Current), @danielleadams
4262

0 commit comments

Comments
 (0)