cve/2024/CVE-2024-22017.md
2024-05-25 21:48:12 +02:00

859 B

CVE-2024-22017

Description

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.

POC

Reference

No PoCs from references.

Github