Show filters
414 Total Results
Displaying 11-20 of 414
Sort by:
Attacker Value
Unknown

CVE-2023-2680

Disclosure Date: September 13, 2023 (last updated October 08, 2023)
This CVE exists because of an incomplete fix for CVE-2021-3750. More specifically, the qemu-kvm package as released for Red Hat Enterprise Linux 9.1 via RHSA-2022:7967 included a version of qemu-kvm that was actually missing the fix for CVE-2021-3750.
Attacker Value
Unknown

CVE-2023-42467

Disclosure Date: September 11, 2023 (last updated October 08, 2023)
QEMU through 8.0.0 could trigger a division by zero in scsi_disk_reset in hw/scsi/scsi-disk.c because scsi_disk_emulate_mode_select does not prevent s->qdev.blocksize from being 256. This stops QEMU and the guest immediately.
Attacker Value
Unknown

CVE-2020-24165

Disclosure Date: August 28, 2023 (last updated May 15, 2024)
An issue was discovered in TCG Accelerator in QEMU 4.2.0, allows local attackers to execute arbitrary code, escalate privileges, and cause a denial of service (DoS). Note: This is disputed as a bug and not a valid security issue by multiple third parties.
Attacker Value
Unknown

CVE-2022-36648

Disclosure Date: August 22, 2023 (last updated May 15, 2024)
The hardware emulation in the of_dpa_cmd_add_l2_flood of rocker device model in QEMU, as used in 7.0.0 and earlier, allows remote attackers to crash the host qemu and potentially execute code on the host via execute a malformed program in the guest OS. Note: This has been disputed by multiple third parties as not a valid vulnerability due to the rocker device not falling within the virtualization use case.
Attacker Value
Unknown

CVE-2023-40360

Disclosure Date: August 14, 2023 (last updated October 08, 2023)
QEMU through 8.0.4 accesses a NULL pointer in nvme_directive_receive in hw/nvme/ctrl.c because there is no check for whether an endurance group is configured before checking whether Flexible Data Placement is enabled.
Attacker Value
Unknown

CVE-2023-4135

Disclosure Date: August 04, 2023 (last updated November 08, 2023)
A heap out-of-bounds memory read flaw was found in the virtual nvme device in QEMU. The QEMU process does not validate an offset provided by the guest before computing a host heap pointer, which is used for copying data back to the guest. Arbitrary heap memory relative to an allocated buffer can be disclosed.
Attacker Value
Unknown

CVE-2023-3180

Disclosure Date: August 03, 2023 (last updated November 08, 2023)
A flaw was found in the QEMU virtual crypto device while handling data encryption/decryption requests in virtio_crypto_handle_sym_req. There is no check for the value of `src_len` and `dst_len` in virtio_crypto_sym_op_helper, potentially leading to a heap buffer overflow when the two values differ.
Attacker Value
Unknown

CVE-2023-3019

Disclosure Date: July 24, 2023 (last updated April 30, 2024)
A DMA reentrancy issue leading to a use-after-free error was found in the e1000e NIC emulation code in QEMU. This issue could allow a privileged guest user to crash the QEMU process on the host, resulting in a denial of service.
Attacker Value
Unknown

CVE-2023-1386

Disclosure Date: July 24, 2023 (last updated October 08, 2023)
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.
Attacker Value
Unknown

CVE-2023-3354

Disclosure Date: July 11, 2023 (last updated November 08, 2023)
A flaw was found in the QEMU built-in VNC server. When a client connects to the VNC server, QEMU checks whether the current number of connections crosses a certain threshold and if so, cleans up the previous connection. If the previous connection happens to be in the handshake phase and fails, QEMU cleans up the connection again, resulting in a NULL pointer dereference issue. This could allow a remote unauthenticated client to cause a denial of service.