Use-after-free in Linux kernel - CVE-2026-64492
Published: July 27, 2026
Vulnerability details
The vulnerability allows a local user to cause a denial of service.
The vulnerability exists due to a use-after-free in the tmp006 driver trigger registration logic when unloading the module after registering the DRDY trigger. A local user can trigger module unload after the trigger has been registered to cause a denial of service.
The issue occurs because the driver has no .remove() callback, leaving a dangling entry in the global trigger list after the trigger memory is freed.