In the Linux kernel, the following vulnerability has been resolved:
ksmbd: fix user-after-free from session log off
There is racy issue between smb2 session log off and smb2 session setup.
It will cause user-after-free from session log off.
This add session_lock when setting SMB2_SESSION_EXPIRED and referece
count to session struct not to free session while it is being used.
References
Configurations
Configuration 1 (hide)
|
History
No history.
Information
Published : 2024-10-29 01:15
Updated : 2025-04-25 15:15
NVD link : CVE-2024-50086
Mitre link : CVE-2024-50086
CVE.ORG link : CVE-2024-50086
JSON object : View
Products Affected
linux
- linux_kernel
CWE
CWE-416
Use After Free