Skip to content

Commit dbdc908

Browse files
committed
2018-12-03, Version 6.15.1 'Boron' (LTS)
Notable Changes: This is a patch release to address a bad backport of the fix for "Slowloris HTTP Denial of Service" (CVE-2018-12122). Node.js 6.15.0 misapplies the headers timeout to an entire keep-alive HTTP session, resulting in prematurely disconnected sockets. PR-URL: #24803 Refs: #24796 Refs: #24760 Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Matteo Collina <[email protected]>
1 parent 2f11fe3 commit dbdc908

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,8 @@ release.
8585
<a href="doc/changelogs/CHANGELOG_V8.md#8.0.0">8.0.0</a><br/>
8686
</td>
8787
<td valign="top">
88-
<b><a href="doc/changelogs/CHANGELOG_V6.md#6.15.0">6.15.0</a></b><br/>
88+
<b><a href="doc/changelogs/CHANGELOG_V6.md#6.15.1">6.15.1</a></b><br/>
89+
<a href="doc/changelogs/CHANGELOG_V6.md#6.15.0">6.15.0</a><br/>
8990
<a href="doc/changelogs/CHANGELOG_V6.md#6.14.4">6.14.4</a><br/>
9091
<a href="doc/changelogs/CHANGELOG_V6.md#6.14.3">6.14.3</a><br/>
9192
<a href="doc/changelogs/CHANGELOG_V6.md#6.14.2">6.14.2</a><br/>

doc/changelogs/CHANGELOG_V6.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
</tr>
1111
<tr>
1212
<td valign="top">
13+
<a href="#6.15.1">6.15.1</a><br/>
1314
<a href="#6.15.0">6.15.0</a><br/>
1415
<a href="#6.14.4">6.14.4</a><br/>
1516
<a href="#6.14.3">6.14.3</a><br/>
@@ -74,6 +75,17 @@
7475
[Node.js Long Term Support Plan](https://github.com/nodejs/LTS) and
7576
will be supported actively until April 2018 and maintained until April 2019.
7677

78+
<a id="6.15.1"></a>
79+
## 2018-12-03, Version 6.15.1 'Boron' (LTS), @rvagg
80+
81+
### Notable Changes
82+
83+
This is a patch release to address a bad backport of the fix for "Slowloris HTTP Denial of Service" (CVE-2018-12122). Node.js 6.15.0 misapplies the headers timeout to an entire keep-alive HTTP session, resulting in prematurely disconnected sockets.
84+
85+
### Commits
86+
87+
* [[`5d9005c359`](https://github.com/nodejs/node/commit/5d9005c359)] - **http**: fix backport of Slowloris headers (Matteo Collina) [#24796](https://github.com/nodejs/node/pull/24796)
88+
7789
<a id="6.15.0"></a>
7890
## 2018-11-27, Version 6.15.0 'Boron' (LTS), @rvagg
7991

0 commit comments

Comments
 (0)