Skip to content

Commit 6d46d98

Browse files
committed
2023-08-09, Version 18.17.1 'Hydrogen' (LTS)
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#463
1 parent eed2199 commit 6d46d98

File tree

2 files changed

+30
-1
lines changed

2 files changed

+30
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,8 @@ release.
4444
<a href="doc/changelogs/CHANGELOG_V20.md#20.0.0">20.0.0</a><br/>
4545
</td>
4646
<td valign="top">
47-
<b><a href="doc/changelogs/CHANGELOG_V18.md#18.17.0">18.17.0</a></b><br/>
47+
<b><a href="doc/changelogs/CHANGELOG_V18.md#18.17.1">18.17.1</a></b><br/>
48+
<a href="doc/changelogs/CHANGELOG_V18.md#18.17.0">18.17.0</a><br/>
4849
<a href="doc/changelogs/CHANGELOG_V18.md#18.16.1">18.16.1</a><br/>
4950
<a href="doc/changelogs/CHANGELOG_V18.md#18.16.0">18.16.0</a><br/>
5051
<a href="doc/changelogs/CHANGELOG_V18.md#18.15.0">18.15.0</a><br/>

doc/changelogs/CHANGELOG_V18.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
</tr>
1010
<tr>
1111
<td>
12+
<a href="#18.17.1">18.17.1</a><br/>
1213
<a href="#18.17.0">18.17.0</a><br/>
1314
<a href="#18.16.1">18.16.1</a><br/>
1415
<a href="#18.16.0">18.16.0</a><br/>
@@ -60,6 +61,33 @@
6061
* [io.js](CHANGELOG_IOJS.md)
6162
* [Archive](CHANGELOG_ARCHIVE.md)
6263

64+
<a id="18.17.1"></a>
65+
66+
## 2023-08-09, Version 18.17.1 'Hydrogen' (LTS), @RafaelGSS
67+
68+
This is a security release.
69+
70+
### Notable Changes
71+
72+
The following CVEs are fixed in this release:
73+
74+
* [CVE-2023-32002](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-32002): Policies can be bypassed via Module.\_load (High)
75+
* [CVE-2023-32006](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-32006): Policies can be bypassed by module.constructor.createRequire (Medium)
76+
* [CVE-2023-32559](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-32559): Policies can be bypassed via process.binding (Medium)
77+
* OpenSSL Security Releases
78+
* [OpenSSL security advisory 14th July](https://mta.openssl.org/pipermail/openssl-announce/2023-July/000264.html).
79+
* [OpenSSL security advisory 19th July](https://mta.openssl.org/pipermail/openssl-announce/2023-July/000265.html).
80+
* [OpenSSL security advisory 31st July](https://mta.openssl.org/pipermail/openssl-announce/2023-July/000267.html)
81+
82+
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.
83+
84+
### Commits
85+
86+
* \[[`fe3abdf82e`](https://github.com/nodejs/node/commit/fe3abdf82e)] - **deps**: update archs files for openssl-3.0.10+quic1 (Node.js GitHub Bot) [#49036](https://github.com/nodejs/node/pull/49036)
87+
* \[[`2c5a522d9c`](https://github.com/nodejs/node/commit/2c5a522d9c)] - **deps**: upgrade openssl sources to quictls/openssl-3.0.10+quic1 (Node.js GitHub Bot) [#49036](https://github.com/nodejs/node/pull/49036)
88+
* \[[`15bced0bde`](https://github.com/nodejs/node/commit/15bced0bde)] - **policy**: handle Module.constructor and main.extensions bypass (RafaelGSS) [nodejs-private/node-private#417](https://github.com/nodejs-private/node-private/pull/417)
89+
* \[[`d4570fae35`](https://github.com/nodejs/node/commit/d4570fae35)] - **policy**: disable process.binding() when enabled (Tobias Nießen) [nodejs-private/node-private#460](https://github.com/nodejs-private/node-private/pull/460)
90+
6391
<a id="18.17.0"></a>
6492

6593
## 2023-07-18, Version 18.17.0 'Hydrogen' (LTS), @danielleadams

0 commit comments

Comments
 (0)