File tree Expand file tree Collapse file tree 2 files changed +24
-1
lines changed Expand file tree Collapse file tree 2 files changed +24
-1
lines changed Original file line number Diff line number Diff line change @@ -64,7 +64,8 @@ release.
6464<a href =" doc/changelogs/CHANGELOG_V17.md#17.0.0 " >17.0.0</a ><br />
6565 </td >
6666 <td valign =" top " >
67- <b ><a href =" doc/changelogs/CHANGELOG_V16.md#16.17.0 " >16.17.0</a ></b ><br />
67+ <b ><a href =" doc/changelogs/CHANGELOG_V16.md#16.17.1 " >16.17.1</a ></b ><br />
68+ <a href =" doc/changelogs/CHANGELOG_V16.md#16.17.0 " >16.17.0</a ><br />
6869<a href =" doc/changelogs/CHANGELOG_V16.md#16.16.0 " >16.16.0</a ><br />
6970<a href =" doc/changelogs/CHANGELOG_V16.md#16.15.1 " >16.15.1</a ><br />
7071<a href =" doc/changelogs/CHANGELOG_V16.md#16.15.0 " >16.15.0</a ><br />
Original file line number Diff line number Diff line change 99</tr>
1010<tr>
1111<td valign="top">
12+ <a href="#16.17.1">16.17.1</a><br/>
1213<a href="#16.17.0">16.17.0</a><br/>
1314<a href="#16.16.0">16.16.0</a><br/>
1415<a href="#16.15.1">16.15.1</a><br/>
6465 * [io.js](CHANGELOG_IOJS.md)
6566 * [Archive](CHANGELOG_ARCHIVE.md)
6667
68+ <a id="16.17.1"></a>
69+
70+ ## 2022-09-23, Version 16.17.1 'Gallium' (LTS), @ruyadorno
71+
72+ ### Notable changes
73+
74+ The following CVEs are fixed in this release:
75+
76+ * **[CVE-2022-32212](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-32212)**: DNS rebinding in --inspect on macOS (High)
77+ * **[CVE-2022-32213](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-32213)**: bypass via obs-fold mechanic (Medium)
78+ * **[CVE-2022-35255](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-35255)**: Weak randomness in WebCrypto keygen
79+ * **[CVE-2022-35256](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-35256)**: HTTP Request Smuggling - Incorrect Parsing of Header Fields (Medium)
80+
81+ More detailed information on each of the vulnerabilities can be found in [September 22nd 2022 Security Releases](https://nodejs.org/en/blog/vulnerability/september-2022-security-releases/) blog post.
82+
83+ ### Commits
84+
85+ * \[[`a54283a638`](https://github.com/nodejs/node/commit/a54283a638)] - **crypto**: fix weak randomness in WebCrypto keygen (Ben Noordhuis) [nodejs-private/node-private#346](https://github.com/nodejs-private/node-private/pull/346)
86+ * \[[`0713e21240`](https://github.com/nodejs/node/commit/0713e21240)] - **http**: disable chunked encoding when using OBS fold is used (Paolo Insogna) [nodejs-private/node-private#341](https://github.com/nodejs-private/node-private/pull/341)
87+ * \[[`77fe2f32e4`](https://github.com/nodejs/node/commit/77fe2f32e4)] - **src**: fix IPv4 non routable validation (RafaelGSS) [nodejs-private/node-private#337](https://github.com/nodejs-private/node-private/pull/337)
88+
6789<a id="16.17.0"></a>
6890
6991## 2022-08-16, Version 16.17.0 'Gallium' (LTS), @targos
You can’t perform that action at this time.
0 commit comments