In the Linux kernel, the following vulnerability has been resolved: rxrpc, afs: Fix peer hash locking vs RCU callback In its address list, afs now retains pointers to and refs on one or more rxrpc_…
High CVSS 7.5
Summary
In the Linux kernel, the following vulnerability has been resolved: rxrpc, afs: Fix peer hash locking vs RCU callback In its address list, afs now retains pointers to and refs on one or more rxrpc_peer objects. The address list is freed under RCU and at this time, it puts the refs on those peers. Now, when an rxrpc_peer object runs out of refs, it gets removed from the peer hash table and, for that, rxrpc has to take a spinlock. However, it is now being called from afs's RCU cleanup, which…
In-depth triage · Auto channel
No in-depth report has been generated yet (DR-003 v2 AI pipeline is under construction).
Affected products
- :
Sources
- NVD DATABASE
Original Links
- https://git.kernel.org/stable/c/0e77dd41689637ac4e1b8fe0f27541f373640855 Patch
- https://git.kernel.org/stable/c/10ba5a3d57af20e494e0d979d1894260989235dd Patch
- https://git.kernel.org/stable/c/79d458c13056559d49b5e41fbc4b6890e68cf65b Patch
Timeline
- nvd_ingest NVD