Skip to content

Commit aead813

Browse files
committed
2022-03-17, Version 12.22.11 'Erbium' (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 Fix for building Node.js 12.x with Visual Studio 2019 to allow us to continue to run CI tests. PR-URL: #42363
1 parent adbc94c commit aead813

File tree

2 files changed

+26
-1
lines changed

2 files changed

+26
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,8 @@ release.
111111
<a href="doc/changelogs/CHANGELOG_V14.md#14.0.0">14.0.0</a><br/>
112112
</td>
113113
<td valign="top">
114-
<b><a href="doc/changelogs/CHANGELOG_V12.md#12.22.10">12.22.10</a></b><br/>
114+
<b><a href="doc/changelogs/CHANGELOG_V12.md#12.22.11">12.22.11</a></b><br/>
115+
<a href="doc/changelogs/CHANGELOG_V12.md#12.22.10">12.22.10</a><br/>
115116
<a href="doc/changelogs/CHANGELOG_V12.md#12.22.9">12.22.9</a><br/>
116117
<a href="doc/changelogs/CHANGELOG_V12.md#12.22.8">12.22.8</a><br/>
117118
<a href="doc/changelogs/CHANGELOG_V12.md#12.22.7">12.22.7</a><br/>

doc/changelogs/CHANGELOG_V12.md

Lines changed: 24 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="#12.22.11">12.22.11</a><br/>
1213
<a href="#12.22.10">12.22.10</a><br/>
1314
<a href="#12.22.9">12.22.9</a><br/>
1415
<a href="#12.22.8">12.22.8</a><br/>
@@ -83,6 +84,29 @@
8384
* [io.js](CHANGELOG_IOJS.md)
8485
* [Archive](CHANGELOG_ARCHIVE.md)
8586

87+
<a id="12.22.11"></a>
88+
89+
## 2022-03-17, Version 12.22.11 'Erbium' (LTS), @richardlau
90+
91+
This is a security release.
92+
93+
### Notable changes
94+
95+
Update to OpenSSL 1.1.1n, which addresses the following vulnerability:
96+
97+
* Infinite loop in `BN_mod_sqrt()` reachable when parsing certificates (High)(CVE-2022-0778)
98+
More details are available at <https://www.openssl.org/news/secadv/20220315.txt>
99+
100+
Fix for building Node.js 12.x with Visual Studio 2019 to allow us to continue to
101+
run CI tests.
102+
103+
### Commits
104+
105+
* \[[`e3e5bf11ba`](https://github.com/nodejs/node/commit/e3e5bf11ba)] - **build**: pin Windows GitHub runner to windows-2019 (Richard Lau) [#42349](https://github.com/nodejs/node/pull/42349)
106+
* \[[`f41e7771bf`](https://github.com/nodejs/node/commit/f41e7771bf)] - **build**: fix detection of Visual Studio 2019 (Richard Lau) [#42349](https://github.com/nodejs/node/pull/42349)
107+
* \[[`c372ec207d`](https://github.com/nodejs/node/commit/c372ec207d)] - **deps**: update archs files for OpenSSL-1.1.n (Richard Lau) [#42348](https://github.com/nodejs/node/pull/42348)
108+
* \[[`d574a1dccb`](https://github.com/nodejs/node/commit/d574a1dccb)] - **deps**: upgrade openssl sources to 1.1.1n (Richard Lau) [#42348](https://github.com/nodejs/node/pull/42348)
109+
86110
<a id="12.22.10"></a>
87111

88112
## 2022-02-01, Version 12.22.10 'Erbium' (LTS), @ruyadorno

0 commit comments

Comments
 (0)