In the Linux kernel, the following vulnerability has been resolved:
ksmbd: call rcu_barrier() in ksmbd_server_exit()
racy issue is triggered the bug by racing between closing a connection
and rmmod. In ksmbd, rcu_barrier() is not called at module unload time,
so nothing prevents ksmbd from getting unloaded while it still has RCU
callbacks pending. It leads to trigger unintended execution of kernel
code locally and use to defeat protections such as Kernel Lockdown
References
Configurations
Configuration 1 (hide)
|
History
No history.
Information
Published : 2025-08-16 14:15
Updated : 2025-11-18 18:10
NVD link : CVE-2023-32246
Mitre link : CVE-2023-32246
CVE.ORG link : CVE-2023-32246
JSON object : View
Products Affected
linux
- linux_kernel
CWE
