mirror of
https://github.com/0xMarcio/cve.git
synced 2026-05-30 00:49:28 +02:00
18 lines
766 B
Markdown
18 lines
766 B
Markdown
### [CVE-2009-0028](https://cve.mitre.org/cgi-bin/cvename.cgi?name=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
|
|
- http://www.vmware.com/security/advisories/VMSA-2009-0016.html
|
|
|
|
#### Github
|
|
No PoCs found on GitHub currently.
|
|
|