Description
In the Linux kernel, the following vulnerability has been resolved: net: rds: clear i_sends on setup unwind The RDS IB connection teardown path is written so it can run during partial startup and on repeated shutdown attempts. It uses NULL pointers to distinguish resources that are still owned from resources that have already been released. When rds_ib_setup_qp() fails after allocating i_sends but before allocating i_recvs, the sends_out path frees i_sends without clearing the pointer. A later shutdown pass can still treat that stale pointer as a live send ring allocation. Clear i_sends after vfree() in the error unwind path so the existing shutdown logic continues to use the correct ownership state.
References (8)
Core 8
Core References
Scores
EPSS
0.0016
EPSS Percentile
6.0%
Details
Status
published
Products (33)
linux/Kernel
4.11.0 - 5.10.259linux
linux/Kernel
5.11.0 - 5.15.210linux
linux/Kernel
5.16.0 - 6.1.176linux
linux/Kernel
6.13.0 - 6.18.36linux
linux/Kernel
6.19.0 - 7.0.13linux
linux/Kernel
6.2.0 - 6.6.143linux
linux/Kernel
6.7.0 - 6.12.94linux
Linux/Linux
< 4.11
Linux/Linux
13099ee9c7d54b0a25f6c8397675aed99e9cfa45
Linux/Linux
3.18.74 - 3.19
... and 23 more
Published
Jul 01, 2026
Tracked Since
Jul 01, 2026