CVE-2024-35865: kernel: smb: client: fix potential UAF in smb2_is_valid_oplock_break()
Severity: Critical
CVSS Score: 9.8
In the Linux kernel, the following vulnerability has been resolved:
smb: client: fix potential UAF in smb2_is_valid_oplock_break()
Skip sessions that are being teared down (status == SES_EXITING) to
avoid UAF.