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

21 lines
1020 B
Markdown

### [CVE-2015-0239](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2015-0239)
![](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 em_sysenter function in arch/x86/kvm/emulate.c in the Linux kernel before 3.18.5, when the guest OS lacks SYSENTER MSR initialization, allows guest OS users to gain guest OS privileges or cause a denial of service (guest OS crash) by triggering use of a 16-bit code segment for emulation of a SYSENTER instruction.
### POC
#### Reference
- http://www.openwall.com/lists/oss-security/2015/01/27/6
- http://www.oracle.com/technetwork/topics/security/linuxbulletinjan2016-2867209.html
- http://www.oracle.com/technetwork/topics/security/linuxbulletinoct2015-2719645.html
- http://www.ubuntu.com/usn/USN-2514-1
#### Github
No PoCs found on GitHub currently.