From bd60e93357a118204ea238d94e7a9e4209d93062 Mon Sep 17 00:00:00 2001 From: Beth Griggs Date: Mon, 22 Feb 2021 11:00:16 +0000 Subject: [PATCH] 2021-02-23, Version 14.16.0 'Fermium' (LTS) This is a security release. Notable changes: Vulnerabilities fixed: - **CVE-2021-22883**: HTTP2 'unknownProtocol' cause Denial of Service by resource exhaustion - **CVE-2021-22884**: DNS rebinding in --inspect - **CVE-2021-23840**: OpenSSL - Integer overflow in CipherUpdate PR-URL: https://github.com/nodejs-private/node-private/pull/254 --- CHANGELOG.md | 3 ++- doc/api/http2.md | 6 +++--- doc/changelogs/CHANGELOG_V14.md | 24 ++++++++++++++++++++++++ src/node_version.h | 6 +++--- 4 files changed, 32 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6bd53426a5858a..fc4b518f8798e4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -30,7 +30,8 @@ release. -14.15.5
+14.16.0
+14.15.5
14.15.4
14.15.3
14.15.2
diff --git a/doc/api/http2.md b/doc/api/http2.md index acdd7b130eec4f..3e4f66f8cd4c06 100644 --- a/doc/api/http2.md +++ b/doc/api/http2.md @@ -2054,7 +2054,7 @@ value only affects new connections to the server, not any existing connections.