In the Linux kernel, the following vulnerability has been resolved: smb: client: fix missed ses refcounting Use new cifssmbsesincrefcount() helper to get an active reference of @ses and @ses->dfsrootses (if set). This will prevent @ses->dfsrootses of being put in the next call to cifsputsmb_ses() and thus potentially causing an use-after-free bug.