
Cloud Vulnerability DB
A community-led vulnerabilities database
CVE-2026-23226 is a use-after-free vulnerability in the Linux kernel's ksmbd (in-kernel SMB server) subsystem, caused by missing synchronization on the ksmbd_chann_list xarray in multi-channel SMB sessions. The race condition occurs between lookup_chann_list() and ksmbd_chann_del() when no lock protects concurrent xarray accesses. It affects Linux kernel versions 6.3 through 6.18.10 and 6.19 through 6.19.0. Disclosed on February 18, 2026, it carries a CVSS v3.1 base score of 7.8 (High) (Red Hat Advisory, Red Hat Bugzilla).
The root cause is CWE-416 (Use After Free): the ksmbd_chann_list xarray within struct ksmbd_session is accessed concurrently by lookup_chann_list() (read path) and ksmbd_chann_del() (delete path) without any locking primitive, creating a time-of-check/time-of-use race condition in multi-channel SMB3 sessions. The fix introduces an rw_semaphore named chann_lock to struct ksmbd_session, protecting all xa_load, xa_store, and xa_erase operations. Exploitation requires a low-privilege authenticated local attacker with network access to the ksmbd service and no user interaction (Red Hat Bugzilla, Kernel Patch 1).
Successful exploitation can result in complete system compromise, including high confidentiality impact (reading sensitive kernel memory), high integrity impact (modifying kernel state), and high availability impact (system crash or denial of service). Because the vulnerability resides in kernel space, an attacker who successfully triggers the use-after-free may be able to escalate privileges or achieve arbitrary kernel code execution, potentially enabling lateral movement within the affected environment (Red Hat Advisory, Feedly).
As of the time of reporting, no public proof-of-concept exploit code has been observed, and there is no evidence of in-the-wild exploitation. The EPSS score is approximately 0.018% (0.000180), indicating a low near-term exploitation probability. The vulnerability is not listed in the CISA Known Exploited Vulnerabilities (KEV) catalog. Detection coverage exists via Nessus plugin 299441 (Tenable, Feedly).
Upgrade the Linux kernel to version 6.18.11 or later, or 6.19.1 or later, which include the fix adding rw_semaphore chann_lock to struct ksmbd_session. Patches are available via upstream kernel commits 36ef605c, 4f3a06cc, and e4a8a96a. As an interim workaround if patching is not immediately possible, disable multi-channel SMB sessions or restrict network access to the ksmbd service to trusted hosts only. Debian has also issued a security update (DSA-6238-1, linux 6.12.85+1) addressing this vulnerability (Red Hat Advisory, Debian Tracker).
Orca Security published a technical blog post analyzing the vulnerability, describing it as a missing lock in ksmbd's channel list that exposes Linux SMB3 servers to use-after-free conditions (Orca Security). The Hacker News and related outlets included it in their weekly threat bulletins, and the Yocto Project security mailing list flagged it for embedded Linux maintainers (The Hacker News, Yocto Security). openSUSE's March 2026 Tumbleweed monthly update also referenced the fix (openSUSE News).
Fix availability across major Linux distributions and their releases.
bionic
linux
bionic (esm-infra)
linux
bionic (fips-updates)
linux-fips
bionic (fips)
linux-fips
devel
linux
focal
linux
focal (esm-infra)
linux-hwe-5.15
focal (fips-updates)
linux-fips
Source: This report was generated using AI
Free Vulnerability Assessment
Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.
Get a personalized demo
"Best User Experience I have ever seen, provides full visibility to cloud workloads."
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
"We know that if Wiz identifies something as critical, it actually is."