mirror of
https://github.com/0xMarcio/cve.git
synced 2026-05-27 06:12:23 +02:00
19 lines
957 B
Markdown
19 lines
957 B
Markdown
### [CVE-2009-2848](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2009-2848)
|
|

|
|

|
|

|
|
|
|
### Description
|
|
|
|
The execve function in the Linux kernel, possibly 2.6.30-rc6 and earlier, does not properly clear the current->clear_child_tid pointer, which allows local users to cause a denial of service (memory corruption) or possibly gain privileges via a clone system call with CLONE_CHILD_SETTID or CLONE_CHILD_CLEARTID enabled, which is not properly handled during thread creation and exit.
|
|
|
|
### POC
|
|
|
|
#### Reference
|
|
- http://www.vmware.com/security/advisories/VMSA-2009-0016.html
|
|
- https://oval.cisecurity.org/repository/search/definition/oval%3Aorg.mitre.oval%3Adef%3A9766
|
|
|
|
#### Github
|
|
No PoCs found on GitHub currently.
|
|
|