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

18 lines
785 B
Markdown

### [CVE-2014-8480](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-8480)
![](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 instruction decoder in arch/x86/kvm/emulate.c in the KVM subsystem in the Linux kernel before 3.18-rc2 lacks intended decoder-table flags for certain RIP-relative instructions, which allows guest OS users to cause a denial of service (NULL pointer dereference and host OS crash) via a crafted application.
### POC
#### Reference
- http://www.openwall.com/lists/oss-security/2014/10/23/7
#### Github
No PoCs found on GitHub currently.