NA

CVE-2024-22017

Published: 19/03/2024 Updated: 10/06/2024

Vulnerability Summary

setuid() does not affect libuv's internal io_uring operations if initialized before the call to setuid(). This allows the process to perform privileged operations despite presumably having dropped such privileges through a call to setuid(). This vulnerability affects all users using version greater or equal than Node.js 18.18.0, Node.js 20.4.0 and Node.js 21.

Vulnerability Trend

Mailing Lists

This posting is largely based on the NodeJS blog post at nodejsorg/en/blog/vulnerability/february-2024-security-releases with some edits and extras by me Please note that it still uses future tense to talk about the releases, which should actually have been made by now ====== Summary ====== The Nodejs project will release new version ...