Skip to content

Commit 4673ee1

Browse files
committed
2021-08-31, Version 14.17.6 'Fermium' (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/287
1 parent 5b3f70b commit 4673ee1

File tree

3 files changed

+33
-2
lines changed

3 files changed

+33
-2
lines changed

CHANGELOG.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@ release.
3030
</tr>
3131
<tr>
3232
<td valign="top">
33-
<b><a href="doc/changelogs/CHANGELOG_V14.md#14.17.5">14.17.5</a></b><br/>
33+
<b><a href="doc/changelogs/CHANGELOG_V14.md#14.17.6">14.17.6</a></b><br/>
34+
<a href="doc/changelogs/CHANGELOG_V14.md#14.17.5">14.17.5</a><br/>
3435
<a href="doc/changelogs/CHANGELOG_V14.md#14.17.4">14.17.4</a><br/>
3536
<a href="doc/changelogs/CHANGELOG_V14.md#14.17.3">14.17.3</a><br/>
3637
<a href="doc/changelogs/CHANGELOG_V14.md#14.17.2">14.17.2</a><br/>

doc/changelogs/CHANGELOG_V14.md

+30
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
</tr>
1212
<tr>
1313
<td valign="top">
14+
<a href="#14.17.6">14.17.6</a><br/>
1415
<a href="#14.17.5">14.17.5</a><br/>
1516
<a href="#14.17.4">14.17.4</a><br/>
1617
<a href="#14.17.3">14.17.3</a><br/>
@@ -64,6 +65,35 @@
6465
* [io.js](CHANGELOG_IOJS.md)
6566
* [Archive](CHANGELOG_ARCHIVE.md)
6667

68+
<a id="14.17.6"></a>
69+
## 2021-08-31, Version 14.17.6 'Fermium' (LTS), @MylesBorins
70+
71+
This is a security release.
72+
73+
### Notable Changes
74+
75+
These are vulnerabilities in the node-tar, arborist, and npm cli modules which
76+
are related to the initial reports and subsequent remediation of node-tar
77+
vulnerabilities [CVE-2021-32803](https://github.com/advisories/GHSA-r628-mhmh-qjhw)
78+
and [CVE-2021-32804](https://github.com/advisories/GHSA-3jfq-g458-7qm9).
79+
Subsequent internal security review of node-tar and additional external bounty
80+
reports have resulted in another 5 CVE being remediated in core npm CLI
81+
dependencies including node-tar, and npm arborist.
82+
83+
You can read more about it in:
84+
85+
* [CVE-2021-37701](https://github.com/npm/node-tar/security/advisories/GHSA-9r2w-394v-53qc)
86+
* [CVE-2021-37712](https://github.com/npm/node-tar/security/advisories/GHSA-qq89-hq3f-393p)
87+
* [CVE-2021-37713](https://github.com/npm/node-tar/security/advisories/GHSA-5955-9wpr-37jh)
88+
* [CVE-2021-39134](https://github.com/npm/arborist/security/advisories/GHSA-2h3h-q99f-3fhc)
89+
* [CVE-2021-39135](https://github.com/npm/arborist/security/advisories/GHSA-gmw6-94gg-2rc2)
90+
91+
### Commits
92+
93+
* [[`5b3f70bfb5`](https://github.com/nodejs/node/commit/5b3f70bfb5)] - **deps**: update archs files for OpenSSL-1.1.1l (Richard Lau) [#39868](https://github.com/nodejs/node/pull/39868)
94+
* [[`71372625ae`](https://github.com/nodejs/node/commit/71372625ae)] - **deps**: upgrade openssl sources to 1.1.1l (Richard Lau) [#39868](https://github.com/nodejs/node/pull/39868)
95+
* [[`4276984803`](https://github.com/nodejs/node/commit/4276984803)] - **deps**: upgrade npm to 6.14.15 (Darcy Clarke) [#39856](https://github.com/nodejs/node/pull/39856)
96+
6797
<a id="14.17.5"></a>
6898
## 2021-08-11, Version 14.17.5 'Fermium' (LTS), @BethGriggs
6999

src/node_version.h

+1-1
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 "Fermium"
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)