CVE-2026-64136
CVE-2026-64136 fixes a race condition in the Linux kernel SMB client (CIFS) by adding the missing lock around tc_count in smb2_find_smb_sess_tcon_unlocked(). The root cause was refactoring that altered locking for tc_lock/tcon fields, leaving tc_count increment without synchronization. The patch ...