Skip to content

Commit eed2199

Browse files
committed
2023-08-09, Version 16.20.2 'Gallium' (LTS)
This is a security release. Notable changes: Following CVEs are fixed in this release: * CVE-2023-32002: Policies can be bypassed via Module._load (High) * CVE-2023-32006: Policies can be bypassed by module.constructor.createRequire (Medium) * CVE-2023-32559: Policies can be bypassed via process.binding (Medium) * OpenSSL Security Releases * https://mta.openssl.org/pipermail/openssl-announce/2023-July/000264.html * https://mta.openssl.org/pipermail/openssl-announce/2023-July/000265.html * https://mta.openssl.org/pipermail/openssl-announce/2023-July/000267.html PR-URL: nodejs-private/node-private#458
1 parent 6432060 commit eed2199

File tree

2 files changed

+31
-1
lines changed

2 files changed

+31
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,8 @@ release.
6969
<a href="doc/changelogs/CHANGELOG_V18.md#18.0.0">18.0.0</a><br/>
7070
</td>
7171
<td valign="top">
72-
<b><a href="doc/changelogs/CHANGELOG_V16.md#16.20.1">16.20.1</a></b><br/>
72+
<b><a href="doc/changelogs/CHANGELOG_V16.md#16.20.2">16.20.2</a></b><br/>
73+
<a href="doc/changelogs/CHANGELOG_V16.md#16.20.1">16.20.1</a><br/>
7374
<a href="doc/changelogs/CHANGELOG_V16.md#16.20.0">16.20.0</a><br/>
7475
<a href="doc/changelogs/CHANGELOG_V16.md#16.19.1">16.19.1</a><br/>
7576
<a href="doc/changelogs/CHANGELOG_V16.md#16.19.0">16.19.0</a><br/>

doc/changelogs/CHANGELOG_V16.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
</tr>
1010
<tr>
1111
<td valign="top">
12+
<a href="#16.20.2">16.20.2</a><br/>
1213
<a href="#16.20.1">16.20.1</a><br/>
1314
<a href="#16.20.0">16.20.0</a><br/>
1415
<a href="#16.19.1">16.19.1</a><br/>
@@ -73,6 +74,34 @@
7374
* [io.js](CHANGELOG_IOJS.md)
7475
* [Archive](CHANGELOG_ARCHIVE.md)
7576

77+
<a id="16.20.2"></a>
78+
79+
## 2023-08-09, Version 16.20.2 'Gallium' (LTS), @RafaelGSS
80+
81+
This is a security release.
82+
83+
### Notable Changes
84+
85+
The following CVEs are fixed in this release:
86+
87+
* [CVE-2023-32002](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-32002): Policies can be bypassed via Module.\_load (High)
88+
* [CVE-2023-32006](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-32006): Policies can be bypassed by module.constructor.createRequire (Medium)
89+
* [CVE-2023-32559](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-32559): Policies can be bypassed via process.binding (Medium)
90+
* OpenSSL Security Releases
91+
* [OpenSSL security advisory 14th July](https://mta.openssl.org/pipermail/openssl-announce/2023-July/000264.html).
92+
* [OpenSSL security advisory 19th July](https://mta.openssl.org/pipermail/openssl-announce/2023-July/000265.html).
93+
* [OpenSSL security advisory 31st July](https://mta.openssl.org/pipermail/openssl-announce/2023-July/000267.html)
94+
95+
More detailed information on each of the vulnerabilities can be found in [August 2023 Security Releases](https://nodejs.org/en/blog/vulnerability/august-2023-security-releases/) blog post.
96+
97+
### Commits
98+
99+
* \[[`40c3958a5a`](https://github.com/nodejs/node/commit/40c3958a5a)] - **deps**: update archs files for OpenSSL-1.1.1v (RafaelGSS) [#49043](https://github.com/nodejs/node/pull/49043)
100+
* \[[`a9ac9da89a`](https://github.com/nodejs/node/commit/a9ac9da89a)] - **deps**: fix openssl crypto clean (RafaelGSS) [#49043](https://github.com/nodejs/node/pull/49043)
101+
* \[[`362d4c7494`](https://github.com/nodejs/node/commit/362d4c7494)] - **deps**: upgrade openssl sources to OpenSSL\_1\_1\_1v (RafaelGSS) [#49043](https://github.com/nodejs/node/pull/49043)
102+
* \[[`d8ccfe9ad4`](https://github.com/nodejs/node/commit/d8ccfe9ad4)] - **policy**: handle Module.constructor and main.extensions bypass (RafaelGSS) [nodejs-private/node-private#445](https://github.com/nodejs-private/node-private/pull/445)
103+
* \[[`242aaa0caa`](https://github.com/nodejs/node/commit/242aaa0caa)] - **policy**: disable process.binding() when enabled (Tobias Nießen) [nodejs-private/node-private#459](https://github.com/nodejs-private/node-private/pull/459)
104+
76105
<a id="16.20.1"></a>
77106

78107
## 2023-06-20, Version 16.20.1 'Gallium' (LTS), @RafaelGSS

0 commit comments

Comments
 (0)