CVE-2026-97933
Last modified
CVE-2026-97933 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: tracing: Take trace_array reference when opening a tracer options file When a tracer option file is opened, it is passed a descriptor that points to an element on the trace_array's topts array. This element has information to find the trace array and other information.
Description
In the Linux kernel, the following vulnerability has been resolved: tracing: Take trace_array reference when opening a tracer options file When a tracer option file is opened, it is passed a descriptor that points to an element on the trace_array's topts array. This element has information to find the trace array and other information. It uses this element to take a reference of the trace_array so that the trace_array does not get removed while this file is opened. Unfortunately, there's a race condition where the element itself could be freed by the removal of the instance the trace_array represents causing a use-after-free as this element that is used to find the trace_array to increment its reference counter is also freed when the instance is removed. To solve this, add a trace_array_tracer_options_get() helper function that will take the address of the element that is passed to the open function by the inode->i_private pointer and search all the trace_arrays under a lock to find the one that the element's address is in the range of the trace_arrays topts array elements. When a match happens, that trace_array's reference would be increased. Note, there's a race where if an admin was deleting and creating trace instances at the same time and the memory of the old trace_array's array matched the memory of the new trace_array that it could in theory open the option from the wrong trace array. But we do not care because it would be stupid to perform that kind of action. As long as the only thing that can happen is that the option from the wrong trace array is used and doesn't crash the kernel it will only make the user confused. But if they are doing something stupid like this, they are already confused, so no harm done.
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 7e2cfbd2d3c86afcd5c26b5c4b1dd251f63c5838, < b2fb87d29ffb3a7a9ccc5acf12898ecb80587427; >= 7e2cfbd2d3c86afcd5c26b5c4b1dd251f63c5838, < ed0aff60f83a9bdc2f6556376ac79c96b3ce7e80; 952e477f908048145a5eb2ed3d431d9efc1e1073; b3183f5f05cd867f5c17122773ca5aa8d07b51af; bf38c1d29f8bfe9631b62a67f8dd1b8f7efb7139; 2617afde0c3db285778734b0ccad9a55b4f9cda2; 586787a0331aa2d7d244e9c4400d2a73295b0cf0; >= 5.4.257, < 5.5; >= 5.10.197, < 5.11; >= 5.15.133, < 5.16; >= 6.1.55, < 6.2; >= 6.5.5, < 6.6 |
| Linux | Linux | 6.6 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-97933?
How severe is CVE-2026-97933?
How do I fix CVE-2026-97933?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-97928In the Linux kernel, the following vulnerability has been re…
- CVE-2026-97929In the Linux kernel, the following vulnerability has been re…
- CVE-2026-9793A flaw was found in Keycloak. When a JSON Web Encryption (JW…7.5
- CVE-2026-97930In the Linux kernel, the following vulnerability has been re…
- CVE-2026-97931In the Linux kernel, the following vulnerability has been re…7
- CVE-2026-97932In the Linux kernel, the following vulnerability has been re…
- CVE-2026-97934In the Linux kernel, the following vulnerability has been re…
- CVE-2026-97935In the Linux kernel, the following vulnerability has been re…
- CVE-2026-97936In the Linux kernel, the following vulnerability has been re…
- CVE-2026-97937In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-97938In the Linux kernel, the following vulnerability has been re…
- CVE-2026-97939In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2026-97933?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
