Skip to content

Commit 274fa6e

Browse files
committed
2017-10-24, Version 6.11.5 'Boron' (LTS)
This is a security release. All Node.js users should consult the security release summary at: https://nodejs.org/en/blog/vulnerability/oct-2017-dos/ for details on patched vulnerabilities. Notable Changes: * zlib: - CVE-2017-14919 - In zlib v1.2.9, a change was made that causes an error to be raised when a raw deflate stream is initialized with windowBits set to 8. On some versions this crashes Node and you cannot recover from it, while on some versions it throws an exception. Node.js will now gracefully set windowBits to 9 replicating the legacy behavior to avoid a DOS vector. https://github.com/nodejs-private/node-private/pull/95 PR-URL: https://github.com/nodejs-private/node-private/pull/97
1 parent 9aa31bc commit 274fa6e

2 files changed

Lines changed: 17 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,8 @@ release.
6262
<a href="doc/changelogs/CHANGELOG_V7.md#7.0.0">7.0.0</a><br/>
6363
</td>
6464
<td valign="top">
65-
<b><a href="doc/changelogs/CHANGELOG_V6.md#6.11.4">6.11.4</a></b><br/>
65+
<b><a href="doc/changelogs/CHANGELOG_V6.md#6.11.5">6.11.5</a></b><br/>
66+
<a href="doc/changelogs/CHANGELOG_V6.md#6.11.4">6.11.4</a><br/>
6667
<a href="doc/changelogs/CHANGELOG_V6.md#6.11.3">6.11.3</a><br/>
6768
<a href="doc/changelogs/CHANGELOG_V6.md#6.11.2">6.11.2</a><br/>
6869
<a href="doc/changelogs/CHANGELOG_V6.md#6.11.1">6.11.1</a><br/>

doc/changelogs/CHANGELOG_V6.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
</tr>
88
<tr>
99
<td valign="top">
10+
<a href="#6.11.5">6.11.5</a><br/>
1011
<a href="#6.11.4">6.11.4</a><br/>
1112
<a href="#6.11.3">6.11.3</a><br/>
1213
<a href="#6.11.2">6.11.2</a><br/>
@@ -55,6 +56,20 @@
5556
[Node.js Long Term Support Plan](https://github.com/nodejs/LTS) and
5657
will be supported actively until April 2018 and maintained until April 2019.
5758

59+
<a id="6.11.5"></a>
60+
## 2017-10-24, Version 6.11.5 'Boron' (LTS), @MylesBorins
61+
62+
This is a security release. All Node.js users should consult the security release summary at https://nodejs.org/en/blog/vulnerability/oct-2017-dos/ for details on patched vulnerabilities.
63+
64+
### Notable Changes
65+
66+
* **zlib**:
67+
- CVE-2017-14919 - In zlib v1.2.9, a change was made that causes an error to be raised when a raw deflate stream is initialized with windowBits set to 8. On some versions this crashes Node and you cannot recover from it, while on some versions it throws an exception. Node.js will now gracefully set windowBits to 9 replicating the legacy behavior to avoid a DOS vector. [nodejs-private/node-private#95](https://github.com/nodejs-private/node-private/pull/95)
68+
69+
### Commits
70+
71+
* [[`dd764d9cb6`](https://github.com/nodejs/node/commit/b66e44c4d3)] - **zlib**: gracefully set windowBits from 8 to 9 (Myles Borins) [nodejs-private/node-private#95](https://github.com/nodejs-private/node-private/pull/95)
72+
5873
<a id="6.11.4"></a>
5974
## 2017-10-03, Version 6.11.4 'Boron' (LTS), @MylesBorins
6075

0 commit comments

Comments
 (0)