Acknowledged
Created: Oct 31, 2025
Updated: Nov 3, 2025
Found In Version: 10.24.33.1
Severity: Standard
Applicable for: Wind River Linux LTS 24
Component/s: Kernel
In the Linux kernel, the following vulnerability has been resolved:[EOL][EOL]smb: client: Fix refcount leak for cifs_sb_tlink[EOL][EOL]Fix three refcount inconsistency issues related to `cifs_sb_tlink`.[EOL][EOL]Comments for `cifs_sb_tlink` state that `cifs_put_tlink()` needs to be[EOL]called after successful calls to `cifs_sb_tlink()`. Three calls fail to[EOL]update refcount accordingly, leading to possible resource leaks.