Use-after-free in Linux kernel - CVE-2026-31578
Published: April 25, 2026
Linux kernel
Detailed vulnerability description
The vulnerability allows a local user to cause a denial of service.
The vulnerability exists due to use-after-free in the as102_usb driver release path when handling a previously opened device file during device deregistration or disconnect. A local user can open the device node before deregistration and later close the file descriptor to cause a denial of service.
The issue can also result in a double free when the final open file descriptor is released after the device structure was already freed on the probe error path.