|
11 | 11 | </tr>
|
12 | 12 | <tr>
|
13 | 13 | <td valign="top">
|
| 14 | +<a href="#14.16.1">14.16.1</a><br/> |
14 | 15 | <a href="#14.16.0">14.16.0</a><br/>
|
15 | 16 | <a href="#14.15.5">14.15.5</a><br/>
|
16 | 17 | <a href="#14.15.4">14.15.4</a><br/>
|
|
58 | 59 | * [io.js](CHANGELOG_IOJS.md)
|
59 | 60 | * [Archive](CHANGELOG_ARCHIVE.md)
|
60 | 61 |
|
| 62 | +<a id="14.16.1"></a> |
| 63 | +## 2021-04-06, Version 14.16.1 'Fermium' (LTS), @mylesborins |
| 64 | + |
| 65 | +This is a security release. |
| 66 | + |
| 67 | +### Notable Changes |
| 68 | + |
| 69 | +Vulnerabilities fixed: |
| 70 | + |
| 71 | +* **CVE-2021-3450**: OpenSSL - CA certificate check bypass with X509_V_FLAG_X509_STRICT (High) |
| 72 | + * 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 |
| 73 | + * Impacts: |
| 74 | + * All versions of the 15.x, 14.x, 12.x and 10.x releases lines |
| 75 | +* **CVE-2021-3449**: OpenSSL - NULL pointer deref in signature_algorithms processing (High) |
| 76 | + * 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 |
| 77 | + * Impacts: |
| 78 | + * All versions of the 15.x, 14.x, 12.x and 10.x releases lines |
| 79 | +* **CVE-2020-7774**: npm upgrade - Update y18n to fix Prototype-Pollution (High) |
| 80 | + * 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 |
| 81 | + * Impacts: |
| 82 | + * All versions of the 14.x, 12.x and 10.x releases lines |
| 83 | + |
| 84 | +### Commits |
| 85 | + |
| 86 | +* [[`467be7a950`](https://github.com/nodejs/node/commit/467be7a950)] - **deps**: upgrade npm to 6.14.12 (Ruy Adorno) [#37918](https://github.com/nodejs/node/pull/37918) |
| 87 | +* [[`6bc8f58182`](https://github.com/nodejs/node/commit/6bc8f58182)] - **deps**: update archs files for OpenSSL-1.1.1k (Tobias Nießen) [#37938](https://github.com/nodejs/node/pull/37938) |
| 88 | +* [[`403a014ef6`](https://github.com/nodejs/node/commit/403a014ef6)] - **deps**: upgrade openssl sources to 1.1.1k (Tobias Nießen) [#37938](https://github.com/nodejs/node/pull/37938) |
| 89 | + |
61 | 90 | <a id="14.16.0"></a>
|
62 | 91 | ## 2021-02-23, Version 14.16.0 'Fermium' (LTS), @BethGriggs
|
63 | 92 |
|
|
0 commit comments