Improper resource shutdown or release in Linux kernel - CVE-2026-46060
Published: May 28, 2026
Linux kernel
Detailed vulnerability description
The vulnerability allows a local user to cause a denial of service.
The vulnerability exists due to improper resource shutdown in IRQ handler cleanup in the qat driver when handling a device probe failure after partial initialization. A local user can trigger a probe failure after adf_dev_up() partially completes to cause a denial of service.
The issue occurs because IRQ handlers can remain attached while MSI-X vectors are released during devres cleanup.