CVE-2024-35870
Linux Linux, linux kernel
In the Linux kernel, the following vulnerability has been resolved: smb: client: fix UAF in smb2_reconnect_server() The UAF bug is due to smb2_reconnect_server() accessing a session that is already being teared down by another thread that is executing __cifs_put_smb_ses(). This can happen when (a) the client has connection to the server but no session or (b) another thread ends up setting @ses->ses_status again to something different than SES_EXITING. To fix this, we need to make sure to unconditionally set @ses->ses_status to SES_EXITING and prevent any other threads from setting a new sta...
- CVSS
- 9.8
- EPSS
- 0.61% 46.0% percentile
- CISA KEV
- Not listed
- Published
- 2024.05.19