NULL pointer dereference in Linux kernel - CVE-2026-68174
Published: August 12, 2026
Vulnerability details
The vulnerability allows a local user to cause a denial of service.
The vulnerability exists due to an invalid pointer dereference in __ftrace_set_clr_event_nolock() and update_event_fields() when filtering or setting events for a specific module on dynamic events. A local user can write a module-specific event filter such as ':mod:' to trigger a kernel crash and cause a denial of service.
Exploitation requires a dynamic event with a non-zero reference count, such as one with active event triggers or perf attachments.