Use-after-free in Linux kernel - CVE-2026-64080
Published: July 20, 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 arm ffa notification handlers in drivers/firmware/arm_ffa/driver.c when handling notification callbacks during concurrent notifier unregistration. A local user can trigger notification handling while causing a notifier entry to be unregistered and freed to cause a denial of service.
The issue affects both the framework and non-framework notification paths.