CVE-2026-90014: tracing: Have show_event_filters/triggers files take trace array ref

Published Sep 16, 2026
·
Updated

In the Linux kernel, the following vulnerability has been resolved:

tracing: Have showeventfilters/triggers files take trace array ref

The newly added files showeventfilters and showeventtriggers that show all filters or triggers that are set within the trace array do not take a reference for the trace array it is showing. Without taking a reference, the tracearray may be freed via "rmdir" while a task is reading one of theses files. Those files iterate all the events within an instance (tracearray) and nothing prevents that instance from being freed while its data is being read. This causes a use-after-free crash.

Have the open of both those files take the tracearray reference via the tracearrayget() that prevents the tracearray from being freed while the files are opened.

Affected Software

1 affected component
Linux Kernel

Event History

Sep 16, 2026
CVE Published
via MITRE·10:33 AM
Data Sourced
via MITRE·10:33 AM
Description

Frequently Asked Questions

1

What conditions are required to trigger the issue?

A task must be reading the show_event_filters or show_event_triggers file for a trace instance while that same trace array is removed with rmdir. The affected files iterate events in the instance without holding a reference to keep the instance allocated.

2

What is the practical impact?

The trace array can be freed while it is still being read, resulting in a use-after-free crash.

3

What can be done before the fix is available?

Avoid removing a trace instance with rmdir while show_event_filters or show_event_triggers for that instance may be open or read. Coordinate access so readers finish before the instance is removed.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203