cve/2013/CVE-2013-1798.md
2024-06-09 00:33:16 +00:00

21 lines
1.1 KiB
Markdown

### [CVE-2013-1798](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-1798)
![](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 ioapic_read_indirect function in virt/kvm/ioapic.c in the Linux kernel through 3.8.4 does not properly handle a certain combination of invalid IOAPIC_REG_SELECT and IOAPIC_REG_WINDOW operations, which allows guest OS users to obtain sensitive information from host OS memory or cause a denial of service (host OS OOPS) via a crafted application.
### POC
#### Reference
- http://packetstormsecurity.com/files/157233/Kernel-Live-Patch-Security-Notice-LSN-0065-1.html
- http://packetstormsecurity.com/files/157233/Kernel-Live-Patch-Security-Notice-LSN-0065-1.html
- http://www.mandriva.com/security/advisories?name=MDVSA-2013:176
- http://www.mandriva.com/security/advisories?name=MDVSA-2013:176
#### Github
No PoCs found on GitHub currently.