Skip to content

Commit 6bef841

Browse files
richardlauxtx1130
authored andcommitted
2022-03-17, Version 16.14.2 'Gallium' (LTS)
This is a security release. Notable changes: Update to OpenSSL 1.1.1n, which addresses the following vulnerability: - Infinite loop in BN_mod_sqrt() reachable when parsing certificates (High)(CVE-2022-0778) More details are available at https://www.openssl.org/news/secadv/20220315.txt PR-URL: nodejs#42385
1 parent acc3b24 commit 6bef841

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,8 @@ release.
4646
<a href="doc/changelogs/CHANGELOG_V17.md#17.0.0">17.0.0</a><br/>
4747
</td>
4848
<td valign="top">
49-
<b><a href="doc/changelogs/CHANGELOG_V16.md#16.14.1">16.14.1</a></b><br/>
49+
<b><a href="doc/changelogs/CHANGELOG_V16.md#16.14.2">16.14.2</a></b><br/>
50+
<a href="doc/changelogs/CHANGELOG_V16.md#16.14.1">16.14.1</a><br/>
5051
<a href="doc/changelogs/CHANGELOG_V16.md#16.14.0">16.14.0</a><br/>
5152
<a href="doc/changelogs/CHANGELOG_V16.md#16.13.2">16.13.2</a><br/>
5253
<a href="doc/changelogs/CHANGELOG_V16.md#16.13.1">16.13.1</a><br/>

doc/changelogs/CHANGELOG_V16.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
</tr>
1010
<tr>
1111
<td valign="top">
12+
<a href="#16.14.2">16.14.2</a><br/>
1213
<a href="#16.14.1">16.14.1</a><br/>
1314
<a href="#16.14.0">16.14.0</a><br/>
1415
<a href="#16.13.2">16.13.2</a><br/>
@@ -58,6 +59,25 @@
5859
* [io.js](CHANGELOG_IOJS.md)
5960
* [Archive](CHANGELOG_ARCHIVE.md)
6061

62+
<a id="16.14.2"></a>
63+
64+
## 2022-03-17, Version 16.14.2 'Gallium' (LTS), @richardlau
65+
66+
This is a security release.
67+
68+
### Notable Changes
69+
70+
Update to OpenSSL 1.1.1n, which addresses the following vulnerability:
71+
72+
* Infinite loop in `BN_mod_sqrt()` reachable when parsing certificates (High)(CVE-2022-0778)
73+
More details are available at <https://www.openssl.org/news/secadv/20220315.txt>
74+
75+
### Commits
76+
77+
* \[[`3924618c74`](https://github.com/nodejs/node/commit/3924618c74)] - **deps**: update archs files for OpenSSL-1.1.1 (Hassaan Pasha) [#42352](https://github.com/nodejs/node/pull/42352)
78+
* \[[`7a6a870d58`](https://github.com/nodejs/node/commit/7a6a870d58)] - **deps**: upgrade openssl sources to OpenSSL\_1\_1\_1n (Hassaan Pasha) [#42352](https://github.com/nodejs/node/pull/42352)
79+
* \[[`c533b430f4`](https://github.com/nodejs/node/commit/c533b430f4)] - **test**: fix tests affected by OpenSSL update (Michael Dawson) [#42352](https://github.com/nodejs/node/pull/42352)
80+
6181
<a id="16.14.1"></a>
6282

6383
## 2022-03-15, Version 16.14.1 'Gallium' (LTS), @danielleadams

0 commit comments

Comments
 (0)