Use-after-free in Linux kernel - CVE-2026-45977
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 a use-after-free in the fw_log handling code when processing mailbox interrupts during device teardown. A local user can trigger concurrent teardown and fw_log access to cause a denial of service.
The issue arises from a race condition between the mailbox interrupt handler and the device removal path.