CVE Vulnerabilities

CVE-2023-3019

Use After Free

Published: Jul 24, 2023 | Modified: Nov 21, 2024
CVSS 3.x
6.5
MEDIUM
Source:
NVD
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:N/I:N/A:H
CVSS 2.x
RedHat/V2
RedHat/V3
6 MODERATE
CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:C/C:N/I:N/A:H
Ubuntu
LOW

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.

Weakness

The product reuses or references memory after it has been freed. At some point afterward, the memory may be allocated again and saved in another pointer, while the original pointer references a location somewhere within the new allocation. Any operations using the original pointer are no longer valid because the memory “belongs” to the code that operates on the new pointer.

Affected Software

Name Vendor Start Version End Version
Qemu Qemu * 8.2.0 (excluding)
Red Hat Enterprise Linux 8 RedHat virt-devel:rhel-8090020231206155326.a75119d5 *
Red Hat Enterprise Linux 8 RedHat virt:rhel-8090020231206155326.a75119d5 *
Red Hat Enterprise Linux 8.6 Extended Update Support RedHat virt-devel:rhel-8060020231128234847.ad008a3a *
Red Hat Enterprise Linux 8.6 Extended Update Support RedHat virt:rhel-8060020231128234847.ad008a3a *
Red Hat Enterprise Linux 8.8 Extended Update Support RedHat virt-devel:rhel-8080020240116113044.63b34585 *
Red Hat Enterprise Linux 8.8 Extended Update Support RedHat virt:rhel-8080020240116113044.63b34585 *
Red Hat Enterprise Linux 9 RedHat qemu-kvm-17:8.2.0-11.el9_4 *
Qemu Ubuntu bionic *
Qemu Ubuntu esm-infra-legacy/trusty *
Qemu Ubuntu esm-infra/bionic *
Qemu Ubuntu esm-infra/focal *
Qemu Ubuntu esm-infra/xenial *
Qemu Ubuntu focal *
Qemu Ubuntu jammy *
Qemu Ubuntu kinetic *
Qemu Ubuntu lunar *
Qemu Ubuntu mantic *
Qemu Ubuntu trusty *
Qemu Ubuntu trusty/esm *
Qemu Ubuntu xenial *

Potential Mitigations

References