cve/2013/CVE-2013-0228.md

20 lines
850 B
Markdown
Raw Normal View History

2024-05-26 14:27:05 +02:00
### [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
2024-06-10 18:01:06 +00:00
- http://www.ubuntu.com/usn/USN-1797-1
2024-05-26 14:27:05 +02:00
- http://www.ubuntu.com/usn/USN-1808-1
#### Github
No PoCs found on GitHub currently.