Skip to content

Commit 24d036b

Browse files
committed
2024-04-03, Version 20.12.1 'Iron' (LTS)
This is a security release. Notable changes: * CVE-2024-27983 - Assertion failed in node::http2::Http2Session::\~Http2Session() leads to HTTP/2 server crash- (High) * CVE-2024-27982 - HTTP Request Smuggling via Content Length Obfuscation - (Medium) * llhttp version 9.2.1 * undici version 5.28.4 PR-URL: nodejs-private/node-private#575
1 parent dab20cc commit 24d036b

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,8 @@ release.
5050
<a href="doc/changelogs/CHANGELOG_V21.md#21.0.0">21.0.0</a><br/>
5151
</td>
5252
<td valign="top">
53-
<b><a href="doc/changelogs/CHANGELOG_V20.md#20.12.0">20.12.0</a></b><br/>
53+
<b><a href="doc/changelogs/CHANGELOG_V20.md#20.12.1">20.12.1</a></b><br/>
54+
<a href="doc/changelogs/CHANGELOG_V20.md#20.12.0">20.12.0</a><br/>
5455
<a href="doc/changelogs/CHANGELOG_V20.md#20.11.1">20.11.1</a><br/>
5556
<a href="doc/changelogs/CHANGELOG_V20.md#20.11.0">20.11.0</a><br/>
5657
<a href="doc/changelogs/CHANGELOG_V20.md#20.10.0">20.10.0</a><br/>

doc/changelogs/CHANGELOG_V20.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
</tr>
1010
<tr>
1111
<td>
12+
<a href="#20.12.1">20.12.1</a><br/>
1213
<a href="#20.12.0">20.12.0</a><br/>
1314
<a href="#20.11.1">20.11.1</a><br/>
1415
<a href="#20.11.0">20.11.0</a><br/>
@@ -56,6 +57,25 @@
5657
* [io.js](CHANGELOG_IOJS.md)
5758
* [Archive](CHANGELOG_ARCHIVE.md)
5859

60+
<a id="20.12.1"></a>
61+
62+
## 2024-04-03, Version 20.12.1 'Iron' (LTS), @RafaelGSS
63+
64+
This is a security release
65+
66+
### Notable Changes
67+
68+
* CVE-2024-27983 - Assertion failed in node::http2::Http2Session::\~Http2Session() leads to HTTP/2 server crash- (High)
69+
* CVE-2024-27982 - HTTP Request Smuggling via Content Length Obfuscation - (Medium)
70+
* llhttp version 9.2.1
71+
* undici version 5.28.4
72+
73+
### Commits
74+
75+
* \[[`bd8f10a257`](https://github.com/nodejs/node/commit/bd8f10a257)] - **deps**: update undici to v5.28.4 (Matteo Collina) [nodejs-private/node-private#576](https://github.com/nodejs-private/node-private/pull/576)
76+
* \[[`5e34540a96`](https://github.com/nodejs/node/commit/5e34540a96)] - **http**: do not allow OBS fold in headers by default (Paolo Insogna) [nodejs-private/node-private#557](https://github.com/nodejs-private/node-private/pull/557)
77+
* \[[`ba1ae6d188`](https://github.com/nodejs/node/commit/ba1ae6d188)] - **src**: ensure to close stream when destroying session (Anna Henningsen) [nodejs-private/node-private#561](https://github.com/nodejs-private/node-private/pull/561)
78+
5979
<a id="20.12.0"></a>
6080

6181
## 2024-03-26, Version 20.12.0 'Iron' (LTS), @richardlau

0 commit comments

Comments
 (0)