CVE-2026-89635 — Linux: The reader in ksmbd_close_fd_app_instance_id() validates only opinfo->conn, which is still live thanks to the
In the Linux kernel, the following vulnerability has been resolved: ksmbd: only rebind the reopened file's own oplock on durable reconnect ksmbd_reopen_durable_fd() walks the inode's m_op_list and rebinds every detached oplock to the reconnecting session: list_for_each_entry_rcu(op, &ci->m_op_list, op_entry, lockdep_is_held(&ci->m_lock)) { if (op->conn) continue; op->conn = ksmbd_conn_get(fp->conn); op->sess = work->sess; } The only key is op->conn == NULL, CVSSv3.1 9.8 (CRITICAL) · EPSS 10th percentile