CVE-2023-54211
published 2025-12-30CVE-2023-54211: In the Linux kernel, the following vulnerability has been resolved: tracing: Fix warning in trace_buffered_event_disable() Warning happened in…
PriorityP421low3.3
EPSS
0.18%
8.1th percentile
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.
Affected
21 ranges
| Vendor | Product | Version range | Fixed in |
|---|---|---|---|
| debian | linux | < linux 6.1.52-1 (bookworm) | linux 6.1.52-1 (bookworm) |
| linux | linux | — | — |
| linux | linux | >= 0fc1b09ff1ff404ddf753f5ffa5cd0adc8fdcdc9 < 1488d782c9e43087a3f341b8186cd25f3cf75583 | 1488d782c9e43087a3f341b8186cd25f3cf75583 |
| linux | linux | >= 0fc1b09ff1ff404ddf753f5ffa5cd0adc8fdcdc9 < b4f4ab423107dc1ba8e9cc6488c645be6403d3f5 | b4f4ab423107dc1ba8e9cc6488c645be6403d3f5 |
| linux | linux | >= 0fc1b09ff1ff404ddf753f5ffa5cd0adc8fdcdc9 < cdcc35e6454133feb61561b4e0d0c80e52cbc2ba | cdcc35e6454133feb61561b4e0d0c80e52cbc2ba |
| linux | linux | >= 0fc1b09ff1ff404ddf753f5ffa5cd0adc8fdcdc9 < a6d2fd1703cdc8ecfc3e73987e0fb7474ae2b074 | a6d2fd1703cdc8ecfc3e73987e0fb7474ae2b074 |
| linux | linux | >= 0fc1b09ff1ff404ddf753f5ffa5cd0adc8fdcdc9 < 813cede7b2f5a4b1b75d2d4bb4e705cc8e063b20 | 813cede7b2f5a4b1b75d2d4bb4e705cc8e063b20 |
| linux | linux | >= 0fc1b09ff1ff404ddf753f5ffa5cd0adc8fdcdc9 < a3a3c7bddab9b6c5690b20796ef5e332b8c48afb | a3a3c7bddab9b6c5690b20796ef5e332b8c48afb |
| linux | linux | >= 0fc1b09ff1ff404ddf753f5ffa5cd0adc8fdcdc9 < 528c9d73153754defb748f0b96ad33308668d817 | 528c9d73153754defb748f0b96ad33308668d817 |
| linux | linux | >= 0fc1b09ff1ff404ddf753f5ffa5cd0adc8fdcdc9 < dea499781a1150d285c62b26659f62fb00824fce | dea499781a1150d285c62b26659f62fb00824fce |
| linux | linux_kernel | >= 0 < 5.10.191-1 | 5.10.191-1 |
| linux | linux_kernel | >= 0 < 6.1.52-1 | 6.1.52-1 |
| linux | linux_kernel | >= 0 < 6.4.11-1 | 6.4.11-1 |
| linux | linux_kernel | >= 0 < 6.4.11-1 | 6.4.11-1 |
| linux | linux_kernel | >= 4.15.0 < 4.19.291 | 4.19.291 |
| linux | linux_kernel | >= 4.20.0 < 5.4.253 | 5.4.253 |
| linux | linux_kernel | >= 4.7.0 < 4.14.322 | 4.14.322 |
| linux | linux_kernel | >= 5.11.0 < 5.15.124 | 5.15.124 |
| linux | linux_kernel | >= 5.16.0 < 6.1.43 | 6.1.43 |
| linux | linux_kernel | >= 5.5.0 < 5.10.190 | 5.10.190 |
| linux | linux_kernel | >= 6.2.0 < 6.4.8 | 6.4.8 |
Stop checking back — get the weekly exploitation signal.
Every Monday: what got weaponized or added to CISA KEV in the last seven days — each CVE cross-linked to its PoC, Nuclei template, and detection rule. Free, one email a week, unsubscribe in one click.
VulDB
Linux Kernel up to 6.4.7 trace_buffered_event_disable buffer overflow (Nessus ID 319480 / WID-SEC-2025-2941)
vuldb·2026-06-07
CVE-2023-54211 [CRITICAL] Linux Kernel up to 6.4.7 trace_buffered_event_disable buffer overflow (Nessus ID 319480 / WID-SEC-2025-2941)
A vulnerability classified as critical has been found in Linux Kernel up to 6.4.7. This affects the function trace_buffered_event_disable. Performing a manipulation results in buffer overflow.
This vulnerability is reported as CVE-2023-54211. The attacker must have access to the local network to execute the attack. No exploit exists.
It is recommended to upgrade the affected component.
OSV
CVE-2023-54211: In the Linux kernel, the following vulnerability has been resolved: tracing: Fix warning in trace_buffered_event_disable() Warning happened in trace_b
osv·2025-12-30
CVE-2023-54211 CVE-2023-54211: In the Linux kernel, the following vulnerability has been resolved: tracing: Fix warning in trace_buffered_event_disable() Warning happened in trace_b
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/kerne
GHSA
GHSA-m579-rv75-wvgq: In the Linux kernel, the following vulnerability has been resolved:
tracing: Fix warning in trace_buffered_event_disable()
Warning happened in trace
ghsa_unreviewed·2025-12-30
CVE-2023-54211 GHSA-m579-rv75-wvgq: In the Linux kernel, the following vulnerability has been resolved:
tracing: Fix warning in trace_buffered_event_disable()
Warning happened in trace
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/
OSV
tracing: Fix warning in trace_buffered_event_disable()
osv·2025-12-30
CVE-2023-54211 tracing: Fix warning in trace_buffered_event_disable()
tracing: Fix warning in trace_buffered_event_disable()
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, f
Red Hat
kernel: tracing: Fix warning in trace_buffered_event_disable()
vendor_redhat·2025-12-30·CVSS 3.3
CVE-2023-54211 [LOW] CWE-911 kernel: tracing: Fix warning in trace_buffered_event_disable()
kernel: tracing: Fix warning in trace_buffered_event_disable()
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 belo
Debian
CVE-2023-54211: linux - In the Linux kernel, the following vulnerability has been resolved: tracing: Fi...
vendor_debian·2023
CVE-2023-54211 CVE-2023-54211: linux - In the Linux kernel, the following vulnerability has been resolved: tracing: Fi...
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/kerne
No detection rules found.
No public exploits indexed.
Bugzilla
CVE-2023-54211 kernel: tracing: Fix warning in trace_buffered_event_disable()
bugzilla·2025-12-30
CVE-2023-54211 [LOW] CVE-2023-54211 kernel: tracing: Fix warning in trace_buffered_event_disable()
CVE-2023-54211 kernel: tracing: Fix warning in trace_buffered_event_disable()
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
Wiz
CVE-2023-54211 Impact, Exploitability, and Mitigation Steps | Wiz
blogs_wiz
CVE-2023-54211 CVE-2023-54211 Impact, Exploitability, and Mitigation Steps | Wiz
## CVE-2023-54211 :
Linux Kernel vulnerability analysis and mitigation
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
https://git.kernel.org/stable/c/1488d782c9e43087a3f341b8186cd25f3cf75583https://git.kernel.org/stable/c/528c9d73153754defb748f0b96ad33308668d817https://git.kernel.org/stable/c/813cede7b2f5a4b1b75d2d4bb4e705cc8e063b20https://git.kernel.org/stable/c/a3a3c7bddab9b6c5690b20796ef5e332b8c48afbhttps://git.kernel.org/stable/c/a6d2fd1703cdc8ecfc3e73987e0fb7474ae2b074https://git.kernel.org/stable/c/b4f4ab423107dc1ba8e9cc6488c645be6403d3f5https://git.kernel.org/stable/c/cdcc35e6454133feb61561b4e0d0c80e52cbc2bahttps://git.kernel.org/stable/c/dea499781a1150d285c62b26659f62fb00824fce
2025-12-30
Published