Logo
componentqemu
Name
qemu
Version
11.0.0
Type
library
Description
-
Licenses
GPL-2.0LGPL-2.1MITBSD-3-ClauseBSD-2-ClauseOthers/BSD-1c
PURL
-
CPE
cpe:2.3:a:qemu:qemu:11.0.0:-:*:*:*:*:*:*

Other Versions#


Project
Branch
Version
2025.02.x
9.2.0

Patches#


#
Title
Author
Resolve
1
tests/fp/meson: don't build fp-bench test if fenv.h is
Dario Binacchi <dario.binacchi@amarulasolutions.com>

Vulnerabilities#


Name
Analysis
Description
Exploitable
A flaw was found in QEMU's virtio-blk device. The issue arises because the device does not properly validate the size of input descriptors before writing data. A malicious guest with high privileges could exploit this vulnerability by submitting a malformed virtio-blk SCSI request, leading to an out-of-bounds write in the host heap memory and a potential denial of service (DoS) for the QEMU process.
Exploitable
A flaw was found in QEMU, in the virtio-scsi, virtio-blk, and virtio-crypto devices. The size for virtqueue_push as set in virtio_scsi_complete_req / virtio_blk_req_complete / virito_crypto_req_complete could be larger than the true size of the data which has been sent to guest. Once virtqueue_push() finally calls dma_memory_unmap to ummap the in_iov, it may call the address_space_write function to write back the data. Some uninitialized data may exist in the bounce.buffer, leading to an information leak.
Exploitable
A flaw was found in the 9p passthrough filesystem (9pfs) implementation in QEMU. When a local user in the guest writes an executable file with SUID or SGID, none of these privileged bits are correctly dropped. As a result, in rare circumstances, this flaw could be used by malicious users in the guest to elevate their privileges within the guest and help a host local user to elevate privileges on the host.
Exploitable
A stack overflow via an infinite recursion vulnerability was found in the eepro100 i8255x device emulator of QEMU. This issue occurs while processing controller commands due to a DMA reentry issue. This flaw allows a guest user or process to consume CPU cycles or crash the QEMU process on the host, resulting in a denial of service. The highest threat from this vulnerability is to system availability.