CVE-2026-23150
Linux Kernel vulnerability analysis and mitigation

Overview

CVE-2026-23150 is a memory leak vulnerability in the Linux kernel's NFC LLCP (Logical Link Control Protocol) implementation, specifically within the nfc_llcp_send_ui_frame() function. It affects Linux kernel versions from 3.8 through multiple stable branches up to 6.19-rc7, including 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.13.x through 6.18.x (before 6.18.9). The vulnerability was published on February 14, 2026, with patches released on March 17, 2026. It carries a CVSS v3.1 base score of 5.5 (Medium) (Feedly, kernel patches).

Technical details

The root cause is a race condition (CWE-401: Missing Release of Memory after Effective Lifetime) between nfc_llcp_send_ui_frame() and local_cleanup() in the NFC LLCP subsystem. When nfc_llcp_local is being destroyed, local_cleanup() calls nfc_llcp_socket_release() (setting sock_error(sk) to -ENXIO) and then purges local->tx_queue; however, due to insufficient synchronization, nfc_llcp_send_ui_frame() running concurrently on another CPU can allocate a new socket buffer (skb) via nfc_alloc_send_skb() and enqueue it into local->tx_queue after the purge, leaving it permanently unreleased. The issue was originally surfaced by syzbot, which reported various memory leaks related to nfc_llcp_sock, sk_buff, and nfc_dev structures. Exploitation requires local access and low privileges to interact with the NFC socket interface (Feedly).

Impact

Successful exploitation allows a local attacker with low privileges to repeatedly trigger the race condition through the NFC socket interface, causing kernel memory to leak without being freed. Over time, this exhausts available system memory, leading to a denial of service (system instability or crash). There is no confidentiality or integrity impact; the vulnerability is limited to availability (Feedly).

Mitigation and workarounds

Apply the available kernel patches, which have been backported across all affected stable branches. Patched versions include: 5.10.249, 5.15.199, 6.1.162, 6.6.123, 6.12.69, 6.18.9, and 6.19-rc8 or later. Multiple kernel commits address this issue (kernel patch 1, kernel patch 2). As a workaround for systems that cannot be immediately patched, disable NFC functionality if it is not operationally required (e.g., via modprobe -r nfc or kernel boot parameters). Ubuntu has issued multiple security notices (USN-8162-1, USN-8180-1 through USN-8180-6, USN-8186-1, USN-8188-1, USN-8275-1, USN-8297-1) addressing this CVE (Ubuntu USN-8162-1, Ubuntu USN-8180-1).

Community reactions

The vulnerability has received routine coverage from Linux security aggregators and distribution security teams, including Ubuntu, SUSE, and Red Hat, all of which have issued advisories or patches. No notable independent researcher commentary or significant social media discussion has been identified beyond standard patch tracking (Ubuntu USN-8162-1).

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