CVE Wiki Pixee · CVE intelligence
← All CVEs

CVE-2026-53355

Critical · CVSS 9.8
CVSS
9.8
nvd
EPSS
KEV
No
Class
oss containerizable
CWE-476

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.

Affected packages

Linux Kernel 4.11.0 → 5.10.259
Linux Kernel 5.11.0 → 5.15.210
Linux Kernel 5.16.0 → 6.1.176
Linux Kernel 6.13.0 → 6.18.36
Linux Kernel 6.19.0 → 7.0.13
Linux Kernel 6.2.0 → 6.6.143
Linux Kernel 6.7.0 → 6.12.94

References

Status: profiled · ingested 2026-07-18T12:00:52.000Z