You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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#233
Copy file name to clipboardExpand all lines: doc/changelogs/CHANGELOG_V12.md
+16Lines changed: 16 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,7 @@
11
11
</tr>
12
12
<tr>
13
13
<td valign="top">
14
+
<a href="#12.19.1">12.19.1</a><br/>
14
15
<a href="#12.19.0">12.19.0</a><br/>
15
16
<a href="#12.18.4">12.18.4</a><br/>
16
17
<a href="#12.18.3">12.18.3</a><br/>
@@ -64,6 +65,21 @@
64
65
* [io.js](CHANGELOG_IOJS.md)
65
66
* [Archive](CHANGELOG_ARCHIVE.md)
66
67
68
+
<a id="12.19.1"></a>
69
+
## 2020-11-16, Version 12.19.1 'Erbium' (LTS), @BethGriggs
70
+
71
+
### Notable changes
72
+
73
+
This is a security release.
74
+
75
+
Vulnerabilities fixed:
76
+
77
+
* **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.
0 commit comments