NULL pointer dereference in Linux kernel - CVE-2026-64451
Published: July 27, 2026
Vulnerability details
The vulnerability allows a local user to cause a denial of service.
The vulnerability exists due to a NULL pointer dereference in func_set_flag() in the tracing subsystem when writing to a function tracer option file after the active tracer has been switched to a different tracer. A local user can write to the option file in that state to cause a denial of service.
The issue is triggered when a process keeps a function tracer option file open and the current tracer is changed before a subsequent write occurs.