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-32212: DNS rebinding in --inspect on macOS (High)
* CVE-2022-32213: bypass via obs-fold mechanic (Medium)
* CVE-2022-35256: HTTP Request Smuggling Due to Incorrect Parsing of Header Fields (Medium)
PR-URL: nodejs-private/node-private#348
Copy file name to clipboardExpand all lines: doc/changelogs/CHANGELOG_V14.md
+24
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,8 @@
11
11
</tr>
12
12
<tr>
13
13
<td valign="top">
14
+
<a href="#14.20.1">14.20.1</a><br/>
15
+
<a href="#14.20.0">14.20.0</a><br/>
14
16
<a href="#14.19.3">14.19.3</a><br/>
15
17
<a href="#14.19.2">14.19.2</a><br/>
16
18
<a href="#14.19.1">14.19.1</a><br/>
@@ -73,6 +75,28 @@
73
75
* [io.js](CHANGELOG_IOJS.md)
74
76
* [Archive](CHANGELOG_ARCHIVE.md)
75
77
78
+
<a id="14.20.1"></a>
79
+
80
+
## 2022-09-23, Version 14.20.1 'Fermium' (LTS), @bengl
81
+
82
+
This is a security release.
83
+
84
+
### Notable changes
85
+
86
+
The following CVEs are fixed in this release:
87
+
88
+
* **[CVE-2022-32212](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-32212)**: DNS rebinding in --inspect on macOS (High)
89
+
* **[CVE-2022-32213](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-32213)**: bypass via obs-fold mechanic (Medium)
90
+
* **[CVE-2022-35256](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-35256)**: HTTP Request Smuggling Due to Incorrect Parsing of Header Fields (Medium)
91
+
92
+
More detailed information on each of the vulnerabilities can be found in [September 22nd 2022 Security Releases](https://nodejs.org/en/blog/vulnerability/september-2022-security-releases/) blog post.
93
+
94
+
### Commits
95
+
96
+
* \[[`a9f1146b88`](https://github.com/nodejs/node/commit/a9f1146b88)] - **http**: disable chunked encoding when OBS fold is used (Paolo Insogna) [nodejs-private/node-private#341](https://github.com/nodejs-private/node-private/pull/341)
0 commit comments