Race Condition Vulnerability in Linux Kernel Affecting Ftrace Operations
CVE-2026-90002

Currently unrated

Key Information:

Vendor

Linux

Status
Vendor
CVE Published:
16 September 2026

What is CVE-2026-90002?

A race condition vulnerability has been identified in the Linux kernel related to ftrace operations. This vulnerability occurs due to improper handling of trace instances when using specific ftrace operation files, such as set_ftrace_filter and set_ftrace_notrace. In scenarios where these files are accessed simultaneously while an instance is being removed, there exists a risk that the underlying ftrace operations could be freed, leading to a potential use-after-free situation that may crash the kernel. To mitigate this issue, implementations must ensure that the trace_array is properly referenced before access to ftrace_ops. This involves passing the trace_array as file private data, thereby avoiding the use of freed memory and maintaining system stability.

Affected Version(s)

Linux 591dffdade9f07692a7dd3ed16830ec24e901ece < 83fd7eca5ab0d3ac3f23bff889175d847e21af06

Linux 591dffdade9f07692a7dd3ed16830ec24e901ece

Linux 591dffdade9f07692a7dd3ed16830ec24e901ece < 9100191e5acb2e5ea2313f436667bb5fce129f47

References

Timeline

  • Vulnerability published

  • Vulnerability Reserved

.