6

CVE-2023-0330

Qemu: lsi53c895a: dma reentrancy issue leads to stack overflow

A vulnerability in the lsi53c895a device affects the latest version of qemu. A DMA-MMIO reentrancy problem may lead to memory corruption bugs like stack overflow or use-after-free.
Daten sind bereitgestellt durch National Vulnerability Database (NVD)
QemuQemu Version >= 7.2.0 < 7.2.3
QemuQemu Version8.0.0 Update-
QemuQemu Version8.0.0 Updaterc0
QemuQemu Version8.0.0 Updaterc1
QemuQemu Version8.0.0 Updaterc2
QemuQemu Version8.0.0 Updaterc3
QemuQemu Version8.0.0 Updaterc4
DebianDebian Linux Version10.0
Zu dieser CVE wurde keine Warnung gefunden.
EPSS Metriken
Typ Quelle Score Percentile
EPSS FIRST.org 0.03% 0.09
CVSS Metriken
Quelle Base Score Exploit Score Impact Score Vector String
nvd@nist.gov 6 1.5 4
CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:C/C:N/I:N/A:H
patrick@puiterwijk.org 5.3 0.8 4
CVSS:3.1/AV:L/AC:H/PR:H/UI:N/S:C/C:N/I:N/A:H
CWE-121 Stack-based Buffer Overflow

A stack-based buffer overflow condition is a condition where the buffer being overwritten is allocated on the stack (i.e., is a local variable or, rarely, a parameter to a function).

CWE-787 Out-of-bounds Write

The product writes data past the end, or before the beginning, of the intended buffer.