Junglewise Threat Intelligence

CVE-2026-64268: Linux Kernel RDMA/siw out-of-bounds write in siw_proc_rresp

CVE-2026-64268 · Severity: info · CVSS 0 · Published 2026-07-25

Technologies: Linux Kernel. Vendors: Linux.

Executive brief

A vulnerability in the Linux kernel's RDMA (Remote Direct Memory Access) over Ethernet driver could allow a remote attacker to cause a system crash or potentially corrupt memory. The issue occurs when the system receives more data than expected during a read operation, leading to an out-of-bounds write. This affects systems using the Soft-iWARP (siw) driver for high-performance networking.

Technical details

An out-of-bounds write vulnerability exists in drivers/infiniband/sw/siw/siw_qp_rx.c within the siw_proc_rresp() function. The root cause is a failure to validate the accumulated length of inbound Read Response DDP segments against the sink buffer length on continuation segments. A remote peer can send a sequence of segments with the DDP Last flag cleared that exceeds the requested RREAD length, driving the 'wqe->processed' offset beyond the validated buffer boundary. This results in an out-of-bounds write during the subsequent siw_rx_data() call. The vulnerability is reachable over routable TCP by any established RDMA connection peer without requiring local privileges. The fix introduces bounds checking for every segment before placement.

Affected products

  • Linux Linux Kernel 8b6a361b8c48 to a31b6d18ded3cc32d9ee85a6ff0726d4274887b2

Timeline

  • 2026-07-25: disclosed
  • 2026-07-25: advisory

References

Related threats