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…
严重 CVSS 9.8
摘要
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…
中文摘要建设中,暂以英文摘要呈现(DR-003 v2)。
深度研判
该漏洞尚未生成深度研判报告(DR-003 v2 AI pipeline 建设中)。
数据来源
- NVD DATABASE
原始链接
- 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
时间线
- nvd_ingest NVD