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:
The following CVEs are fixed in this release:
- CVE-2022-43548: DNS rebinding in --inspect via invalid octal IP
address (Medium)
PR-URL: nodejs-private/node-private#363
Copy file name to clipboardExpand all lines: doc/changelogs/CHANGELOG_V16.md
+19
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,7 @@
9
9
</tr>
10
10
<tr>
11
11
<td valign="top">
12
+
<a href="#16.18.1">16.18.1</a><br/>
12
13
<a href="#16.18.0">16.18.0</a><br/>
13
14
<a href="#16.17.1">16.17.1</a><br/>
14
15
<a href="#16.17.0">16.17.0</a><br/>
@@ -65,6 +66,24 @@
65
66
* [io.js](CHANGELOG_IOJS.md)
66
67
* [Archive](CHANGELOG_ARCHIVE.md)
67
68
69
+
<a id="16.18.1"></a>
70
+
71
+
## 2022-11-04, Version 16.18.1 'Gallium' (LTS), @BethGriggs
72
+
73
+
This is a security release.
74
+
75
+
### Notable changes
76
+
77
+
The following CVEs are fixed in this release:
78
+
79
+
* **[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)
80
+
81
+
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.
82
+
83
+
### Commits
84
+
85
+
* \[[`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)
86
+
68
87
<a id="16.18.0"></a>
69
88
70
89
## 2022-10-12, Version 16.18.0 'Gallium' (LTS), @juanarbol
0 commit comments