In the Linux kernel, the following vulnerability has been...
High severity
Unreviewed
Published
Mar 1, 2024
to the GitHub Advisory Database
•
Updated Dec 10, 2024
Description
Published by the National Vulnerability Database
Feb 29, 2024
Published to the GitHub Advisory Database
Mar 1, 2024
Last updated
Dec 10, 2024
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.
References