CVE-2023-54211
Last modified
CVE-2023-54211 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: tracing: Fix warning in trace_buffered_event_disable() Warning happened in trace_buffered_event_disable() at WARN_ON_ONCE(!trace_buffered_event_ref) Call Trace: ? __warn+0xa5/0x1b0 ? trace_buffered_event_disable+0x189/0x1b0 __ftrace_event_enable_disable+0x19e/0x3e0 free_probe_data+0x3b/0xa0 unregister_ftrace_function_probe_func+0x6b8/0x800 event_enable_func+0x2f0/0x3d0 ftrace_process_regex.isra.0+0x12d/0x1b0 ftrace_filter_write+0xe6/0x140 vfs_write+0x1c9/0x6f0 [...] The cause of the warning is in __ftrace_event_enable_disable(), trace_buffered_event_enable() was called once while trace_buffered_event_disable() was called twice. Reproduction script show as below, for analysis, see the comments: ``` #!/bin/bash cd /sys/kernel/tracing/ # 1. Register a 'disable_event' command, then: # 1) SOFT_DISABLED_BIT was set; # 2) trace_buffered_event_enable() was called first time; echo 'cmdline_proc_show:disable_event:initcall:initcall_finish' > \ set_ftrace_filter # 2. EPSS estimates a 0.18% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: tracing: Fix warning in trace_buffered_event_disable() Warning happened in trace_buffered_event_disable() at WARN_ON_ONCE(!trace_buffered_event_ref) Call Trace: ? __warn+0xa5/0x1b0 ? trace_buffered_event_disable+0x189/0x1b0 __ftrace_event_enable_disable+0x19e/0x3e0 free_probe_data+0x3b/0xa0 unregister_ftrace_function_probe_func+0x6b8/0x800 event_enable_func+0x2f0/0x3d0 ftrace_process_regex.isra.0+0x12d/0x1b0 ftrace_filter_write+0xe6/0x140 vfs_write+0x1c9/0x6f0 [...] The cause of the warning is in __ftrace_event_enable_disable(), trace_buffered_event_enable() was called once while trace_buffered_event_disable() was called twice. Reproduction script show as below, for analysis, see the comments: ``` #!/bin/bash cd /sys/kernel/tracing/ # 1. Register a 'disable_event' command, then: # 1) SOFT_DISABLED_BIT was set; # 2) trace_buffered_event_enable() was called first time; echo 'cmdline_proc_show:disable_event:initcall:initcall_finish' > \ set_ftrace_filter # 2. Enable the event registered, then: # 1) SOFT_DISABLED_BIT was cleared; # 2) trace_buffered_event_disable() was called first time; echo 1 > events/initcall/initcall_finish/enable # 3. Try to call into cmdline_proc_show(), then SOFT_DISABLED_BIT was # set again!!! cat /proc/cmdline # 4. Unregister the 'disable_event' command, then: # 1) SOFT_DISABLED_BIT was cleared again; # 2) trace_buffered_event_disable() was called second time!!! echo '!cmdline_proc_show:disable_event:initcall:initcall_finish' > \ set_ftrace_filter ``` To fix it, IIUC, we can change to call trace_buffered_event_enable() at fist time soft-mode enabled, and call trace_buffered_event_disable() at last time soft-mode disabled.
Metrics
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 0fc1b09ff1ff404ddf753f5ffa5cd0adc8fdcdc9, < 1488d782c9e43087a3f341b8186cd25f3cf75583; >= 0fc1b09ff1ff404ddf753f5ffa5cd0adc8fdcdc9, < b4f4ab423107dc1ba8e9cc6488c645be6403d3f5; >= 0fc1b09ff1ff404ddf753f5ffa5cd0adc8fdcdc9, < cdcc35e6454133feb61561b4e0d0c80e52cbc2ba; >= 0fc1b09ff1ff404ddf753f5ffa5cd0adc8fdcdc9, < a6d2fd1703cdc8ecfc3e73987e0fb7474ae2b074; >= 0fc1b09ff1ff404ddf753f5ffa5cd0adc8fdcdc9, < 813cede7b2f5a4b1b75d2d4bb4e705cc8e063b20; >= 0fc1b09ff1ff404ddf753f5ffa5cd0adc8fdcdc9, < a3a3c7bddab9b6c5690b20796ef5e332b8c48afb; >= 0fc1b09ff1ff404ddf753f5ffa5cd0adc8fdcdc9, < 528c9d73153754defb748f0b96ad33308668d817; >= 0fc1b09ff1ff404ddf753f5ffa5cd0adc8fdcdc9, < dea499781a1150d285c62b26659f62fb00824fce |
| Linux | Linux | 4.7 |
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2023-54211?
How severe is CVE-2023-54211?
How do I fix CVE-2023-54211?
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 2023
- CVE-2023-54206In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2023-54207In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2023-54208In the Linux kernel, the following vulnerability has been re…
- CVE-2023-54209In the Linux kernel, the following vulnerability has been re…
- CVE-2023-5421An attacker who is logged into OTRS as an user with privileg…5.5
- CVE-2023-54210In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2023-54212Rejected reason: This CVE ID has been rejected or withdrawn …
- CVE-2023-54213In the Linux kernel, the following vulnerability has been re…
- CVE-2023-54214In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2023-54215In the Linux kernel, the following vulnerability has been re…
- CVE-2023-54216In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2023-54217In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2023-54211?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
