CVE-2023-32246
Unknown Unknown - Not Provided
BaseFortify

Publication date: 2025-08-16

Last updated on: 2025-11-18

Assigner: kernel.org

Description
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
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2025-08-16
Last Modified
2025-11-18
Generated
2026-05-27
AI Q&A
2025-08-16
EPSS Evaluated
2026-05-25
NVD
Affected Vendors & Products
Showing 4 associated CPEs
Vendor Product Version / Range
linux linux_kernel From 5.15.160 (inc) to 5.16 (inc)
linux linux_kernel From 5.15.160 (inc) to 5.16 (inc)
linux linux_kernel From 5.15.160 (inc) to 5.16 (inc)
linux linux_kernel From 5.15.160 (inc) to 5.16 (inc)
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-NVD-CWE-noinfo
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?

This vulnerability occurs in the Linux kernel's ksmbd module where a race condition happens between closing a connection and unloading the module (rmmod). The module does not call rcu_barrier() during unload, which means it can be unloaded while there are still pending RCU callbacks. This can lead to unintended execution of kernel code locally and can be used to bypass protections like Kernel Lockdown.


How can this vulnerability impact me? :

The vulnerability can allow an attacker with local access to trigger unintended execution of kernel code, potentially defeating kernel security protections such as Kernel Lockdown. This could lead to privilege escalation or other unauthorized actions on the affected system.


What immediate steps should I take to mitigate this vulnerability?

To mitigate this vulnerability, ensure that the ksmbd kernel module is updated to a version where rcu_barrier() is properly called during module unload. Avoid unloading the ksmbd module while connections are active to prevent race conditions. Applying the latest Linux kernel updates that include the fix is recommended.


Ask Our AI Assistant
Need more information? Ask your question to get an AI reply (Powered by our expertise)
0/70
EPSS Chart