Files
CVEs-PoC/2013/CVE-2013-0228.md
T
2024-06-18 02:51:15 +02:00

20 lines
850 B
Markdown

### [CVE-2013-0228](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-0228)
![](https://img.shields.io/static/v1?label=Product&message=n%2Fa&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=%3D%20n%2Fa%20&color=brighgreen)
![](https://img.shields.io/static/v1?label=Vulnerability&message=n%2Fa&color=brighgreen)
### Description
The xen_iret function in arch/x86/xen/xen-asm_32.S in the Linux kernel before 3.7.9 on 32-bit Xen paravirt_ops platforms does not properly handle an invalid value in the DS segment register, which allows guest OS users to gain guest OS privileges via a crafted application.
### POC
#### Reference
- http://www.mandriva.com/security/advisories?name=MDVSA-2013:176
- http://www.ubuntu.com/usn/USN-1797-1
- http://www.ubuntu.com/usn/USN-1808-1
#### Github
No PoCs found on GitHub currently.