CVE-2026-23226: ksmbd: add chann_lock to protect ksmbd_chann_list xarray
In the Linux kernel, the following vulnerability has been resolved:
ksmbd: add chann_lock to protect ksmbd_chann_list xarray
ksmbd_chann_list xarray lacks synchronization, allowing use-after-free in
multi-channel sessions (between lookup_chann_list() and ksmbd_chann_del).
Adds rw_semaphore chann_lock to struct ksmbd_session and protects
all xa_load/xa_store/xa_erase accesses.
Security readout for executives and security teams
Plain-English summary
This is a Linux kernel SMB server flaw in ksmbd. A logged-in network user could potentially trigger memory misuse during multi-channel SMB sessions, risking confidentiality, integrity, and availability. It matters most on Linux systems that expose ksmbd-based SMB file sharing.
Executive priority
Prioritize remediation where ksmbd provides file sharing across untrusted or large internal networks. The vulnerability is high severity and network reachable after authentication, but available evidence does not establish active exploitation.
Technical view
ksmbd_chann_list used an xarray without synchronization. The CVE describes a race between lookup_chann_list() and ksmbd_chann_del that can cause use-after-free in multi-channel sessions. The kernel fix adds chann_lock, an rw_semaphore in struct ksmbd_session, and protects xa_load, xa_store, and xa_erase access.
Likely exposure
Exposure is likely limited to Linux systems running the in-kernel ksmbd SMB server, especially where SMB is network reachable and multi-channel sessions are possible. The CVE lists affected Linux versions and specific kernel commit ranges, but distribution package impact must be confirmed through vendor advisories.
Exploitation context
The CVE has CVSS 8.8 with network attack vector, low complexity, low privileges required, and no user interaction. The source bundle does not show CISA KEV listing or cited evidence of active exploitation. Treat exploitation status as unconfirmed.
Researcher notes
Focus validation on ksmbd multi-channel session handling and whether vendor kernels backported chann_lock protection around ksmbd_chann_list xarray operations. Evidence is limited to the CVE record and kernel stable commits; no exploit details or real-world exploitation are cited.
Mitigation direction
Apply vendor kernel updates that include the referenced ksmbd stable fixes.
Prioritize internet-facing or broadly reachable ksmbd SMB servers.
Restrict ksmbd SMB access to trusted networks until updated.
If ksmbd is not required, disable it according to vendor guidance.
Track distribution advisories for exact fixed package versions.
Validation and detection
Inventory Linux hosts running kernels in the affected version ranges.
Identify systems using ksmbd rather than only user-space SMB services.
Confirm installed kernels include the referenced stable commits or vendor backports.
Review SMB exposure boundaries and authentication requirements.
Retest after patching to confirm the fixed kernel is active.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cve · low confidence lookup
CVE-2026-23226 mapping review
Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
1CVSS vectors
3Timeline events
0ADP providers
5Source links
CVSS vector scores
1 official score
We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.