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

|
|

|
|

|
|
|
|
### Description
|
|
|
|
The audit_syscall_entry function in the Linux kernel 2.6.28.7 and earlier on the x86_64 platform does not properly handle (1) a 32-bit process making a 64-bit syscall or (2) a 64-bit process making a 32-bit syscall, which allows local users to bypass certain syscall audit configurations via crafted syscalls, a related issue to CVE-2009-0342 and CVE-2009-0343.
|
|
|
|
### POC
|
|
|
|
#### Reference
|
|
- http://www.vmware.com/security/advisories/VMSA-2009-0016.html
|
|
- https://oval.cisecurity.org/repository/search/definition/oval%3Aorg.mitre.oval%3Adef%3A9600
|
|
|
|
#### Github
|
|
No PoCs found on GitHub currently.
|
|
|