CVE-2026-68146
Last modified
CVE-2026-68146 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: ftrace: Add global mutex to serialize trace_parser access In ftrace, the trace_parser structure is allocated and initialized when a trace file is opened, and is subsequently used across write and release handlers to parse user input. The affected handler paths and their specific functions are: - Open paths: ftrace_regex_open(), ftrace_graph_open() - Write paths: ftrace_regex_write(), ftrace_graph_write() - Release paths: ftrace_regex_release(), ftrace_graph_release() If userspace opens a trace file descriptor and shares it across multiple threads, concurrent write calls will race on the parser's internal state, specifically the 'idx', 'cont', and 'buffer' fields, leading to corrupted input or undefined behavior. Fix this by adding a global mutex, parser_lock, to serialize all access to trace_parser across write and release paths, preventing concurrent corruption of parser state..
Description
In the Linux kernel, the following vulnerability has been resolved: ftrace: Add global mutex to serialize trace_parser access In ftrace, the trace_parser structure is allocated and initialized when a trace file is opened, and is subsequently used across write and release handlers to parse user input. The affected handler paths and their specific functions are: - Open paths: ftrace_regex_open(), ftrace_graph_open() - Write paths: ftrace_regex_write(), ftrace_graph_write() - Release paths: ftrace_regex_release(), ftrace_graph_release() If userspace opens a trace file descriptor and shares it across multiple threads, concurrent write calls will race on the parser's internal state, specifically the 'idx', 'cont', and 'buffer' fields, leading to corrupted input or undefined behavior. Fix this by adding a global mutex, parser_lock, to serialize all access to trace_parser across write and release paths, preventing concurrent corruption of parser state.
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 689fd8b65d669b96d612ccc37d6fb87bf7ed6907, < 3d0dd138a06c782f8b755cd1b6f9909494514ce1; >= 689fd8b65d669b96d612ccc37d6fb87bf7ed6907, < 90be137813e1a5bdfd671e40fe28004fb959d3e4; >= 689fd8b65d669b96d612ccc37d6fb87bf7ed6907, < 65bf73bee1a4f3722208ae46afc0fa5de76b9a0a; >= 689fd8b65d669b96d612ccc37d6fb87bf7ed6907, < e807c9193d9493c7a0d039158ebb955050a76df1; >= 689fd8b65d669b96d612ccc37d6fb87bf7ed6907, < 7720b63bcef3f54c7fe288774b720a227d54a306 |
| Linux | Linux | 2.6.32 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-68146?
How severe is CVE-2026-68146?
How do I fix CVE-2026-68146?
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-68140In the Linux kernel, the following vulnerability has been re…
- CVE-2026-68141In the Linux kernel, the following vulnerability has been re…
- CVE-2026-68142In the Linux kernel, the following vulnerability has been re…
- CVE-2026-68143In the Linux kernel, the following vulnerability has been re…
- CVE-2026-68144In the Linux kernel, the following vulnerability has been re…
- CVE-2026-68145In the Linux kernel, the following vulnerability has been re…
- CVE-2026-68147In the Linux kernel, the following vulnerability has been re…
- CVE-2026-68148In the Linux kernel, the following vulnerability has been re…
- CVE-2026-68149In the Linux kernel, the following vulnerability has been re…
- CVE-2026-6815An arbitrary file write vulnerability exists in Casdoor's Lo…5.9
- CVE-2026-68150In the Linux kernel, the following vulnerability has been re…
- CVE-2026-68151In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2026-68146?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
