← Back to CVE List

CVE-2021-47061

Published: 2024-02-29T23:15Z
Last Modified: 2024-12-10T16:55Z
Source: MITRE CVE List
License: MITRE-CVE-TOS
In the Linux kernel, the following vulnerability has been resolved: KVM: Destroy I/O bus devices on unregister failure _after_ sync'ing SRCU If allocating a new instance of an I/O bus fails when unregistering a device, wait to destroy the device until after all readers are guaranteed to see the new null bus. Destroying devices before the bus is nullified could lead to use-after-free since readers expect the devices on their reference of the bus to remain valid. > MITRE Terms of Use apply – see LICENSE‑MITRE.txt