mirror of
https://github.com/0xMarcio/cve.git
synced 2026-06-02 07:51:39 +02:00
19 lines
788 B
Markdown
19 lines
788 B
Markdown
### [CVE-2010-3086](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2010-3086)
|
|

|
|

|
|

|
|
|
|
### Description
|
|
|
|
include/asm-x86/futex.h in the Linux kernel before 2.6.25 does not properly implement exception fixup, which allows local users to cause a denial of service (panic) via an invalid application that triggers a page fault.
|
|
|
|
### POC
|
|
|
|
#### Reference
|
|
- http://kerneltrap.org/mailarchive/linux-kernel/2008/2/6/752194/thread
|
|
- http://www.vmware.com/security/advisories/VMSA-2011-0012.html
|
|
|
|
#### Github
|
|
No PoCs found on GitHub currently.
|
|
|