CVE-2026-23167
Linux Kernel vulnerability analysis and mitigation

Overview

CVE-2026-23167 is a race condition vulnerability in the Linux kernel's NFC (Near Field Communication) NCI subsystem, specifically between the rfkill interface and the nci_unregister_device() function. The flaw occurs because nci_unregister_device() destroys the nci_dev.cmd_wq workqueue before unregistering the device from rfkill, leaving the device visible via rfkill after critical internal structures have been freed. Affected kernel versions include 3.2 through 5.10.248, 5.11 through 5.15.198, 5.16 through 6.1.161, 6.2 through 6.6.122, 6.7 through 6.12.68, and 6.13 through 6.18.8. It was published on February 14, 2026, and carries a CVSS v3.1 base score of 4.7 (Medium) (Feedly).

Technical details

The root cause is a concurrent execution race condition (CWE-362) in the Linux kernel NFC NCI subsystem. When nci_unregister_device() is called (e.g., from virtual_ncidev_close()), it destroys nci_dev.cmd_wq first and then calls nfc_unregister_device(), which removes the device from rfkill via rfkill_unregister(). This ordering creates a time window where rfkill can still trigger nci_close_device() on an already-destroyed workqueue, resulting in a use-after-free condition. The fix restructures the unregistration sequence to remove the rfkill interface first — by splitting nfc_unregister_device() into two functions — before destroying internal NCI structures, preventing the race (Feedly, Kernel Patch). The vulnerability was originally identified by syzbot, a kernel fuzzing tool, which reported the splat without a reproducer.

Impact

Successful exploitation can result in kernel crashes (denial of service) due to the use-after-free condition triggered when rfkill accesses freed nci_dev.cmd_wq memory. In more severe scenarios, the memory corruption could potentially be leveraged for arbitrary kernel code execution, though this is considered difficult in practice. The impact is limited to availability (kernel crash/panic) in the most likely exploitation scenario, with no confidentiality or integrity impact assessed (Feedly).

Mitigation and workarounds

Upgrade to a patched Linux kernel version: 5.10.249 or later, 5.15.199 or later, 6.1.162 or later, 6.6.123 or later, 6.12.69 or later, or 6.18.9 or later. Fixes have been backported to all affected stable branches via multiple kernel commits (Kernel Patch). Ubuntu has issued security notices (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) addressing this vulnerability (Ubuntu USN-8180-1). As a temporary workaround where patching is not immediately possible, restrict access to rfkill interfaces to trusted users only, since exploitation requires low-privilege local access (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