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…
Info
Summary
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…
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/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
Timeline
- nvd_ingest NVD