Name
qemu
Version
11.1.0
Type
library
Description
Fast open source processor emulator
Licenses
GPL-2.0-only AND LGPL-2.1-only
PURL
-
CPE
cpe:2.3:*:qemu:qemu:11.1.0:*:*:*:*:*:*:*
Other Versions#
Patches#
#
Title
Author
Resolve
1
apic: fixup fallthrough to PIC
Mark Asselstine <mark.asselstine@windriver.com>
2
qemu: Do not include file if not exists
Oleksiy Obitotskyy <oobitots@cisco.com>
3
ui/sdl2.c: force-disable SDL_HINT_VIDEO_X11_FORCE_EGL,
Alexander Kanavin <alex@linutronix.de>
4
qemu: Determinism fixes
Richard Purdie <richard.purdie@linuxfoundation.org>
5
configure: lookup meson exutable from PATH
=?UTF-8?q?Martin=20Hundeb=C3=B8ll?= <martin@geanix.com>
6
tests/meson.build: use relative path to refer to files
Changqing Li <changqing.li@windriver.com>
7
Define MAP_SYNC and MAP_SHARED_VALIDATE on needed linux
Khem Raj <raj.khem@gmail.com>
8
qemu: Add some user space mmap tweaks to address musl 32 bit
Richard Purdie <richard.purdie@linuxfoundation.org>
9
qemu: Add addition environment space to boot loader
Jason Wessel <jason.wessel@windriver.com>
10
qemu: Ensure pip and the python venv aren't used for meson
Richard Purdie <richard.purdie@linuxfoundation.org>
Vulnerabilities#
Name
Analysis
Description
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.