Skip to content

Commit 9fcc84d

Browse files
committed
2021-10-12, Version 16.11.1 (Current)
This is a security release. Notable Changes: * CVE-2021-22959: HTTP Request Smuggling due to spaced in headers (Medium) * The http parser accepts requests with a space (SP) right after the header name before the colon. This can lead to HTTP Request Smuggling (HRS). More details are available at: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-22959 * CVE-2021-22960: HTTP Request Smuggling when parsing the body (Medium) * The parse ignores chunk extensions when parsing the body of chunked requests. This leads to HTTP Request Smuggling (HRS) under certain conditions. More details are available at: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-22960 PR-URL: nodejs-private/node-private#293
1 parent df3b4cc commit 9fcc84d

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

CHANGELOG.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@ release.
3333
</tr>
3434
<tr>
3535
<td valign="top">
36-
<b><a href="doc/changelogs/CHANGELOG_V16.md#16.11.0">16.11.0</a></b><br/>
36+
<b><a href="doc/changelogs/CHANGELOG_V16.md#16.11.1">16.11.1</a></b><br/>
37+
<a href="doc/changelogs/CHANGELOG_V16.md#16.11.0">16.11.0</a><br/>
3738
<a href="doc/changelogs/CHANGELOG_V16.md#16.10.0">16.10.0</a><br/>
3839
<a href="doc/changelogs/CHANGELOG_V16.md#16.9.1">16.9.1</a><br/>
3940
<a href="doc/changelogs/CHANGELOG_V16.md#16.9.0">16.9.0</a><br/>

doc/changelogs/CHANGELOG_V16.md

+19
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
</tr>
99
<tr>
1010
<td>
11+
<a href="#16.11.1">16.11.1</a><br/>
1112
<a href="#16.11.0">16.11.0</a><br/>
1213
<a href="#16.10.0">16.10.0</a><br/>
1314
<a href="#16.9.1">16.9.1</a><br/>
@@ -47,6 +48,24 @@
4748
* [io.js](CHANGELOG\_IOJS.md)
4849
* [Archive](CHANGELOG\_ARCHIVE.md)
4950

51+
<a id="16.11.1"></a>
52+
## 2021-10-12, Version 16.11.1 (Current), @danielleadams
53+
54+
This is a security release.
55+
56+
### Notable changes
57+
58+
* **CVE-2021-22959**: HTTP Request Smuggling due to spaced in headers (Medium)
59+
* The http parser accepts requests with a space (SP) right after the header name before the colon. This can lead to HTTP Request Smuggling (HRS). More details will be available at [CVE-2021-22959](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-22959) after publication.
60+
* **CVE-2021-22960**: HTTP Request Smuggling when parsing the body (Medium)
61+
* The parse ignores chunk extensions when parsing the body of chunked requests. This leads to HTTP Request Smuggling (HRS) under certain conditions. More details will be available at [CVE-2021-22960](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-22960) after publication.
62+
63+
### Commits
64+
65+
* [[`af488f8dc8`](https://github.com/nodejs/node/commit/af488f8dc8)] - **deps**: update llhttp to 6.0.4 (Matteo Collina) [nodejs-private/node-private#284](https://github.com/nodejs-private/node-private/pull/284)
66+
* [[`2d1eefad98`](https://github.com/nodejs/node/commit/2d1eefad98)] - **http**: add regression test for smuggling content length (Matteo Collina) [nodejs-private/node-private#284](https://github.com/nodejs-private/node-private/pull/284)
67+
* [[`45d419ab1c`](https://github.com/nodejs/node/commit/45d419ab1c)] - **http**: add regression test for chunked smuggling (Matteo Collina) [nodejs-private/node-private#284](https://github.com/nodejs-private/node-private/pull/284)
68+
5069
<a id="16.11.0"></a>
5170

5271
## 2021-10-08, Version 16.11.0 (Current), @danielleadams

0 commit comments

Comments
 (0)