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
No history.
Information
Published : 2026-02-18 16:22
Updated : 2026-06-17 10:21
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
