Skip to content

Commit b1174f3

Browse files
committed
2022-03-17, Version 14.19.1 'Fermium' (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: #42371
1 parent aead813 commit b1174f3

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
@@ -72,7 +72,8 @@ release.
7272
<a href="doc/changelogs/CHANGELOG_V16.md#16.0.0">16.0.0</a><br/>
7373
</td>
7474
<td valign="top">
75-
<b><a href="doc/changelogs/CHANGELOG_V14.md#14.19.0">14.19.0</a></b><br/>
75+
<b><a href="doc/changelogs/CHANGELOG_V14.md#14.19.1">14.19.1</a></b><br/>
76+
<a href="doc/changelogs/CHANGELOG_V14.md#14.19.0">14.19.0</a><br/>
7677
<a href="doc/changelogs/CHANGELOG_V14.md#14.18.3">14.18.3</a><br/>
7778
<a href="doc/changelogs/CHANGELOG_V14.md#14.18.2">14.18.2</a><br/>
7879
<a href="doc/changelogs/CHANGELOG_V14.md#14.18.1">14.18.1</a><br/>

doc/changelogs/CHANGELOG_V14.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="#14.19.1">14.19.1</a><br/>
1213
<a href="#14.19.0">14.19.0</a><br/>
1314
<a href="#14.18.3">14.18.3</a><br/>
1415
<a href="#14.18.2">14.18.2</a><br/>
@@ -71,6 +72,25 @@
7172
* [io.js](CHANGELOG_IOJS.md)
7273
* [Archive](CHANGELOG_ARCHIVE.md)
7374

75+
<a id="14.19.1"></a>
76+
77+
## 2022-03-17, Version 14.19.1 'Fermium' (LTS), @richardlau
78+
79+
This is a security release.
80+
81+
### Notable Changes
82+
83+
Update to OpenSSL 1.1.1n, which addresses the following vulnerability:
84+
85+
* Infinite loop in `BN_mod_sqrt()` reachable when parsing certificates (High)(CVE-2022-0778)
86+
More details are available at <https://www.openssl.org/news/secadv/20220315.txt>
87+
88+
### Commits
89+
90+
* \[[`b5c52e337e`](https://github.com/nodejs/node/commit/b5c52e337e)] - **build**: pin Windows GitHub runner to windows-2019 (Richard Lau) [#42350](https://github.com/nodejs/node/pull/42350)
91+
* \[[`3b1a0b24f0`](https://github.com/nodejs/node/commit/3b1a0b24f0)] - **deps**: update archs files for OpenSSL-1.1.1n (Richard Lau) [#42347](https://github.com/nodejs/node/pull/42347)
92+
* \[[`c83dd99e0b`](https://github.com/nodejs/node/commit/c83dd99e0b)] - **deps**: upgrade openssl sources to 1.1.1n (Richard Lau) [#42347](https://github.com/nodejs/node/pull/42347)
93+
7494
<a id="14.19.0"></a>
7595

7696
## 2022-02-01, Version 14.19.0 'Fermium' (LTS), @richardlau

0 commit comments

Comments
 (0)