From ce800870b4206bafea2942f0b404a7f8f86a8bea Mon Sep 17 00:00:00 2001 From: Richard Lau Date: Mon, 22 Feb 2021 16:43:13 +0000 Subject: [PATCH] 2021-02-23, Version 10.24.0 'Dubnium' (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/255 --- CHANGELOG.md | 3 ++- doc/api/http2.md | 6 +++--- doc/changelogs/CHANGELOG_V10.md | 24 ++++++++++++++++++++++++ src/node_version.h | 6 +++--- 4 files changed, 32 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a561c88366a01..3a219c1e5b64f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -33,7 +33,8 @@ release. 12.0.0
-10.23.3
+10.24.0
+10.23.3
10.23.2
10.23.1
10.23.0
diff --git a/doc/api/http2.md b/doc/api/http2.md index 7a4fbf56e53d04..6b5f0c7863f8c4 100644 --- a/doc/api/http2.md +++ b/doc/api/http2.md @@ -1903,7 +1903,7 @@ error will be thrown.