Skip to content

Commit 442e84a

Browse files
committed
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: #42385
1 parent c533b43 commit 442e84a

File tree

3 files changed

+23
-2
lines changed

3 files changed

+23
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@ release.
3333
</tr>
3434
<tr>
3535
<td valign="top">
36-
<b><a href="doc/changelogs/CHANGELOG_V16.md#16.14.1">16.14.1</a></b><br/>
36+
<b><a href="doc/changelogs/CHANGELOG_V16.md#16.14.2">16.14.2</a></b><br/>
37+
<a href="doc/changelogs/CHANGELOG_V16.md#16.14.1">16.14.1</a><br/>
3738
<a href="doc/changelogs/CHANGELOG_V16.md#16.14.0">16.14.0</a><br/>
3839
<a href="doc/changelogs/CHANGELOG_V16.md#16.13.2">16.13.2</a><br/>
3940
<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

src/node_version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
#define NODE_VERSION_IS_LTS 1
3030
#define NODE_VERSION_LTS_CODENAME "Gallium"
3131

32-
#define NODE_VERSION_IS_RELEASE 0
32+
#define NODE_VERSION_IS_RELEASE 1
3333

3434
#ifndef NODE_STRINGIFY
3535
#define NODE_STRINGIFY(n) NODE_STRINGIFY_HELPER(n)

0 commit comments

Comments
 (0)