Use-after-free in Linux kernel - CVE-2026-68177
Published: August 12, 2026
Vulnerability details
The vulnerability allows a local user to cause a denial of service.
The vulnerability exists due to use-after-free in the enable_event trigger handling in kernel tracing when processing active enable or disable event triggers during module removal. A local user can remove a module while a related trigger remains active to cause a denial of service.
The issue occurs because trigger execution can continue until after an RCU grace period ends.