Skip to content

Commit d989186

Browse files
committed
2021-08-31, Version 12.22.6 'Erbium' (LTS)
This is a security release. Notable changes: These are vulnerabilities in the node-tar, arborist, and npm cli modules which are related to the initial reports and subsequent remediation of node-tar vulnerabilities CVE-2021-32803 (GHSA-r628-mhmh-qjhw) and CVE-2021-32804 (GHSA-3jfq-g458-7qm9). Subsequent internal security review of node-tar and additional external bounty reports have resulted in another 5 CVE being remediated in core npm CLI dependencies including node-tar, and npm arborist. You can read more about it in: * CVE-2021-37701: GHSA-9r2w-394v-53qc * CVE-2021-37712: GHSA-qq89-hq3f-393p * CVE-2021-37713: GHSA-5955-9wpr-37jh * CVE-2021-39134: GHSA-2h3h-q99f-3fhc * CVE-2021-39135: GHSA-gmw6-94gg-2rc2 PR-URL: https://github.com/nodejs-private/node-private/pull/288
1 parent 4e11817 commit d989186

2 files changed

Lines changed: 32 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,8 @@ release.
8080
<a href="doc/changelogs/CHANGELOG_V14.md#14.0.0">14.0.0</a><br/>
8181
</td>
8282
<td valign="top">
83-
<b><a href="doc/changelogs/CHANGELOG_V12.md#12.22.5">12.22.5</a></b><br/>
83+
<b><a href="doc/changelogs/CHANGELOG_V12.md#12.22.6">12.22.6</a></b><br/>
84+
<a href="doc/changelogs/CHANGELOG_V12.md#12.22.5">12.22.5</a><br/>
8485
<a href="doc/changelogs/CHANGELOG_V12.md#12.22.4">12.22.4</a><br/>
8586
<a href="doc/changelogs/CHANGELOG_V12.md#12.22.3">12.22.3</a><br/>
8687
<a href="doc/changelogs/CHANGELOG_V12.md#12.22.2">12.22.2</a><br/>

doc/changelogs/CHANGELOG_V12.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
</tr>
1212
<tr>
1313
<td valign="top">
14+
<a href="#12.22.6">12.22.6</a><br/>
1415
<a href="#12.22.5">12.22.5</a><br/>
1516
<a href="#12.22.4">12.22.4</a><br/>
1617
<a href="#12.22.3">12.22.3</a><br/>
@@ -79,6 +80,35 @@
7980
* [io.js](CHANGELOG_IOJS.md)
8081
* [Archive](CHANGELOG_ARCHIVE.md)
8182

83+
<a id="12.22.6"></a>
84+
## 2021-08-31, Version 12.22.6 'Erbium' (LTS), @MylesBorins
85+
86+
This is a security release.
87+
88+
### Notable Changes
89+
90+
These are vulnerabilities in the node-tar, arborist, and npm cli modules which
91+
are related to the initial reports and subsequent remediation of node-tar
92+
vulnerabilities [CVE-2021-32803](https://github.com/advisories/GHSA-r628-mhmh-qjhw)
93+
and [CVE-2021-32804](https://github.com/advisories/GHSA-3jfq-g458-7qm9).
94+
Subsequent internal security review of node-tar and additional external bounty
95+
reports have resulted in another 5 CVE being remediated in core npm CLI
96+
dependencies including node-tar, and npm arborist.
97+
98+
You can read more about it in:
99+
100+
* [CVE-2021-37701](https://github.com/npm/node-tar/security/advisories/GHSA-9r2w-394v-53qc)
101+
* [CVE-2021-37712](https://github.com/npm/node-tar/security/advisories/GHSA-qq89-hq3f-393p)
102+
* [CVE-2021-37713](https://github.com/npm/node-tar/security/advisories/GHSA-5955-9wpr-37jh)
103+
* [CVE-2021-39134](https://github.com/npm/arborist/security/advisories/GHSA-2h3h-q99f-3fhc)
104+
* [CVE-2021-39135](https://github.com/npm/arborist/security/advisories/GHSA-gmw6-94gg-2rc2)
105+
106+
### Commits
107+
108+
* [[`a0154b586b`](https://github.com/nodejs/node/commit/a0154b586b)] - **deps**: update archs files for OpenSSL-1.1.1l (Richard Lau) [#39869](https://github.com/nodejs/node/pull/39869)
109+
* [[`7a95637eb7`](https://github.com/nodejs/node/commit/7a95637eb7)] - **deps**: upgrade openssl sources to 1.1.1l (Richard Lau) [#39869](https://github.com/nodejs/node/pull/39869)
110+
* [[`840b0ffff6`](https://github.com/nodejs/node/commit/840b0ffff6)] - **deps**: upgrade npm to 6.14.15 (Darcy Clarke) [#39856](https://github.com/nodejs/node/pull/39856)
111+
82112
<a id="12.22.5"></a>
83113
## 2021-08-11, Version 12.22.5 'Erbium' (LTS), @BethGriggs
84114

0 commit comments

Comments
 (0)