|
10 | 10 | </tr> |
11 | 11 | <tr> |
12 | 12 | <td valign="top"> |
| 13 | +<a href="#10.24.1">10.24.1</a><br/> |
13 | 14 | <a href="#10.24.0">10.24.0</a><br/> |
14 | 15 | <a href="#10.23.3">10.23.3</a><br/> |
15 | 16 | <a href="#10.23.2">10.23.2</a><br/> |
|
69 | 70 | * [io.js](CHANGELOG_IOJS.md) |
70 | 71 | * [Archive](CHANGELOG_ARCHIVE.md) |
71 | 72 |
|
| 73 | +<a id="10.24.1"></a> |
| 74 | +## 2021-04-06, Version 10.24.1 'Dubnium' (LTS), @mylesborins |
| 75 | + |
| 76 | +This is a security release. |
| 77 | + |
| 78 | +### Notable Changes |
| 79 | + |
| 80 | +Vulerabilties fixed: |
| 81 | + |
| 82 | +* **CVE-2021-3450**: OpenSSL - CA certificate check bypass with X509_V_FLAG_X509_STRICT (High) |
| 83 | + * This is a vulnerability in OpenSSL which may be exploited through Node.js. You can read more about it in https://www.openssl.org/news/secadv/20210325.txt |
| 84 | + * Impacts: |
| 85 | + * All versions of the 15.x, 14.x, 12.x and 10.x releases lines |
| 86 | +* **CVE-2021-3449**: OpenSSL - NULL pointer deref in signature_algorithms processing (High) |
| 87 | + * This is a vulnerability in OpenSSL which may be exploited through Node.js. You can read more about it in https://www.openssl.org/news/secadv/20210325.txt |
| 88 | + * Impacts: |
| 89 | + * All versions of the 15.x, 14.x, 12.x and 10.x releases lines |
| 90 | +* **CVE-2020-7774**: npm upgrade - Update y18n to fix Prototype-Pollution (High) |
| 91 | + * This is a vulnerability in the y18n NPM module which may be exploited by prototype pollution. You can read more about it in https://github.com/advisories/GHSA-c4w7-xm78-47vh |
| 92 | + * Impacts: |
| 93 | + * All versions of the 14.x, 12.x and 10.x releases lines |
| 94 | + |
| 95 | +### Commits |
| 96 | + |
| 97 | +* [[`5e526b96ce`](https://github.com/nodejs/node/commit/5e526b96ce)] - **deps**: upgrade npm to 6.14.12 (Ruy Adorno) [#37918](https://github.com/nodejs/node/pull/37918) |
| 98 | +* [[`781cb6df5c`](https://github.com/nodejs/node/commit/781cb6df5c)] - **deps**: update archs files for OpenSSL-1.1.1k (Tobias Nießen) [#37940](https://github.com/nodejs/node/pull/37940) |
| 99 | +* [[`5db0a05a90`](https://github.com/nodejs/node/commit/5db0a05a90)] - **deps**: upgrade openssl sources to 1.1.1k (Tobias Nießen) [#37940](https://github.com/nodejs/node/pull/37940) |
| 100 | + |
72 | 101 | <a id="10.24.0"></a> |
73 | 102 | ## 2021-02-23, Version 10.24.0 'Dubnium' (LTS), @richardlau |
74 | 103 |
|
|
0 commit comments