Logo
componentqemu
Name
qemu
Version
8.2.7
Type
library
Description
Fast open source processor emulator
Licenses
GPL-2.0-only & LGPL-2.1-only
PURL
-
CPE
cpe:2.3:*:qemu:qemu:8.2.7:*:*:*:*:*:*:*

Other Versions#


Project
Branch
Version
kirkstone
6.2.0
master
11.1.0

Patches#


#
Title
Author
Resolve
1
python: backport 'avoid creating additional event loops per
John Snow <jsnow@redhat.com>
2
hw/pvrdma: Protect against buggy or malicious guest driver
Yuval Shaia <yuval.shaia.ml@gmail.com>
CVE-2022-1050
3
linux-user/loongarch64: Remove TARGET_FORCE_SHMLBA
Richard Henderson <richard.henderson@linaro.org>
4
tests/tcg: Check that shmat() does not break
Ilya Leoshkevich <iii@linux.ibm.com>
5
configure: Add pkg-config handling for libgcrypt
He Zhe <zhe.he@windriver.com>
6
hw/i386/kvm: fix PIRQ bounds check in xen_physdev_map_pirq()
Vulnerability Report <vr@darknavy.com>
CVE-2026-0665
7
io: fix use after free in websocket handshake code
=?UTF-8?q?Daniel=20P=2E=20Berrang=C3=A9?= <berrange@redhat.com>
CVE-2025-11234
8
linux-user/*: workaround for missing MAP_FIXED_NOREPLACE
Frederic Konrad <fkonrad@amd.com>
9
linux-user: Replace use of lfs64 related functions and
Khem Raj <raj.khem@gmail.com>
10
tests/meson.build: use relative path to refer to files
Changqing Li <changqing.li@windriver.com>
11
hw/virtio/virtio-crypto: verify asym request size
zhenwei pi <pizhenwei@tensorfer.com>
CVE-2025-14876
12
apic: fixup fallthrough to PIC
Mark Asselstine <mark.asselstine@windriver.com>
13
net: pad packets to minimum length in qemu_receive_packet()
Peter Maydell <peter.maydell@linaro.org>
CVE-2025-12464
14
Patch #14
Unknown
15
qemu: Determinism fixes
Richard Purdie <richard.purdie@linuxfoundation.org>
16
qemu: Add addition environment space to boot loader
Jason Wessel <jason.wessel@windriver.com>
17
Patch #17
Richard Purdie <richard.purdie@linuxfoundation.org>
18
linux-user: Split out do_munmap
Richard Henderson <richard.henderson@linaro.org>
19
Define MAP_SYNC and MAP_SHARED_VALIDATE on needed linux
Khem Raj <raj.khem@gmail.com>
20
qemu: Do not include file if not exists
Oleksiy Obitotskyy <oobitots@cisco.com>
21
io: move websock resource release to close method
=?UTF-8?q?Daniel=20P=2E=20Berrang=C3=A9?= <berrange@redhat.com>
CVE-2025-11234
22
cryptodev-builtin: Limit the maximum size
zhenwei pi <pizhenwei@tensorfer.com>
CVE-2025-14876
23
hw/usb/hcd-uhci: don't assert for SETUP to non-0 endpoint
Peter Maydell <peter.maydell@linaro.org>
CVE-2024-8354
24
sched_attr: Do not define for glibc >= 2.41
Khem Raj <raj.khem@gmail.com>
25
lsi53c895a: keep a reference to the device while SCRIPTS
Paolo Bonzini <pbonzini@redhat.com>
CVE-2024-6519
26
python: backport 'Remove deprecated get_event_loop calls'
John Snow <jsnow@redhat.com>
27
linux-user/*: workaround for missing MAP_SHARED_VALIDATE
Frederic Konrad <fkonrad@amd.com>
28
linux-user: Rewrite target_shmat
Richard Henderson <richard.henderson@linaro.org>
29
block/vmdk: fix OOB read in vmdk_read_extent()
"Halil Oktay (oblivionsage)" <cookieandcream560@gmail.com>
CVE-2026-2243
30
qemu: Add some user space mmap tweaks to address musl
Richard Purdie <richard.purdie@linuxfoundation.org>
31
linux-user: Add strace for shmat
Richard Henderson <richard.henderson@linaro.org>

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
An integer overflow vulnerability was found in the virtio-snd device via PCM_INFO requests from the guest. A malicious guest can provide out-of-bounds stream counts, potentially leading to unbounded memory allocation on the host and a denial of service condition.
Exploitable
A flaw was found in QEMU. When reading input audio in the virtio-snd device input callback, the `virtio_snd_pcm_in_cb` function did not check whether the iov could fit the data buffer, potentially leading to a heap out-of-bounds write. This issue exists due to an incomplete fix for CVE-2024-7730.
Patched
A flaw was found in QEMU. A specially crafted VMDK image could trigger an out-of-bounds read vulnerability, potentially leading to a 12-byte leak of sensitive information or a denial of service condition (DoS).
Patched
An off-by-one error was found in QEMU's KVM Xen guest support. A malicious guest could use this flaw to trigger out-of-bounds heap accesses in the QEMU process via the emulated Xen physdev hypercall interface, leading to a denial of service or potential memory corruption.
Exploitable
hw/pci/pcie_sriov.c in QEMU through 10.0.3 mishandles the VF Enable bit write mask, a related issue to CVE-2024-26327.
Exploitable
hw/pci/pcie_sriov.c in QEMU through 10.0.3 has a migration state inconsistency, a related issue to CVE-2024-26327.
Patched
A flaw was found in the virtio-crypto device of QEMU. A malicious guest operating system can exploit a missing length limit in the AKCIPHER path, leading to uncontrolled memory allocation. This can result in a denial of service (DoS) on the host system by causing the QEMU process to terminate unexpectedly.
Patched
A stack-based buffer overflow was found in the QEMU e1000 network device. The code for padding short frames was dropped from individual network devices and moved to the net core code. The issue stems from the device's receive code still being able to process a short frame in loopback mode. This could lead to a buffer overrun in the e1000_receive_iov() function via the loopback code path. A malicious guest user could use this vulnerability to crash the QEMU process on the host, resulting in a denial of service.
Patched
A flaw was found in QEMU. If the QIOChannelWebsock object is freed while it is waiting to complete a handshake, a GSource is leaked. This can lead to the callback firing later on and triggering a use-after-free in the use of the channel. This can be abused by a malicious client with network access to the VNC WebSocket port to cause a denial of service during the WebSocket handshake prior to the VNC client authentication.
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.
Patched
A flaw was found in QEMU. An assertion failure was present in the usb_ep_get() function in hw/net/core.c when trying to get the USB endpoint from a USB device. This flaw may allow a malicious unprivileged guest user to crash the QEMU process on the host and cause a denial of service condition.
Exploitable
A heap buffer overflow was found in the virtio-snd device in QEMU. When reading input audio in the virtio-snd input callback, virtio_snd_pcm_in_cb, the function did not check whether the iov can fit the data buffer. This issue can trigger an out-of-bounds write if the size of the virtio queue element is equal to virtio_snd_pcm_status, which makes the available space for audio data zero.
Patched
A use-after-free vulnerability was found in the QEMU LSI53C895A SCSI Host Bus Adapter emulation. This issue can lead to a crash or VM escape.
Exploitable
A flaw was found in the QEMU disk image utility (qemu-img) 'info' command. A specially crafted image file containing a `json:{}` value describing block devices in QMP could cause the qemu-img process on the host to consume large amounts of memory or CPU time, leading to denial of service or read/write to an existing external file.
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.
Patched
A flaw was found in the QEMU implementation of VMWare's paravirtual RDMA device. This flaw allows a crafted guest driver to execute HW commands when shared buffers are not yet allocated, potentially leading to a use-after-free condition.
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.