Skip to content

Commit 948f515

Browse files
committed
2020-11-16, Version 14.15.1 'Fermium' (LTS)
This is a security release. Notable changes: Vulnerabilities fixed: * CVE-2020-8277: Denial of Service through DNS request (High). A Node.js application that allows an attacker to trigger a DNS request for a host of their choice could trigger a Denial of Service by getting the application to resolve a DNS record with a larger number of responses. PR-URL: nodejs-private/node-private#234
1 parent 1fd2c81 commit 948f515

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@ release.
3030
</tr>
3131
<tr>
3232
<td valign="top">
33-
<b><a href="doc/changelogs/CHANGELOG_V14.md#14.15.0">14.15.0</a></b><br/>
33+
<b><a href="doc/changelogs/CHANGELOG_V14.md#14.15.1">14.15.1</a></b><br/>
34+
<a href="doc/changelogs/CHANGELOG_V14.md#14.15.0">14.15.0</a><br/>
3435
<a href="doc/changelogs/CHANGELOG_V14.md#14.14.0">14.14.0</a><br/>
3536
<a href="doc/changelogs/CHANGELOG_V14.md#14.13.1">14.13.1</a><br/>
3637
<a href="doc/changelogs/CHANGELOG_V14.md#14.13.0">14.13.0</a><br/>

doc/changelogs/CHANGELOG_V14.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
</tr>
1212
<tr>
1313
<td valign="top">
14+
<a href="#14.15.1">14.15.1</a><br/>
1415
<a href="#14.15.0">14.15.0</a><br/>
1516
</td>
1617
<td valign="top">
@@ -51,6 +52,21 @@
5152
* [io.js](CHANGELOG_IOJS.md)
5253
* [Archive](CHANGELOG_ARCHIVE.md)
5354

55+
<a id="14.15.1"></a>
56+
## 2020-11-16, Version 14.15.1 'Fermium' (LTS), @BethGriggs
57+
58+
### Notable changes
59+
60+
This is a security release.
61+
62+
Vulnerabilities fixed:
63+
64+
* **CVE-2020-8277**: Denial of Service through DNS request (High). A Node.js application that allows an attacker to trigger a DNS request for a host of their choice could trigger a Denial of Service by getting the application to resolve a DNS record with a larger number of responses.
65+
66+
### Commits
67+
68+
* [[`1fd2c8142b`](https://github.com/nodejs/node/commit/1fd2c8142b)] - **deps**: cherry-pick 0d252eb from upstream c-ares (Michael Dawson) [nodejs-private/node-private#231](https://github.com/nodejs-private/node-private/pull/231)
69+
5470
<a id="14.15.0"></a>
5571
## 2020-10-27, Version 14.15.0 'Fermium' (LTS), @richardlau
5672

src/node_version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
#define NODE_VERSION_IS_LTS 1
3030
#define NODE_VERSION_LTS_CODENAME "Fermium"
3131

32-
#define NODE_VERSION_IS_RELEASE 0
32+
#define NODE_VERSION_IS_RELEASE 1
3333

3434
#ifndef NODE_STRINGIFY
3535
#define NODE_STRINGIFY(n) NODE_STRINGIFY_HELPER(n)

0 commit comments

Comments
 (0)