Skip to content

Commit 1771cdf

Browse files
committed
2025-05-14, Version 20.19.2 'Iron' (LTS)
This is a security release. Notable changes: src: * (CVE-2025-23166) fix error handling on async crypto operation deps: * (CVE-2025-23167) (SEMVER-MAJOR) update llhttp to 9.2.0 fs: * (CVE-2025-23165) add missing call to uv\_fs\_req\_cleanup PR-URL: nodejs-private/node-private#711
1 parent 1ad8b05 commit 1771cdf

2 files changed

Lines changed: 25 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,8 @@ release.
8080
<a href="doc/changelogs/CHANGELOG_V22.md#22.0.0">22.0.0</a><br/>
8181
</td>
8282
<td valign="top">
83-
<b><a href="doc/changelogs/CHANGELOG_V20.md#20.19.1">20.19.1</a></b><br/>
83+
<b><a href="doc/changelogs/CHANGELOG_V20.md#20.19.2">20.19.2</a></b><br/>
84+
<a href="doc/changelogs/CHANGELOG_V20.md#20.19.1">20.19.1</a><br/>
8485
<a href="doc/changelogs/CHANGELOG_V20.md#20.19.0">20.19.0</a><br/>
8586
<a href="doc/changelogs/CHANGELOG_V20.md#20.18.3">20.18.3</a><br/>
8687
<a href="doc/changelogs/CHANGELOG_V20.md#20.18.2">20.18.2</a><br/>

doc/changelogs/CHANGELOG_V20.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
</tr>
1010
<tr>
1111
<td>
12+
<a href="#20.19.2">20.19.2</a><br/>
1213
<a href="#20.19.1">20.19.1</a><br/>
1314
<a href="#20.19.0">20.19.0</a><br/>
1415
<a href="#20.18.3">20.18.3</a><br/>
@@ -74,6 +75,28 @@
7475
* [io.js](CHANGELOG_IOJS.md)
7576
* [Archive](CHANGELOG_ARCHIVE.md)
7677

78+
<a id="20.19.2"></a>
79+
80+
## 2025-05-14, Version 20.19.2 'Iron' (LTS), @RafaelGSS
81+
82+
This is a security release.
83+
84+
### Notable Changes
85+
86+
* (CVE-2025-23166) fix error handling on async crypto operation
87+
* (CVE-2025-23167) (SEMVER-MAJOR) update llhttp to 9.2.0
88+
* (CVE-2025-23165) add missing call to uv\_fs\_req\_cleanup
89+
90+
### Commits
91+
92+
* \[[`eb25047b1b`](https://github.com/nodejs/node/commit/eb25047b1b)] - **deps**: update llhttp to 9.2.0 (Node.js GitHub Bot) [#51719](https://github.com/nodejs/node/pull/51719)
93+
* \[[`12dcd8db08`](https://github.com/nodejs/node/commit/12dcd8db08)] - **deps**: update llhttp to 9.1.3 (Node.js GitHub Bot) [#50080](https://github.com/nodejs/node/pull/50080)
94+
* \[[`190e45a291`](https://github.com/nodejs/node/commit/190e45a291)] - **(SEMVER-MAJOR)** **(CVE-2025-23167)** **deps**: update llhttp to 9.1.2 (Paolo Insogna) [#48981](https://github.com/nodejs/node/pull/48981)
95+
* \[[`fc68c44e6a`](https://github.com/nodejs/node/commit/fc68c44e6a)] - **fs**: added test for missing call to uv\_fs\_req\_cleanup (Justin Nietzel) [#57811](https://github.com/nodejs/node/pull/57811)
96+
* \[[`9e13bf0a81`](https://github.com/nodejs/node/commit/9e13bf0a81)] - **(CVE-2025-23165)** **fs**: add missing call to uv\_fs\_req\_cleanup (Justin Nietzel) [#57811](https://github.com/nodejs/node/pull/57811)
97+
* \[[`bd0aa5d44c`](https://github.com/nodejs/node/commit/bd0aa5d44c)] - **(CVE-2024-27982)** **http**: do not allow OBS fold in headers by default (Paolo Insogna) [nodejs-private/node-private#556](https://github.com/nodejs-private/node-private/pull/556)
98+
* \[[`6c57465920`](https://github.com/nodejs/node/commit/6c57465920)] - **(CVE-2025-23166)** **src**: fix error handling on async crypto operations (RafaelGSS) [nodejs-private/node-private#710](https://github.com/nodejs-private/node-private/pull/710)
99+
77100
<a id="20.19.1"></a>
78101

79102
## 2025-04-22, Version 20.19.1 'Iron' (LTS), @UlisesGascon prepared by @RafaelGSS

0 commit comments

Comments
 (0)