Integer overflow in QEMU - CVE-2020-12829
Published: September 7, 2020
QEMU
QEMU
Description
The vulnerability allows a local user to perform a denial of service (DoS) attack.
The vulnerability exists due to integer overflow in the SM501 display driver implementation. This flaw occurs in the COPY_AREA macro while handling MMIO write operations through the sm501_2d_engine_write() callback. A remote user could abuse this flaw to crash the QEMU process in
sm501_2d_operation() in hw/display/sm501.c on the host, resulting in a
denial of service.