CVE-2022-50833
Linux Kernel vulnerability analysis and mitigation

Overview

CVE-2022-50833 is a race condition vulnerability in the Linux kernel's Bluetooth subsystem, specifically in the HCI (Host Controller Interface) workqueue handling. The flaw arises from an incomplete check when queuing hdev->{cmd,ncmd}_timer works, allowing an attempt to schedule work from system_wq into hdev->workqueue while the latter is under a draining operation — an operation disallowed since commit c8efcc2589464ac7. It affects Linux kernel versions from commit 877afadad2dce8aa up to the patched commits, with fixes backported to stable branches including 5.19.15, 6.0.1, and 6.1. The vulnerability was publicly disclosed on December 30, 2025, and carries a CVSS v3.1 base score of 7.0 (High) (Red Hat Advisory, Red Hat Bugzilla).

Technical details

The root cause is a race condition (CWE-362) in the Linux kernel Bluetooth HCI layer. When hci_{cmd,ncmd}_timeout() fires, it calls queue_work(hdev->workqueue), but the timer queuing code was incorrectly using system_wq instead of hdev->workqueue, violating workqueue chaining rules enforced since commit c8efcc2589464ac7. Additionally, the absence of an RCU read lock around the queue_delayed_work() call created a window where the function could be invoked after cancel_delayed_work() had already completed, leading to a use-after-free or invalid scheduling scenario. The fix ensures hdev->workqueue is used consistently for timer work queuing and wraps the operation in an RCU read lock (Red Hat Bugzilla). Exploitation requires local access with low privileges and high attack complexity, as it depends on precise timing of Bluetooth device teardown operations.

Impact

Successful exploitation of this vulnerability could result in high confidentiality, integrity, and availability impacts on the affected system, as reflected in the CVSS v3.1 score. A local attacker with low privileges could potentially trigger a kernel crash (denial of service) or, under specific race conditions, achieve privilege escalation or arbitrary code execution within the kernel context. The scope is limited to the local system, but kernel-level compromise could enable full system takeover (Red Hat Advisory, Red Hat Bugzilla).

Mitigation and workarounds

The Linux kernel has released patches addressing this vulnerability across multiple stable branches. Fixed versions include kernel 5.19.15 (commit 3c6b036fe5c8ed8b6c4cbdc03605929882907ef0), 6.0.1 (commit c4635cf3d845a7324c25c52d549b70c8bd7ad4c7), and 6.1 (commit deee93d13d385103205879a8a0915036ecd83261). Users should update to a patched kernel version provided by their Linux distribution. As a temporary workaround, disabling Bluetooth functionality (e.g., unloading the bluetooth kernel module or blacklisting it) can reduce exposure on systems where Bluetooth is not required (Red Hat Bugzilla).

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