You are using an out of date browser. It may not display this or other websites correctly. You should upgrade or use an alternative browser.
cve 2023 0330
About this tag
CVE-2023-0330 is a high-severity vulnerability in QEMU's LSI Logic SCSI device emulation that allows a malicious guest to crash the host process via DMA MMIO reentrancy. The flaw triggers a stack overflow or use-after-free condition, leading to an availability impact on the host and all its virtual machines. Exploitation requires local guest privileges and careful triggering, but successful attacks reliably crash the qemu process. Patching and mitigation are essential for environments running untrusted or multi-tenant virtual machines. This tag covers discussions about the vulnerability's technical details, impact, and remediation steps for Windows and Linux hosts using QEMU.
A subtle emulation bug in QEMU’s LSI Logic SCSI device implementation — tracked as CVE‑2023‑0330 — allows a malicious guest to repeatedly trigger DMA operations that re‑enter the MMIO path and ultimately overflow the host process stack, producing a high‑impact availability failure for the host...