Security Advisory

CVE-2023-52795

CVE vulnerability detail — eXtreme Datacenter Security Operations

Published 2024-05-21 15:31:09
Last updated 2026-05-11 19:33:16
Assigner Linux
State PUBLISHED

Description

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.