### [CVE-2009-0028](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2009-0028) ![](https://img.shields.io/static/v1?label=Product&message=n%2Fa&color=blue) ![](https://img.shields.io/static/v1?label=Version&message=%3D%20n%2Fa%20&color=brighgreen) ![](https://img.shields.io/static/v1?label=Vulnerability&message=n%2Fa&color=brighgreen) ### 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 - http://www.vmware.com/security/advisories/VMSA-2009-0016.html #### Github No PoCs found on GitHub currently.