From 88d0b5b2fbbb40cf7a93f3045672870a8767b3f2 Mon Sep 17 00:00:00 2001 From: Beth Griggs Date: Sat, 14 Nov 2020 15:56:08 +0000 Subject: [PATCH] 2020-11-16, Version 12.19.1 'Erbium' (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: https://github.com/nodejs-private/node-private/pull/233 --- CHANGELOG.md | 3 ++- doc/changelogs/CHANGELOG_V12.md | 16 ++++++++++++++++ 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 90f2ec0bf2..d9f00d2027 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -60,7 +60,8 @@ release. 14.0.0
-12.19.0
+12.19.1
+12.19.0
12.18.4
12.18.3
12.18.2
diff --git a/doc/changelogs/CHANGELOG_V12.md b/doc/changelogs/CHANGELOG_V12.md index b06ebe4fd6..22803388b1 100644 --- a/doc/changelogs/CHANGELOG_V12.md +++ b/doc/changelogs/CHANGELOG_V12.md @@ -11,6 +11,7 @@ +12.19.1
12.19.0
12.18.4
12.18.3
@@ -67,6 +68,21 @@ * [io.js](CHANGELOG_IOJS.md) * [Archive](CHANGELOG_ARCHIVE.md) + +## 2020-11-16, Version 12.19.1 'Erbium' (LTS), @BethGriggs + +### Notable changes + +This is a security release. + +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. + +### Commits + +* [[`022899e1d5`](https://github.com/nodejs/node/commit/022899e1d5)] - **deps**: cherry-pick 0d252eb from upstream c-ares (Michael Dawson) [nodejs-private/node-private#231](https://github.com/nodejs-private/node-private/pull/231) + ## 2020-10-06, Version 12.19.0 'Erbium' (LTS), @codebytere