|
9 | 9 | </tr>
|
10 | 10 | <tr>
|
11 | 11 | <td>
|
| 12 | +<a href="#18.17.1">18.17.1</a><br/> |
12 | 13 | <a href="#18.17.0">18.17.0</a><br/>
|
13 | 14 | <a href="#18.16.1">18.16.1</a><br/>
|
14 | 15 | <a href="#18.16.0">18.16.0</a><br/>
|
|
60 | 61 | * [io.js](CHANGELOG_IOJS.md)
|
61 | 62 | * [Archive](CHANGELOG_ARCHIVE.md)
|
62 | 63 |
|
| 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 | + |
63 | 91 | <a id="18.17.0"></a>
|
64 | 92 |
|
65 | 93 | ## 2023-07-18, Version 18.17.0 'Hydrogen' (LTS), @danielleadams
|
|
0 commit comments