Files
CVEs-PoC/2009/CVE-2009-0028.md
T
2024-06-09 00:33:16 +00:00

831 B

CVE-2009-0028

Description

The clone system call in the Linux kernel 2.6.28 and earlier allows local users to send arbitrary signals to a parent process from an unprivileged child process by launching an additional child process with the CLONE_PARENT flag, and then letting this new process exit.

POC

Reference

Github

No PoCs found on GitHub currently.