mirror of
https://github.com/0xMarcio/cve.git
synced 2026-05-09 19:17:37 +02:00
18 lines
893 B
Markdown
18 lines
893 B
Markdown
### [CVE-2011-1751](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2011-1751)
|
|

|
|

|
|

|
|
|
|
### 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.
|
|
|