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

19 lines
864 B
Markdown

### [CVE-2014-1438](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-1438)
![](https://img.shields.io/static/v1?label=Product&message=n%2Fa&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=n%2Fa&color=blue)
![](https://img.shields.io/static/v1?label=Vulnerability&message=n%2Fa&color=brighgreen)
### Description
The restore_fpu_checking function in arch/x86/include/asm/fpu-internal.h in the Linux kernel before 3.12.8 on the AMD K7 and K8 platforms does not clear pending exceptions before proceeding to an EMMS instruction, which allows local users to cause a denial of service (task kill) or possibly gain privileges via a crafted application.
### POC
#### Reference
- http://www.halfdog.net/Security/2013/Vm86SyscallTaskSwitchKernelPanic/
- http://www.ubuntu.com/usn/USN-2136-1
#### Github
No PoCs found on GitHub currently.