| Summary | In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix use-after-free in __ksmbd_close_fd() via durable scavenger When a durable file handle survives session disconnect (TCP close without Later, when the durable scavenger thread times out and calls spin_lock(&fp->conn->llist_lock); This caused a slab use-after-free because fp->conn was NULL and the The root cause is asymmetric cleanup: lock entries (smb_lock->clist) were To fix this issue properly, we need to handle the lifetime of |
|---|---|
| Publication Date | May 1, 2026, 11:16 p.m. |
| Registration Date | May 2, 2026, 4:06 a.m. |
| Last Update | May 2, 2026, 12:24 a.m. |