In the Linux kernel, the following vulnerability has been resolved:
RDMA/srp: bound SRP_RSP sense copy by the received length
srp_process_rsp() copies sense data from rsp->data + resp_data_len, where resp_data_len is the full 32-bit value supplied by the SRP target and is never checked against the number of bytes actually received (wc->byte_len). The copy length is bounded to SCSI_SENSE_BUFFERSIZE, so at most 96 bytes are copied, but the source offset is not bounded.
A malicious or compromised SRP target on the InfiniBand/RoCE fabric that the initiator has logged into can return an SRP_RSP with SRP_RSP_FLAG_SNSVALID set and a large resp_data_len. The receive buffer is allocated at the target-chosen max_ti_iu_len, so the source of the sense copy lands past the bytes actually received; with resp_data_len near 0xFFFFFFFF it is gigabytes past the buffer and the read faults.
Copy the sense data only if it has not been truncated, that is, only if the response header, the response data, and the sense region fit within the bytes actually received; otherwise drop the sense and log. The in-tree iSER and NVMe-RDMA receive paths already bound their parse by wc->byte_len; this brings ib_srp into line with them.
CVSS Details
- CVSS 3.1 Base Score: 9.1
- CVSS 3.1 Vector: (CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:H)
Covered by Rapid7
| Product | Vendor Advisory | Solution File | Added | Published |
|---|---|---|---|---|
| Amazon Linux Ami 2 | — | Upgrade kernel-livepatch-5.10.259-258.1043Upgrade perfUpgrade kernel-tools-develUpgrade kernel-debuginfoUpgrade bpftoolUpgrade kernel-develUpgrade kernel-tools-debuginfoUpgrade bpftool-debuginfoUpgrade kernel-debuginfo-common-aarch64Upgrade kernelUpgrade kernel-debuginfo-common-x86_64Upgrade kernel-headersUpgrade python-perf-debuginfoUpgrade python-perfUpgrade kernel-toolsUpgrade perf-debuginfo | Jul 8, 2026 | Jul 8, 2026 |
| Debian | — | Upgrade linuxUpgrade linux-6.1 | Jul 5, 2026 | Jul 5, 2026 |
| Ubuntu | — | Upgrade linux-image-aws-7.0Upgrade linux-image-genericUpgrade linux-image-gkeUpgrade linux-image-7.0.0-1010-aws-64kUpgrade linux-image-7.0.0-1011-gcp-64kUpgrade linux-image-oem-24.04Upgrade linux-image-generic-64k-hwe-26.04Upgrade linux-image-virtual-hwe-26.04Upgrade linux-image-azure-lts-26.04Upgrade linux-image-virtualUpgrade linux-image-7.0.0-2016-nvidia-bos-64kUpgrade linux-image-oracleUpgrade linux-image-7.0.0-2016-nvidia-bosUpgrade linux-image-gke-64kUpgrade linux-image-gke-7.0Upgrade linux-image-nvidia-bos-64k-7.0Upgrade linux-image-nvidia-tegra-6.8Upgrade linux-image-7.0.0-1016-nvidiaUpgrade linux-image-azure-fde-7.0Upgrade linux-image-nvidia-tegra-rtUpgrade linux-image-oem-26.04Upgrade linux-image-7.0.0-29-realtimeUpgrade linux-image-7.0.0-1010-awsUpgrade linux-image-7.0.0-29-genericUpgrade linux-image-6.8.0-1035-nvidia-tegra-rtUpgrade linux-image-7.0.0-1016-raspiUpgrade linux-image-gcp-7.0Upgrade linux-image-azure-fde-lts-26.04Upgrade linux-image-7.0.0-1010-azure-fdeUpgrade linux-image-7.0.0-29-generic-64kUpgrade linux-image-7.0.0-1010-gcp-64kUpgrade linux-image-7.0.0-29-realtime-64kUpgrade linux-image-nvidia-64k-7.0Upgrade linux-image-ibm-7.0Upgrade linux-image-nvidia-tegraUpgrade linux-image-ibmUpgrade linux-image-generic-64kUpgrade linux-image-virtual-7.0Upgrade linux-image-7.0.0-1011-gcpUpgrade linux-image-oem-24.04bUpgrade linux-image-realtime-7.0Upgrade linux-image-nvidiaUpgrade linux-image-nvidia-bos-7.0Upgrade linux-image-oracle-64k-7.0Upgrade linux-image-oracle-7.0Upgrade linux-image-7.0.0-1010-oemUpgrade linux-image-raspi-realtime-7.0Upgrade linux-image-aws-64k-7.0Upgrade linux-image-oem-24.04cUpgrade linux-image-nvidia-64kUpgrade linux-image-generic-64k-hwe-24.04Upgrade linux-image-realtime-64k-7.0Upgrade linux-image-7.0.0-1005-gkeUpgrade linux-image-realtime-hwe-26.04Upgrade linux-image-oem-24.04dUpgrade linux-image-gcp-64kUpgrade linux-image-virtual-hwe-24.04Upgrade linux-image-raspi-7.0Upgrade linux-image-oem-24.04aUpgrade linux-image-gke-64k-hwe-26.04Upgrade linux-image-nvidia-bos-64kUpgrade linux-image-6.8.0-1035-nvidia-tegraUpgrade linux-image-realtime-64kUpgrade linux-image-nvidia-tegra-rt-6.8Upgrade linux-image-nvidia-bosUpgrade linux-image-gke-64k-7.0Upgrade linux-image-raspi-realtimeUpgrade linux-image-raspiUpgrade linux-image-gke-hwe-26.04Upgrade linux-image-generic-hwe-26.04Upgrade linux-image-generic-hwe-24.04Upgrade linux-image-awsUpgrade linux-image-7.0.0-1009-oracleUpgrade linux-image-gcpUpgrade linux-image-nvidia-7.0Upgrade linux-image-nvidia-64k-hwe-26.04Upgrade linux-image-realtime-64k-hwe-26.04Upgrade linux-image-azure-7.0Upgrade linux-image-7.0.0-1011-azureUpgrade linux-image-7.0.0-1005-gke-64kUpgrade linux-image-oem-26.04aUpgrade linux-image-nvidia-hwe-26.04Upgrade linux-image-gcp-64k-7.0Upgrade linux-image-7.0.0-1016-nvidia-64kUpgrade linux-image-realtimeUpgrade linux-image-7.0.0-1011-ibmUpgrade linux-image-azure-fdeUpgrade linux-image-7.0.0-1016-raspi-realtimeUpgrade linux-image-7.0.0-1014-azureUpgrade linux-image-oem-7.0Upgrade linux-image-generic-64k-7.0Upgrade linux-image-azureUpgrade linux-image-aws-64kUpgrade linux-image-7.0.0-1010-gcpUpgrade linux-image-7.0.0-1009-oracle-64kUpgrade linux-image-oracle-64kUpgrade linux-image-generic-7.0 | Aug 13, 2026 | Aug 12, 2026 |
| Vmware Photon_os | — | Use 'tdnf update' to upgrade all packages to the latest version. | Jul 6, 2026 | Jun 25, 2026 |
Prioritise with Active Threat Intelligence
With curated Threat Intelligence, you can see which vulnerabilities truly put you at risk, prioritize what matters most, and act before attackers do.
Explore Intelligence Hub