cve/2022/CVE-2022-4144.md
2024-05-25 21:48:12 +02:00

851 B

CVE-2022-4144

Description

An out-of-bounds read flaw was found in the QXL display device emulation in QEMU. The qxl_phys2virt() function does not check the size of the structure pointed to by the guest physical address, potentially reading past the end of the bar space into adjacent pages. A malicious guest user could use this flaw to crash the QEMU process on the host causing a denial of service condition.

POC

Reference

No PoCs from references.

Github