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

18 lines
893 B
Markdown

### [CVE-2011-1751](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2011-1751)
![](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 pciej_write function in hw/acpi_piix4.c in the PIIX4 Power Management emulation in qemu-kvm does not check if a device is hotpluggable before unplugging the PCI-ISA bridge, which allows privileged guest users to cause a denial of service (guest crash) and possibly execute arbitrary code by sending a crafted value to the 0xae08 (PCI_EJ_BASE) I/O port, which leads to a use-after-free related to "active qemu timers."
### POC
#### Reference
- https://github.com/nelhage/virtunoid
#### Github
No PoCs found on GitHub currently.