Exploitation Summary
EIP tracks 1 public exploit for CVE-2024-22017. PoCs published by SpiralBL0CK.
AI-analyzed exploit summary The repository contains a functional PoC for CVE-2024-22017, demonstrating a local privilege escalation (LPE) via Node.js child process manipulation. The exploit leverages `process.setuid` and spawns a command shell to verify elevated privileges.
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.
Exploits (1)
The repository contains a functional PoC for CVE-2024-22017, demonstrating a local privilege escalation (LPE) via Node.js child process manipulation. The exploit leverages `process.setuid` and spawns a command shell to verify elevated privileges.
References (3)
Scores
CVSS:3.0/AV:L/AC:L/PR:H/UI:N/S:C/C:L/I:H/A:L