A use-after-free vulnerability was found in the am53c974 SCSI host bus adapter emulation of QEMU in versions before 6.0.0 during the handling of the 'Information Transfer' command (CMD_TI). This flaw allows a privileged guest user to crash the QEMU process on the host, resulting in a denial of service or potential code execution with the privileges of the QEMU process.
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.
Link | Tags |
---|---|
http://www.openwall.com/lists/oss-security/2021/04/16/3 | third party advisory mailing list |
https://www.openwall.com/lists/oss-security/2021/04/16/3 | third party advisory mailing list |
https://bugzilla.redhat.com/show_bug.cgi?id=1909996 | third party advisory issue tracking |
https://security.netapp.com/advisory/ntap-20210713-0006/ | third party advisory |
https://security.gentoo.org/glsa/202208-27 | third party advisory vendor advisory |