Junglewise Threat Intelligence

CVE-2026-53186: Linux kernel out-of-bounds read in RDMA SRP initiator

CVE-2026-53186 · Severity: info · CVSS 0 · Published 2026-06-25

Technologies: Linux Kernel. Vendors: Linux.

Executive brief

A vulnerability in the Linux kernel's SCSI RDMA Protocol (SRP) implementation could allow a compromised storage server to crash a connected client. By sending a specially crafted response message, the server can trigger an out-of-bounds memory read on the client system. This primarily impacts the stability and availability of systems using InfiniBand or RoCE storage networking.

Technical details

The vulnerability exists in the srp_process_rsp() function within drivers/infiniband/ulp/srp/ib_srp.c. The function copies SCSI sense data using an offset (resp_data_len) provided by the SRP target without verifying that the offset and the subsequent sense data fit within the actual received byte length (wc->byte_len). An attacker-controlled target can provide a large 32-bit resp_data_len value, causing the memcpy source address to point far beyond the allocated receive buffer, resulting in a kernel read fault. The fix introduces bounds checking to ensure the response header, data, and sense regions are contained within the received message length.

Affected products

  • Linux Linux kernel 3.x, 4.x, 5.x, 6.x

Timeline

  • 2026-06-02: other: Patch submitted by researcher
  • 2026-06-25: advisory: CVE published

References

Related threats