Skip to content

Commit e81c809

Browse files
committed
2025-01-21, Version 22.13.1 'Jod' (LTS)
This is a security release. Notable changes: * CVE-2025-23083: throw on InternalWorker use when permission model is enabled (High) * CVE-2025-23084: fix path traversal in normalize() on Windows (Medium) * CVE-2025-23085: fix HTTP2 mem leak on premature close and ERR_PROTO (Medium) * CVE-2025-22150 - Use of Insufficiently Random Values in undici fetch() (Medium) PR-URL: nodejs-private/node-private#655 Signed-off-by: RafaelGSS <[email protected]>
1 parent b845dc6 commit e81c809

File tree

2 files changed

+26
-1
lines changed

2 files changed

+26
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,8 @@ release.
4949
<a href="doc/changelogs/CHANGELOG_V23.md#23.0.0">23.0.0</a><br/>
5050
</td>
5151
<td valign="top">
52-
<b><a href="doc/changelogs/CHANGELOG_V22.md#22.13.0">22.13.0</a></b><br/>
52+
<b><a href="doc/changelogs/CHANGELOG_V22.md#22.13.1">22.13.1</a></b><br/>
53+
<a href="doc/changelogs/CHANGELOG_V22.md#22.13.0">22.13.0</a><br/>
5354
<a href="doc/changelogs/CHANGELOG_V22.md#22.12.0">22.12.0</a><br/>
5455
<a href="doc/changelogs/CHANGELOG_V22.md#22.11.0">22.11.0</a><br/>
5556
<a href="doc/changelogs/CHANGELOG_V22.md#22.10.0">22.10.0</a><br/>

doc/changelogs/CHANGELOG_V22.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
</tr>
1010
<tr>
1111
<td>
12+
<a href="#22.13.1">22.13.1</a><br/>
1213
<a href="#22.13.0">22.13.0</a><br/>
1314
<a href="#22.12.0">22.12.0</a><br/>
1415
<a href="#22.11.0">22.11.0</a><br/>
@@ -56,6 +57,29 @@
5657
* [io.js](CHANGELOG_IOJS.md)
5758
* [Archive](CHANGELOG_ARCHIVE.md)
5859

60+
<a id="22.13.1"></a>
61+
62+
## 2025-01-21, Version 22.13.1 'Jod' (LTS), @RafaelGSS
63+
64+
This is a security release.
65+
66+
### Notable Changes
67+
68+
* CVE-2025-23083 - src,loader,permission: throw on InternalWorker use when permission model is enabled (High)
69+
* CVE-2025-23085 - src: fix HTTP2 mem leak on premature close and ERR\_PROTO (Medium)
70+
* CVE-2025-23084 - path: fix path traversal in normalize() on Windows (Medium)
71+
72+
Dependency update:
73+
74+
* CVE-2025-22150 - Use of Insufficiently Random Values in undici fetch() (Medium)
75+
76+
### Commits
77+
78+
* \[[`520da342e0`](https://github.com/nodejs/node/commit/520da342e0)] - **(CVE-2025-22150)** **deps**: update undici to v6.21.1 (Matteo Collina) [nodejs-private/node-private#662](https://github.com/nodejs-private/node-private/pull/662)
79+
* \[[`99f217369f`](https://github.com/nodejs/node/commit/99f217369f)] - **(CVE-2025-23084)** **path**: fix path traversal in normalize() on Windows (Tobias Nießen) [nodejs-private/node-private#555](https://github.com/nodejs-private/node-private/pull/555)
80+
* \[[`984f735e35`](https://github.com/nodejs/node/commit/984f735e35)] - **(CVE-2025-23085)** **src**: fix HTTP2 mem leak on premature close and ERR\_PROTO (RafaelGSS) [nodejs-private/node-private#650](https://github.com/nodejs-private/node-private/pull/650)
81+
* \[[`2446870618`](https://github.com/nodejs/node/commit/2446870618)] - **(CVE-2025-23083)** **src,loader,permission**: throw on InternalWorker use (RafaelGSS) [nodejs-private/node-private#651](https://github.com/nodejs-private/node-private/pull/651)
82+
5983
<a id="22.13.0"></a>
6084

6185
## 2025-01-07, Version 22.13.0 'Jod' (LTS), @ruyadorno

0 commit comments

Comments
 (0)