CVE-2023-54071
Linux Kernel vulnerability analysis and mitigation

Overview

CVE-2023-54071 is a vulnerability in the Linux kernel's rtw88 Wi-Fi driver (Realtek wireless) where the ieee80211_ops::sta_rc_update callback performs a voluntary context switch within an RCU (Read-Copy-Update) read-side critical section, triggering a kernel warning. The issue arises because ieee80211_chan_bw_change() holds the RCU read lock while calling drv_sta_rc_update(), which in turn performs blocking USB operations (via usb_control_msg), violating RCU atomicity requirements. It was published on December 24, 2025, and affects the Linux kernel. The EPSS score is approximately 0.017% (very low), indicating minimal exploitation probability (Feedly).

Technical details

The root cause is a concurrency/locking violation (CWE-667: Improper Locking) in the rtw88 driver's sta_rc_update implementation. When a channel bandwidth change occurs, ieee80211_chan_bw_change() holds the RCU read lock and calls drv_sta_rc_update(), which eventually invokes rtw_fw_send_ra_info()rtw_fw_send_h2c_command()rtw_usb_read8()usb_control_msg(), a blocking USB operation that triggers a context switch. This voluntary context switch within an RCU read-side critical section is illegal and produces a kernel WARNING at rcu_note_context_switch+0x571. The fix defers the rate update to a kernel work queue (work_struct) so that the blocking operation occurs outside the RCU critical section (Feedly).

Impact

Exploitation of this vulnerability can cause kernel warnings and potential system instability on Linux systems using Realtek Wi-Fi adapters driven by the rtw88 USB driver. The primary impact is availability — the RCU violation can lead to kernel warnings, undefined behavior in RCU-protected data structures, and in severe cases, kernel panics or system crashes. There is no known confidentiality or integrity impact, and the vulnerability is not exploitable for privilege escalation or remote code execution (Feedly).

Mitigation and workarounds

The Linux kernel maintainers resolved this issue by refactoring the rtw88 driver to use a kernel work queue (work_struct) for rate updates, ensuring the blocking USB operation occurs outside the RCU read-side critical section. Patches are available in the stable kernel tree at the referenced git commits (commits 107677a8f435, bcafcb959a57, and dd3af22323e7). Users should update to a patched Linux kernel version that includes these fixes. No configuration-based workaround is known; upgrading the kernel is the recommended remediation (Feedly).

Additional resources


SourceThis report was generated using AI

Related Linux Kernel vulnerabilities:

CVE ID

Severity

Score

Technologies

Component name

CISA KEV exploit

Has fix

Published date

CVE-2026-64557NONEN/A
  • Linux Kernel logoLinux Kernel
  • kernel-rt-selftests-internal
NoNoJul 29, 2026
CVE-2026-64556NONEN/A
  • Linux Kernel logoLinux Kernel
  • kernel-64k-devel
NoNoJul 29, 2026
CVE-2026-64555NONEN/A
  • Linux Kernel logoLinux Kernel
  • linux-azure-fde-6.14
NoNoJul 27, 2026
CVE-2026-64554NONEN/A
  • Linux Kernel logoLinux Kernel
  • linux-gcp-6.14
NoYesJul 27, 2026
CVE-2026-64553NONEN/A
  • Linux Kernel logoLinux Kernel
  • kernel-rt-64k-debug-modules-internal
NoYesJul 27, 2026

Free Vulnerability Assessment

Benchmark your Cloud Security Posture

Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.

Request assessment

Get a personalized demo

Ready to see Wiz in action?

"Best User Experience I have ever seen, provides full visibility to cloud workloads."
David EstlickCISO
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
Adam FletcherChief Security Officer
"We know that if Wiz identifies something as critical, it actually is."
Greg PoniatowskiHead of Threat and Vulnerability Management