Skip to content

Commit

Permalink
Blog: add cve to eol mention in last sec release (#7415)
Browse files Browse the repository at this point in the history
  • Loading branch information
RafaelGSS authored Jan 21, 2025
1 parent 5f194a1 commit d95d1fb
Showing 1 changed file with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,18 @@ Updates are now available for the 23.x, 22.x, 20.x, 18.x Node.js release lines f
following issues.

This security release includes the following dependency updates to address public vulnerabilities:

- undici (v7.2.3, v6.21.1, v5.28.5) on v23.x, v22.x, v20.x, v18.x.

Along with the security fixes, the Node.js team has also issued CVEs for
End-of-Life (EOL) versions of Node.js.

- Node.js v17.x or prior [CVE-2025-23087](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2025-23087)
- Node.js v19.x [CVE-2025-23088](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2025-23088)
- Node.js v21.x [CVE-2025-23089](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2025-23089)

More information [in this blog post](https://nodejs.org/en/blog/vulnerability/upcoming-cve-for-eol-versions)

## Worker permission bypass via InternalWorker leak in diagnostics (CVE-2025-23083) - (high)

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.
Expand Down

0 comments on commit d95d1fb

Please sign in to comment.