First published: Tue Nov 19 2024(Updated: )
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.
Credit: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Affected Software | Affected Version | How to fix |
---|---|---|
Linux Kernel | <6.1.117 | |
Linux Kernel | >=6.2<6.6.61 | |
Linux Kernel | >=6.7<6.11.8 | |
Linux Kernel | =6.12-rc1 | |
Linux Kernel | =6.12-rc2 | |
Linux Kernel | =6.12-rc3 | |
Linux Kernel | =6.12-rc4 | |
Linux Kernel | =6.12-rc5 | |
Linux Kernel | =6.12-rc6 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2024-50286 is classified as a critical vulnerability due to its potential to lead to a use-after-free condition in the Linux kernel.
To mitigate CVE-2024-50286, users should upgrade to the latest version of the Linux kernel that includes the relevant patch.
CVE-2024-50286 affects multiple versions of the Linux kernel from 6.1.117 up to but not including 6.2, as well as several release candidate versions of 6.12.
CVE-2024-50286 involves a race condition between session creation and expiration in the ksmbd module of the Linux kernel.
CVE-2024-50286 specifically addresses issues within the ksmbd service, but it may have implications for systems relying on similar networking functionalities.