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.
References
Configurations
Configuration 1 (hide)
|
History
02 Mar 2026, 20:16
| Type | Values Removed | Values Added |
|---|---|---|
| CVSS |
v2 : v3 : |
v2 : unknown
v3 : 7.8 |
| CWE | CWE-416 | |
| First Time |
Linux
Linux linux Kernel |
|
| References | () https://git.kernel.org/stable/c/36ef605c0395b94b826a8c8d6f2697071173de6e - Patch | |
| References | () https://git.kernel.org/stable/c/4f3a06cc57976cafa8c6f716646be6c79a99e485 - Patch | |
| References | () https://git.kernel.org/stable/c/e4a8a96a93d08570e0405cfd989a8a07e5b6ff33 - Patch | |
| CPE | cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* |
23 Feb 2026, 04:16
| Type | Values Removed | Values Added |
|---|---|---|
| References |
|
|
| Summary |
|
18 Feb 2026, 16:22
| Type | Values Removed | Values Added |
|---|---|---|
| New CVE |
Information
Published : 2026-02-18 16:22
Updated : 2026-03-02 20:16
NVD link : CVE-2026-23226
Mitre link : CVE-2026-23226
CVE.ORG link : CVE-2026-23226
JSON object : View
Products Affected
linux
- linux_kernel
CWE
CWE-416
Use After Free
