CVE-2026-23146
Linux Kernel vulnerability analysis and mitigation

Overview

CVE-2026-23146 is a NULL pointer dereference vulnerability in the Linux kernel's Bluetooth HCI UART driver (hci_uart) that can cause a kernel crash and denial of service. It was published on February 14, 2026, and affects multiple stable Linux kernel branches including 5.4.293–5.5, 5.10.237–5.10.249, 5.15.181–5.15.199, 6.1.135–6.1.162, 6.6.88–6.6.123, 6.12.24–6.12.69, 6.13.12–6.14, 6.14.3–6.18.9, and 6.19 release candidates. It carries a CVSS v3.1 base score of 5.5 (Medium) (Feedly).

Technical details

The root cause is a race condition (CWE-476: NULL Pointer Dereference) in hci_uart_set_proto(), where the HCI_UART_PROTO_INIT flag is set before hci_uart_register_dev() calls proto->open() to initialize hu->priv. If a TTY write wakeup event occurs during this initialization window, hci_uart_tty_wakeup() schedules write_work before hu->priv is populated. When hci_uart_write_work() subsequently executes and calls proto->dequeue(), it dereferences the uninitialized (NULL) hu->priv pointer, triggering a kernel panic. The fix moves the set_bit(HCI_UART_PROTO_INIT) call to after proto->open() succeeds, closing the race window (Feedly, Kernel Patch).

Impact

Successful exploitation results in a kernel NULL pointer dereference crash, causing a denial of service that disrupts system stability and disables Bluetooth functionality. There is no confidentiality or integrity impact — the vulnerability is limited to availability. Because the crash occurs in kernel space, it affects the entire system, not just a single process or user session (Feedly).

Mitigation and workarounds

Patches are available via the upstream Linux kernel stable tree across multiple branches. Administrators should update to fixed kernel versions: 5.4.x (before 5.5), 5.10.x (before 5.10.249), 5.15.x (before 5.15.199), 6.1.x (before 6.1.162), 6.6.x (before 6.6.123), 6.12.x (before 6.12.69), and 6.14+ (before 6.18.9). Distribution-specific updates have been issued by Ubuntu (USN-8162-1, USN-8180-1 through USN-8180-6, USN-8186-1, USN-8188-1, USN-8275-1, USN-8297-1, USN-8393-1), Oracle Linux, and Rocky Linux. As a temporary workaround, disabling or restricting local access to Bluetooth HCI UART devices can reduce exposure while patches are applied (Feedly, Ubuntu USN-8162-1, Kernel Patch).

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