Skip to content

Commit bec8532

Browse files
committed
Blog: add cve to eol mention in last sec release
Following up: nodejs-private/nodejs.org-private#426
1 parent 5f194a1 commit bec8532

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

apps/site/pages/en/blog/vulnerability/january-2025-security-releases.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,18 @@ Updates are now available for the 23.x, 22.x, 20.x, 18.x Node.js release lines f
1313
following issues.
1414

1515
This security release includes the following dependency updates to address public vulnerabilities:
16+
1617
- undici (v7.2.3, v6.21.1, v5.28.5) on v23.x, v22.x, v20.x, v18.x.
1718

19+
Along with the security fixes, the Node.js team has also issued CVEs for
20+
End-of-Life (EOL) versions of Node.js.
21+
22+
- Node.js v17.x or prior [CVE-2025-23087](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2025-23087)
23+
- Node.js v19.x [CVE-2025-23088](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2025-23088)
24+
- Node.js v21.x [CVE-2025-23089](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2025-23089)
25+
26+
More information [in this blog post](https://nodejs.org/en/blog/vulnerability/upcoming-cve-for-eol-versions)
27+
1828
## Worker permission bypass via InternalWorker leak in diagnostics (CVE-2025-23083) - (high)
1929

2030
With the aid of the diagnostics_channel utility, an event can be hooked into whenever a worker thread is created. This is not limited only to workers but also exposes internal workers, where an instance of them can be fetched, and its constructor can be grabbed and reinstated for malicious usage.

0 commit comments

Comments
 (0)