In the Linux kernel, the following vulnerability has been resolved:
ksmbd: fix slab-use-after-free in ksmbd_smb2_session_create
There is a race condition between ksmbd_smb2_session_create and
ksmbd_expire_session. This patch add missing sessions_table_lock
while adding/deleting session from global session table.
References
Configurations
Configuration 1 (hide)
|
History
No history.
Information
Published : 2024-11-19 02:16
Updated : 2025-03-06 17:15
NVD link : CVE-2024-50286
Mitre link : CVE-2024-50286
CVE.ORG link : CVE-2024-50286
JSON object : View
Products Affected
linux
- linux_kernel
CWE
CWE-416
Use After Free