In the Linux kernel, the following vulnerability has been resolved: net/smc: fix socket use-after-free during link group termination __smc_lgr_terminate() drops conns_lock after finding a connectio…
提示
摘要
In the Linux kernel, the following vulnerability has been resolved: net/smc: fix socket use-after-free during link group termination __smc_lgr_terminate() drops conns_lock after finding a connection in lgr->conns_all, but before taking a reference on its socket. The connection is embedded in the socket, and its registration reference protects it only while the connection remains in the tree. A concurrent close can unregister the connection and drop that reference, freeing the socket before t…
中文摘要建设中,暂以英文摘要呈现(DR-003 v2)。
深度研判
该漏洞尚未生成深度研判报告(DR-003 v2 AI pipeline 建设中)。
数据来源
- NVD DATABASE
原始链接
- https://git.kernel.org/stable/c/281c103a8eaed59001ce952f231df1b07674215a
- https://git.kernel.org/stable/c/5a42f162b857019a4c10ff687dc3bcdf51831865
- https://git.kernel.org/stable/c/f0541a775d04c88e90ba448e35ce0d743512822a
- https://git.kernel.org/stable/c/f621d6ebeebb6374342571e4ddf45fdbc420f6cd
- https://git.kernel.org/stable/c/f807a63d0d95680c34f677700da9148a07d7c78f
时间线
- nvd_ingest NVD