Skip to content

Commit 9deecce

Browse files
committed
2022-11-03, Version 19.0.1 (Current)
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: TBD
1 parent 43403f5 commit 9deecce

2 files changed

Lines changed: 20 additions & 1 deletion

File tree

doc/changelogs/CHANGELOG_V19.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
</tr>
99
<tr>
1010
<td>
11+
<b><a href="#19.0.1">19.0.1</a></b><br/>
1112
<a href="#19.0.0">19.0.0</a><br/>
1213
</td>
1314
</tr>
@@ -34,6 +35,24 @@
3435
* [io.js](CHANGELOG_IOJS.md)
3536
* [Archive](CHANGELOG_ARCHIVE.md)
3637

38+
<a id="19.0.1"></a>
39+
40+
## 2022-11-03, Version 19.0.1 (Current), @RafaelGSS
41+
42+
This is a security release.
43+
44+
### Notable changes
45+
46+
The following CVEs are fixed in this release:
47+
48+
* **[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)
49+
50+
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.
51+
52+
### Commits
53+
54+
* \[[`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)
55+
3756
<a id="19.0.0"></a>
3857

3958
## 2022-10-18, Version 19.0.0 (Current), @RafaelGSS and @ruyadorno

src/node_version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
#define NODE_VERSION_IS_LTS 0
3030
#define NODE_VERSION_LTS_CODENAME ""
3131

32-
#define NODE_VERSION_IS_RELEASE 0
32+
#define NODE_VERSION_IS_RELEASE 1
3333

3434
#ifndef NODE_STRINGIFY
3535
#define NODE_STRINGIFY(n) NODE_STRINGIFY_HELPER(n)

0 commit comments

Comments
 (0)