Skip to content

Commit 52b613a

Browse files
committed
2021-10-12, Version 12.22.7 'Erbium' (LTS)
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#295
1 parent 7beff4d commit 52b613a

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,8 @@ release.
8787
<a href="doc/changelogs/CHANGELOG_V14.md#14.0.0">14.0.0</a><br/>
8888
</td>
8989
<td valign="top">
90-
<b><a href="doc/changelogs/CHANGELOG_V12.md#12.22.6">12.22.6</a></b><br/>
90+
<b><a href="doc/changelogs/CHANGELOG_V12.md#12.22.7">12.22.7</a></b><br/>
91+
<a href="doc/changelogs/CHANGELOG_V12.md#12.22.6">12.22.6</a><br/>
9192
<a href="doc/changelogs/CHANGELOG_V12.md#12.22.5">12.22.5</a><br/>
9293
<a href="doc/changelogs/CHANGELOG_V12.md#12.22.4">12.22.4</a><br/>
9394
<a href="doc/changelogs/CHANGELOG_V12.md#12.22.3">12.22.3</a><br/>

doc/changelogs/CHANGELOG_V12.md

Lines changed: 19 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.7">12.22.7</a><br/>
1213
<a href="#12.22.6">12.22.6</a><br/>
1314
<a href="#12.22.5">12.22.5</a><br/>
1415
<a href="#12.22.4">12.22.4</a><br/>
@@ -78,6 +79,24 @@
7879
* [io.js](CHANGELOG\_IOJS.md)
7980
* [Archive](CHANGELOG\_ARCHIVE.md)
8081

82+
<a id="12.22.7"></a>
83+
## 2021-10-12, Version 12.22.7 'Erbium' (LTS), @danielleadams
84+
85+
This is a security release.
86+
87+
### Notable changes
88+
89+
* **CVE-2021-22959**: HTTP Request Smuggling due to spaced in headers (Medium)
90+
* 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.
91+
* **CVE-2021-22960**: HTTP Request Smuggling when parsing the body (Medium)
92+
* 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.
93+
94+
### Commits
95+
96+
* [[`21a2e554e3`](https://github.com/nodejs/node/commit/21a2e554e3)] - **deps**: update llhttp to 2.1.4 (Fedor Indutny) [nodejs-private/node-private#286](https://github.com/nodejs-private/node-private/pull/286)
97+
* [[`d5d3a03246`](https://github.com/nodejs/node/commit/d5d3a03246)] - **http**: add regression test for smuggling content length (Matteo Collina) [nodejs-private/node-private#286](https://github.com/nodejs-private/node-private/pull/286)
98+
* [[`0858587f21`](https://github.com/nodejs/node/commit/0858587f21)] - **http**: add regression test for chunked smuggling (Matteo Collina) [nodejs-private/node-private#286](https://github.com/nodejs-private/node-private/pull/286)
99+
81100
<a id="12.22.6"></a>
82101

83102
## 2021-08-31, Version 12.22.6 'Erbium' (LTS), @MylesBorins

0 commit comments

Comments
 (0)