Junglewise Threat Intelligence

CVE-2026-53077: Linux Kernel RDS/IB namespace restriction bypass

CVE-2026-53077 · Severity: info · CVSS 0 · Published 2026-06-24

Technologies: Linux Kernel. Vendors: Linux.

Executive brief

A vulnerability in the Linux kernel's Reliable Datagram Sockets (RDS) implementation over InfiniBand (IB) could allow improper behavior when used within isolated network environments (namespaces). This issue occurs because the RDS/IB code was not designed to handle non-standard network configurations, potentially leading to system instability or unexpected network behavior. The fix restricts RDS/IB usage to the primary system network namespace to ensure operational integrity.

Technical details

A vulnerability was identified in the Linux kernel's RDS (Reliable Datagram Sockets) over InfiniBand (IB) transport where the implementation does not correctly support network namespaces other than the initial namespace (init_net). An attacker with the ability to create or manipulate network namespaces could potentially trigger undefined behavior or kernel errors by attempting to use RDS/IB in a non-initial namespace. The root cause is that the RDS/IB subsystem lacks the necessary namespace-aware logic required for safe operation in containerized or isolated environments. The fix introduces checks in 'net/rds/af_rds.c' and 'net/rds/ib.c' to restrict RDS/IB transport selection and address checks to the initial network namespace.

Affected products

  • Linux Linux Kernel 4.3 to 6.6.141

Timeline

  • 2026-06-24: disclosed
  • 2026-06-24: advisory

References

Related threats