From 81123b6658a82210f4646b6f406b02c2778a6819 Mon Sep 17 00:00:00 2001 From: Beth Griggs Date: Tue, 1 Nov 2022 22:53:46 +0000 Subject: 2022-11-04, Version 16.18.1 'Gallium' (LTS) This is a security release. Notable changes: The following CVEs are fixed in this release: - CVE-2022-43548: DNS rebinding in --inspect via invalid octal IP address (Medium) PR-URL: https://github.com/nodejs-private/node-private/pull/363 --- CHANGELOG.md | 4 +++- doc/changelogs/CHANGELOG_V16.md | 19 +++++++++++++++++++ 2 files changed, 22 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 41cdb8ac4b1..8ad8e2e4acb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -54,7 +54,9 @@ release. 18.0.0
-16.17.1
+16.18.1
+16.18.0
+16.17.1
16.17.0
16.16.0
16.15.1
diff --git a/doc/changelogs/CHANGELOG_V16.md b/doc/changelogs/CHANGELOG_V16.md index 97afcb2b96e..73f06f45ba1 100644 --- a/doc/changelogs/CHANGELOG_V16.md +++ b/doc/changelogs/CHANGELOG_V16.md @@ -9,6 +9,7 @@ +16.18.1
16.18.0
16.17.1
16.17.0
@@ -67,6 +68,24 @@ * [io.js](CHANGELOG_IOJS.md) * [Archive](CHANGELOG_ARCHIVE.md) + + +## 2022-11-04, Version 16.18.1 'Gallium' (LTS), @BethGriggs + +This is a security release. + +### Notable changes + +The following CVEs are fixed in this release: + +* **[CVE-2022-43548](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-43548)**: DNS rebinding in --inspect via invalid octal IP address (Medium) + +More detailed information on each of the vulnerabilities can be found in [November 2022 Security Releases](https://nodejs.org/en/blog/vulnerability/november-2022-security-releases/) blog post. + +### Commits + +* \[[`9ffddd7098`](https://github.com/nodejs/node/commit/9ffddd7098)] - **inspector**: harden IP address validation again (Tobias Nießen) [nodejs-private/node-private#354](https://github.com/nodejs-private/node-private/pull/354) + ## 2022-10-12, Version 16.18.0 'Gallium' (LTS), @juanarbol -- cgit v1.2.3