Skip to content

Commit f46ca0f

Browse files
BethGriggstargos
authored andcommitted
2020-06-02, Version 10.21.0 'Dubnium' (LTS)
This is a security release. Vulnerabilities fixed: - CVE-2020-8174: napi_get_value_string_*() allows various kinds of memory corruption (High). - CVE-2020-10531: ICU-20958 Prevent SEGV_MAPERR in append (High). - CVE-2020-11080: HTTP/2 Large Settings Frame DoS (Low). PR-URL: nodejs-private/node-private#211
1 parent 12bcee8 commit f46ca0f

File tree

3 files changed

+27
-1
lines changed

3 files changed

+27
-1
lines changed

CHANGELOG.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,8 @@ release.
8787
<a href="doc/changelogs/CHANGELOG_V12.md#12.0.0">12.0.0</a><br/>
8888
</td>
8989
<td valign="top">
90-
<b><a href="doc/changelogs/CHANGELOG_V10.md#10.20.1">10.20.1</a></b><br/>
90+
<b><a href="doc/changelogs/CHANGELOG_V10.md#10.21.0">10.21.0</a></b><br/>
91+
<a href="doc/changelogs/CHANGELOG_V10.md#10.20.1">10.20.1</a><br/>
9192
<a href="doc/changelogs/CHANGELOG_V10.md#10.20.0">10.20.0</a><br/>
9293
<a href="doc/changelogs/CHANGELOG_V10.md#10.19.0">10.19.0</a><br/>
9394
<a href="doc/changelogs/CHANGELOG_V10.md#10.18.1">10.18.1</a><br/>

doc/api/http2.md

+3
Original file line numberDiff line numberDiff line change
@@ -2004,6 +2004,7 @@ changes:
20042004
- version:
20052005
- v14.4.0
20062006
- v12.18.0
2007+
- v10.21.0
20072008
pr-url: https://github.com/nodejs-private/node-private/pull/204
20082009
description: Added `maxSettings` option with a default of 32.
20092010
- version:
@@ -2142,6 +2143,7 @@ changes:
21422143
- version:
21432144
- v14.4.0
21442145
- v12.18.0
2146+
- v10.21.0
21452147
pr-url: https://github.com/nodejs-private/node-private/pull/204
21462148
description: Added `maxSettings` option with a default of 32.
21472149
- version:
@@ -2267,6 +2269,7 @@ changes:
22672269
- version:
22682270
- v14.4.0
22692271
- v12.18.0
2272+
- v10.21.0
22702273
pr-url: https://github.com/nodejs-private/node-private/pull/204
22712274
description: Added `maxSettings` option with a default of 32.
22722275
- version: v13.0.0

doc/changelogs/CHANGELOG_V10.md

+22
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
</tr>
1212
<tr>
1313
<td valign="top">
14+
<a href="#10.21.0">10.21.0</a><br/>
1415
<a href="#10.20.1">10.20.1</a><br/>
1516
<a href="#10.20.0">10.20.0</a><br/>
1617
<a href="#10.19.0">10.19.0</a><br/>
@@ -66,6 +67,27 @@
6667
* [io.js](CHANGELOG_IOJS.md)
6768
* [Archive](CHANGELOG_ARCHIVE.md)
6869

70+
<a id="10.21.0"></a>
71+
## 2020-06-02, Version 10.21.0 'Dubnium' (LTS), @BethGriggs
72+
73+
### Notable changes
74+
75+
This is a security release.
76+
77+
Vulnerabilities fixed:
78+
79+
* **CVE-2020-8174**: napi_get_value_string_*() allows various kinds of memory corruption (High).
80+
* **CVE-2020-10531**: ICU-20958 Prevent SEGV_MAPERR in append (High).
81+
* **CVE-2020-11080**: HTTP/2 Large Settings Frame DoS (Low).
82+
83+
### Commits
84+
85+
* [[`0ad7970256`](https://github.com/nodejs/node/commit/0ad7970256)] - **deps**: fix OPENSSLDIR on Windows (Shigeki Ohtsu) [#29456](https://github.com/nodejs/node/pull/29456)
86+
* [[`bd78c6ea46`](https://github.com/nodejs/node/commit/bd78c6ea46)] - **deps**: backport ICU-20958 to fix CVE-2020-10531 (Richard Lau) [#33572](https://github.com/nodejs/node/pull/33572)
87+
* [[`33e9a12241`](https://github.com/nodejs/node/commit/33e9a12241)] - **(SEMVER-MINOR)** **deps**: update nghttp2 to 1.41.0 (James M Snell) [nodejs-private/node-private#204](https://github.com/nodejs-private/node-private/pull/204)
88+
* [[`881c244a4e`](https://github.com/nodejs/node/commit/881c244a4e)] - **(SEMVER-MINOR)** **http2**: implement support for max settings entries (James M Snell) [nodejs-private/node-private#204](https://github.com/nodejs-private/node-private/pull/204)
89+
* [[`cd9827f105`](https://github.com/nodejs/node/commit/cd9827f105)] - **napi**: fix memory corruption vulnerability (Tobias Nießen) [nodejs-private/node-private#203](https://github.com/nodejs-private/node-private/pull/203)
90+
6991
<a id="10.20.1"></a>
7092
## 2020-04-12, Version 10.20.1 'Dubnium' (LTS), @BethGriggs
7193

0 commit comments

Comments
 (0)