In the Linux kernel, the following vulnerability has been resolved: cifs: Fix oops due to uncleared server->smbdconn in reconnect In smbddestroy(), clear the server->smbdconn pointer after freeing the smbdconnection struct that it points to so that reconnection doesn't get confused.