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

18 lines
932 B
Markdown

### [CVE-2014-3601](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-3601)
![](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 kvm_iommu_map_pages function in virt/kvm/iommu.c in the Linux kernel through 3.16.1 miscalculates the number of pages during the handling of a mapping failure, which allows guest OS users to (1) cause a denial of service (host OS memory corruption) or possibly have unspecified other impact by triggering a large gfn value or (2) cause a denial of service (host OS memory consumption) by triggering a small gfn value that leads to permanently pinned pages.
### POC
#### Reference
- http://www.ubuntu.com/usn/USN-2358-1
#### Github
No PoCs found on GitHub currently.