In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix use-after-free in oplock break notification smb2_oplock_break_noti() reads opinfo->conn without any lock and dereferen…
Critical CVSS 9.8
Summary
In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix use-after-free in oplock break notification smb2_oplock_break_noti() reads opinfo->conn without any lock and dereferences it after two allocations which may sleep. When the durable handle owning the oplock is disconnected, session_fd_check() clears opinfo->conn and drops its conn reference under ci->m_lock, and the last ksmbd_conn_put() frees the connection. A break triggered by another connection that races with…
In-depth triage
No in-depth report has been generated yet (DR-003 v2 AI pipeline is under construction).
Sources
- NVD DATABASE
Original Links
- https://git.kernel.org/stable/c/0e753899627b5e28a9fea8bca98262a6f65a2452
- https://git.kernel.org/stable/c/5de0527f782430b1109a447646e32033ad018a6a
- https://git.kernel.org/stable/c/8cc98db4fc590e6c7d9db6529320982ee16c5d1d
- https://git.kernel.org/stable/c/c8279ae8df68cce9cd3b785e85f7a86c80a46e78
Timeline
- nvd_ingest NVD