In the Linux kernel, the following vulnerability has been resolved: vhost-vdpa: fix use after free in vhost_vdpa_probe() The put_device() calls vhost_vdpa_release_dev() which calls ida_simple_remove() and frees "v". So this call to ida_simple_remove() is a use after free and a double free.
Product | Vendor | Version |
---|---|---|
Linux | Linux | 0 |
Linux | Linux | < a62aa84fe19eb24d083d600a074c009a0a66d4f3 |