Use-after-free in Linux kernel - CVE-2026-31582
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 a use-after-free in the powerz hwmon driver when handling a USB device disconnect followed by a read operation. A local user can disconnect the device and trigger a subsequent read to cause a denial of service.
The issue occurs after the freed URB pointer is dereferenced during device access after disconnection.