In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix UAF issue in ksmbdtcpnewconnection() The race is between the handling of a new TCP connection and its disconnection. It leads to UAF on struct tcp_transport
in ksmbdtcpnewconnection() function.