mirror of
https://github.com/0xMarcio/cve.git
synced 2026-05-28 11:21:40 +02:00
18 lines
823 B
Markdown
18 lines
823 B
Markdown
### [CVE-2010-4255](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2010-4255)
|
|

|
|

|
|

|
|
|
|
### Description
|
|
|
|
The fixup_page_fault function in arch/x86/traps.c in Xen 4.0.1 and earlier on 64-bit platforms, when paravirtualization is enabled, does not verify that kernel mode is used to call the handle_gdt_ldt_mapping_fault function, which allows guest OS users to cause a denial of service (host OS BUG_ON) via a crafted memory access.
|
|
|
|
### POC
|
|
|
|
#### Reference
|
|
- http://www.vmware.com/security/advisories/VMSA-2011-0012.html
|
|
|
|
#### Github
|
|
No PoCs found on GitHub currently.
|
|
|