Not a U.S. government website. NDD is an independent vulnerability database by Volerion and is not affiliated with or endorsed by NIST or NVD.
VOLERION
Volerion Security Research

NOT DEFERRED DATABASE

VULNERABILITIES

CVE-2026-53355 Details

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.

Metrics

CVSS 3.x Severity and Vector Strings:

References to Advisories, Solutions, and Tools

By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.

Weakness Enumeration

CWE-IDCWE NameSource
CWE-476NULL Pointer Dereference[email protected]

Affected Products

ProductVersions
linux linux kernel
>= 3.18.74, < 3.19
>= 4.1.46, < 4.2
>= 4.4.91, < 4.5
>= 4.9.54, < 4.10
>= 4.11.1, < 5.10.259

CPE

  • cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:4.11:-:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:4.11:rc3:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:4.11:rc4:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:4.11:rc5:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:4.11:rc6:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:4.11:rc7:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:4.11:rc8:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:7.1:rc1:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:7.1:rc2:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:7.1:rc3:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:7.1:rc4:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:7.1:rc5:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:7.1:rc6:*:*:*:*:*:*

Remediation

  • No remediation found in references.

Change History

3 change records found show changes


QUICK INFO

CVE Dictionary Entry:
CVE-2026-53355
NVD Published Date:
Jul 1, 2026
NVD Last Modified:
Jul 22, 2026
Source:
kernel.org
CVE-2026-53355 Details - Not Deferred