Skip to content

Commit cd15b1c

Browse files
committed
2021-04-06, Version 10.24.1 'Dubnium' (LTS)
This is a security release. Notable changes: Vulnerabilities fixed: - **CVE-2021-3450**: OpenSSL - CA certificate check bypass with X509_V_FLAG_X509_STRICT (High) - **CVE-2021-3449**: OpenSSL - NULL pointer deref in signature_algorithms processing (High) - **CVE-2020-7774**: npm upgrade - Update y18n to fix Prototype-Pollution (High) PR-URL: nodejs/node#38085
1 parent 24fd791 commit cd15b1c

2 files changed

Lines changed: 31 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,8 @@ release.
118118
<a href="doc/changelogs/CHANGELOG_V12.md#12.0.0">12.0.0</a><br/>
119119
</td>
120120
<td valign="top">
121-
<b><a href="doc/changelogs/CHANGELOG_V10.md#10.24.0">10.24.0</a></b><br/>
121+
<b><a href="doc/changelogs/CHANGELOG_V10.md#10.24.1">10.24.1</a></b><br/>
122+
<a href="doc/changelogs/CHANGELOG_V10.md#10.24.0">10.24.0</a><br/>
122123
<a href="doc/changelogs/CHANGELOG_V10.md#10.23.3">10.23.3</a><br/>
123124
<a href="doc/changelogs/CHANGELOG_V10.md#10.23.2">10.23.2</a><br/>
124125
<a href="doc/changelogs/CHANGELOG_V10.md#10.23.1">10.23.1</a><br/>

doc/changelogs/CHANGELOG_V10.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
</tr>
1212
<tr>
1313
<td valign="top">
14+
<a href="#10.24.1">10.24.1</a><br/>
1415
<a href="#10.24.0">10.24.0</a><br/>
1516
<a href="#10.23.3">10.23.3</a><br/>
1617
<a href="#10.23.2">10.23.2</a><br/>
@@ -75,6 +76,34 @@
7576
* [io.js](CHANGELOG_IOJS.md)
7677
* [Archive](CHANGELOG_ARCHIVE.md)
7778

79+
<a id="10.24.1"></a>
80+
## 2021-04-06, Version 10.24.1 'Dubnium' (LTS), @mylesborins
81+
82+
This is a security release.
83+
84+
### Notable Changes
85+
86+
Vulerabilties fixed:
87+
88+
* **CVE-2021-3450**: OpenSSL - CA certificate check bypass with X509_V_FLAG_X509_STRICT (High)
89+
* 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
90+
* Impacts:
91+
* All versions of the 15.x, 14.x, 12.x and 10.x releases lines
92+
* **CVE-2021-3449**: OpenSSL - NULL pointer deref in signature_algorithms processing (High)
93+
* 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
94+
* Impacts:
95+
* All versions of the 15.x, 14.x, 12.x and 10.x releases lines
96+
* **CVE-2020-7774**: npm upgrade - Update y18n to fix Prototype-Pollution (High)
97+
* 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
98+
* Impacts:
99+
* All versions of the 14.x, 12.x and 10.x releases lines
100+
101+
### Commits
102+
103+
* [[`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)
104+
* [[`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)
105+
* [[`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)
106+
78107
<a id="10.24.0"></a>
79108
## 2021-02-23, Version 10.24.0 'Dubnium' (LTS), @richardlau
80109

0 commit comments

Comments
 (0)