CVE-2026-64268
RDMA/siw: bound Read Response placement to the RREAD length
Description
In the Linux kernel, the following vulnerability has been resolved: RDMA/siw: bound Read Response placement to the RREAD length In drivers/infiniband/sw/siw/siw_qp_rx.c, siw_proc_rresp() places each inbound Read Response DDP segment at sge->laddr + wqe->processed and then accumulates wqe->processed, but it never checks the running total against the sink buffer length on continuation segments. siw_check_sge() resolves and validates the sink memory only on the first fragment (the if (!*mem) branch), and siw_rresp_check_ntoh() compares the cumulative length against wqe->bytes only on the final segment (the !frx->more_ddp_segs guard). A connected siw peer that answers an outstanding RREAD with Read Response segments that keep the DDP Last flag clear, carrying more total payload than the RREAD requested, drives wqe->processed past the validated sink buffer; the next siw_rx_data() call writes out of bounds at sge->laddr + wqe->processed. siw runs iWARP over ordinary routable TCP, so the peer is the remote end of an established RDMA connection and needs no local privilege. Bound every segment before placement, exactly as siw_proc_send() and siw_proc_write() already do for their tagged and untagged paths, and terminate the connection with a base-or-bounds DDP error when the Read Response would overrun the sink buffer. This is the second receive-path length fix for this file. A separate change rejects an MPA FPDU length that underflows the per-fragment remainder in the header decode; that guard does not cover this case, because here each individual segment length is self-consistent and only the accumulated placement offset overruns the buffer.
INFO
Published Date :
July 25, 2026, 10:17 a.m.
Last Modified :
Aug. 17, 2026, 5:17 a.m.
Remotely Exploit :
Yes !
Source :
416baaa9-dc9f-4396-8d5f-8c081fb06d67
CVSS Scores
| Score | Version | Severity | Vector | Exploitability Score | Impact Score | Source |
|---|---|---|---|---|---|---|
| CVSS 3.1 | CRITICAL | 416baaa9-dc9f-4396-8d5f-8c081fb06d67 |
Solution
- Bound every segment before placement.
- Terminate connection on buffer overrun.
- Apply the provided patch.
References to Advisories, Solutions, and Tools
Here, you will find a curated list of external links that provide in-depth
information, practical solutions, and valuable tools related to
CVE-2026-64268.
CWE - Common Weakness Enumeration
While CVE identifies
specific instances of vulnerabilities, CWE categorizes the common flaws or
weaknesses that can lead to vulnerabilities. CVE-2026-64268 is
associated with the following CWEs:
Common Attack Pattern Enumeration and Classification (CAPEC)
Common Attack Pattern Enumeration and Classification
(CAPEC)
stores attack patterns, which are descriptions of the common attributes and
approaches employed by adversaries to exploit the CVE-2026-64268
weaknesses.
We scan GitHub repositories to detect new proof-of-concept exploits. Following list is a collection of public exploits and proof-of-concepts, which have been published on GitHub (sorted by the most recently updated).
Results are limited to the first 15 repositories due to potential performance issues.
The following list is the news that have been mention
CVE-2026-64268 vulnerability anywhere in the article.
The following table lists the changes that have been made to the
CVE-2026-64268 vulnerability over time.
Vulnerability history details can be useful for understanding the evolution of a vulnerability, and for identifying the most recent changes that may impact the vulnerability's severity, exploitability, or other characteristics.
-
CVE Modified by 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Aug. 17, 2026
Action Type Old Value New Value Changed Affected [{'repo': 'https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git', 'vendor': 'Linux', 'product': 'Linux', 'versions': [{'status': 'affected', 'version': '8b6a361b8c482f22ac99c3273285ff16b23fba91', 'lessThan': 'a31b6d18ded3cc32d9ee85a6ff0726d4274887b2', 'versionType': 'git'}, {'status': 'affected', 'version': '8b6a361b8c482f22ac99c3273285ff16b23fba91', 'lessThan': '595e6537ad1a210da32cbb9a7f91aa73090915ba', 'versionType': 'git'}, {'status': 'affected', 'version': '8b6a361b8c482f22ac99c3273285ff16b23fba91', 'lessThan': '3ef7e052cbd05a8b13a51a07b185a39ec93ee1cf', 'versionType': 'git'}, {'status': 'affected', 'version': '8b6a361b8c482f22ac99c3273285ff16b23fba91', 'lessThan': 'b2e26c955f8dd7e8d3f16c858db05245ea4fa817', 'versionType': 'git'}, {'status': 'affected', 'version': '8b6a361b8c482f22ac99c3273285ff16b23fba91', 'lessThan': '6bc89f34a4597f9f6d41f7a60c67a3153bfe8851', 'versionType': 'git'}, {'status': 'affected', 'version': '8b6a361b8c482f22ac99c3273285ff16b23fba91', 'lessThan': '423a78ff7928c2601013f73ec6d896f5597d0df5', 'versionType': 'git'}, {'status': 'affected', 'version': '8b6a361b8c482f22ac99c3273285ff16b23fba91', 'lessThan': '75c93cd3c421890f49ea93f0b978b9b7bb10e5e3', 'versionType': 'git'}, {'status': 'affected', 'version': '8b6a361b8c482f22ac99c3273285ff16b23fba91', 'lessThan': '7d29f7e9dbd844cae4d3e559cf78324b9642fd6b', 'versionType': 'git'}], 'programFiles': ['drivers/infiniband/sw/siw/siw_qp_rx.c'], 'defaultStatus': 'unaffected'}, {'repo': 'https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git', 'vendor': 'Linux', 'product': 'Linux', 'versions': [{'status': 'affected', 'version': '5.3'}, {'status': 'unaffected', 'version': '0', 'lessThan': '5.3', 'versionType': 'semver'}, {'status': 'unaffected', 'version': '5.10.261', 'versionType': 'semver', 'lessThanOrEqual': '5.10.*'}, {'status': 'unaffected', 'version': '5.15.212', 'versionType': 'semver', 'lessThanOrEqual': '5.15.*'}, {'status': 'unaffected', 'version': '6.1.178', 'versionType': 'semver', 'lessThanOrEqual': '6.1.*'}, {'status': 'unaffected', 'version': '6.6.145', 'versionType': 'semver', 'lessThanOrEqual': '6.6.*'}, {'status': 'unaffected', 'version': '6.12.96', 'versionType': 'semver', 'lessThanOrEqual': '6.12.*'}, {'status': 'unaffected', 'version': '6.18.39', 'versionType': 'semver', 'lessThanOrEqual': '6.18.*'}, {'status': 'unaffected', 'version': '7.1.4', 'versionType': 'semver', 'lessThanOrEqual': '7.1.*'}, {'status': 'unaffected', 'version': '7.2-rc1', 'versionType': 'original_commit_for_fix', 'lessThanOrEqual': '*'}], 'programFiles': ['drivers/infiniband/sw/siw/siw_qp_rx.c'], 'defaultStatus': 'affected'}] [{'repo': 'https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git', 'vendor': 'Linux', 'product': 'Linux', 'versions': [{'status': 'affected', 'version': '8b6a361b8c482f22ac99c3273285ff16b23fba91', 'lessThan': 'a31b6d18ded3cc32d9ee85a6ff0726d4274887b2', 'versionType': 'git'}, {'status': 'affected', 'version': '8b6a361b8c482f22ac99c3273285ff16b23fba91', 'lessThan': '595e6537ad1a210da32cbb9a7f91aa73090915ba', 'versionType': 'git'}, {'status': 'affected', 'version': '8b6a361b8c482f22ac99c3273285ff16b23fba91', 'lessThan': '3ef7e052cbd05a8b13a51a07b185a39ec93ee1cf', 'versionType': 'git'}, {'status': 'affected', 'version': '8b6a361b8c482f22ac99c3273285ff16b23fba91', 'lessThan': 'b2e26c955f8dd7e8d3f16c858db05245ea4fa817', 'versionType': 'git'}, {'status': 'affected', 'version': '8b6a361b8c482f22ac99c3273285ff16b23fba91', 'lessThan': '6bc89f34a4597f9f6d41f7a60c67a3153bfe8851', 'versionType': 'git'}, {'status': 'affected', 'version': '8b6a361b8c482f22ac99c3273285ff16b23fba91', 'lessThan': '423a78ff7928c2601013f73ec6d896f5597d0df5', 'versionType': 'git'}, {'status': 'affected', 'version': '8b6a361b8c482f22ac99c3273285ff16b23fba91', 'lessThan': '75c93cd3c421890f49ea93f0b978b9b7bb10e5e3', 'versionType': 'git'}, {'status': 'affected', 'version': '8b6a361b8c482f22ac99c3273285ff16b23fba91', 'lessThan': '7d29f7e9dbd844cae4d3e559cf78324b9642fd6b', 'versionType': 'git'}], 'programFiles': ['drivers/infiniband/sw/siw/siw_qp_rx.c'], 'defaultStatus': 'unaffected'}, {'repo': 'https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git', 'vendor': 'Linux', 'product': 'Linux', 'versions': [{'status': 'affected', 'version': '5.3'}, {'status': 'unaffected', 'version': '0', 'lessThan': '5.3', 'versionType': 'semver'}, {'status': 'unaffected', 'version': '5.10.261', 'versionType': 'semver', 'lessThanOrEqual': '5.10.*'}, {'status': 'unaffected', 'version': '5.15.212', 'versionType': 'semver', 'lessThanOrEqual': '5.15.*'}, {'status': 'unaffected', 'version': '6.1.178', 'versionType': 'semver', 'lessThanOrEqual': '6.1.*'}, {'status': 'unaffected', 'version': '6.6.145', 'versionType': 'semver', 'lessThanOrEqual': '6.6.*'}, {'status': 'unaffected', 'version': '6.12.96', 'versionType': 'semver', 'lessThanOrEqual': '6.12.*'}, {'status': 'unaffected', 'version': '6.18.39', 'versionType': 'semver', 'lessThanOrEqual': '6.18.*'}, {'status': 'unaffected', 'version': '7.1.4', 'versionType': 'semver', 'lessThanOrEqual': '7.1.*'}, {'status': 'unaffected', 'version': '7.2', 'versionType': 'original_commit_for_fix', 'lessThanOrEqual': '*'}], 'programFiles': ['drivers/infiniband/sw/siw/siw_qp_rx.c'], 'defaultStatus': 'affected'}] -
Initial Analysis by [email protected]
Aug. 12, 2026
Action Type Old Value New Value Added CWE CWE-787 Added CPE Configuration OR *cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* versions from (including) 5.11 up to (excluding) 5.15.212 *cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* versions from (including) 5.16 up to (excluding) 6.1.178 *cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* versions from (including) 6.2 up to (excluding) 6.6.145 *cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* versions from (including) 6.7 up to (excluding) 6.12.96 *cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* versions from (including) 6.13 up to (excluding) 6.18.39 *cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* versions from (including) 6.19 up to (excluding) 7.1.4 *cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* versions from (including) 5.3 up to (excluding) 5.10.261 Added Reference Type kernel.org: https://git.kernel.org/stable/c/3ef7e052cbd05a8b13a51a07b185a39ec93ee1cf Types: Patch Added Reference Type kernel.org: https://git.kernel.org/stable/c/423a78ff7928c2601013f73ec6d896f5597d0df5 Types: Patch Added Reference Type kernel.org: https://git.kernel.org/stable/c/595e6537ad1a210da32cbb9a7f91aa73090915ba Types: Patch Added Reference Type kernel.org: https://git.kernel.org/stable/c/6bc89f34a4597f9f6d41f7a60c67a3153bfe8851 Types: Patch Added Reference Type kernel.org: https://git.kernel.org/stable/c/75c93cd3c421890f49ea93f0b978b9b7bb10e5e3 Types: Patch Added Reference Type kernel.org: https://git.kernel.org/stable/c/7d29f7e9dbd844cae4d3e559cf78324b9642fd6b Types: Patch Added Reference Type kernel.org: https://git.kernel.org/stable/c/a31b6d18ded3cc32d9ee85a6ff0726d4274887b2 Types: Patch Added Reference Type kernel.org: https://git.kernel.org/stable/c/b2e26c955f8dd7e8d3f16c858db05245ea4fa817 Types: Patch -
CVE Modified by 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Jul. 27, 2026
Action Type Old Value New Value Added CVSS V3.1 AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H -
New CVE Received by 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Jul. 25, 2026
Action Type Old Value New Value Added Affected [{'repo': 'https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git', 'vendor': 'Linux', 'product': 'Linux', 'versions': [{'status': 'affected', 'version': '8b6a361b8c482f22ac99c3273285ff16b23fba91', 'lessThan': 'a31b6d18ded3cc32d9ee85a6ff0726d4274887b2', 'versionType': 'git'}, {'status': 'affected', 'version': '8b6a361b8c482f22ac99c3273285ff16b23fba91', 'lessThan': '595e6537ad1a210da32cbb9a7f91aa73090915ba', 'versionType': 'git'}, {'status': 'affected', 'version': '8b6a361b8c482f22ac99c3273285ff16b23fba91', 'lessThan': '3ef7e052cbd05a8b13a51a07b185a39ec93ee1cf', 'versionType': 'git'}, {'status': 'affected', 'version': '8b6a361b8c482f22ac99c3273285ff16b23fba91', 'lessThan': 'b2e26c955f8dd7e8d3f16c858db05245ea4fa817', 'versionType': 'git'}, {'status': 'affected', 'version': '8b6a361b8c482f22ac99c3273285ff16b23fba91', 'lessThan': '6bc89f34a4597f9f6d41f7a60c67a3153bfe8851', 'versionType': 'git'}, {'status': 'affected', 'version': '8b6a361b8c482f22ac99c3273285ff16b23fba91', 'lessThan': '423a78ff7928c2601013f73ec6d896f5597d0df5', 'versionType': 'git'}, {'status': 'affected', 'version': '8b6a361b8c482f22ac99c3273285ff16b23fba91', 'lessThan': '75c93cd3c421890f49ea93f0b978b9b7bb10e5e3', 'versionType': 'git'}, {'status': 'affected', 'version': '8b6a361b8c482f22ac99c3273285ff16b23fba91', 'lessThan': '7d29f7e9dbd844cae4d3e559cf78324b9642fd6b', 'versionType': 'git'}], 'programFiles': ['drivers/infiniband/sw/siw/siw_qp_rx.c'], 'defaultStatus': 'unaffected'}, {'repo': 'https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git', 'vendor': 'Linux', 'product': 'Linux', 'versions': [{'status': 'affected', 'version': '5.3'}, {'status': 'unaffected', 'version': '0', 'lessThan': '5.3', 'versionType': 'semver'}, {'status': 'unaffected', 'version': '5.10.261', 'versionType': 'semver', 'lessThanOrEqual': '5.10.*'}, {'status': 'unaffected', 'version': '5.15.212', 'versionType': 'semver', 'lessThanOrEqual': '5.15.*'}, {'status': 'unaffected', 'version': '6.1.178', 'versionType': 'semver', 'lessThanOrEqual': '6.1.*'}, {'status': 'unaffected', 'version': '6.6.145', 'versionType': 'semver', 'lessThanOrEqual': '6.6.*'}, {'status': 'unaffected', 'version': '6.12.96', 'versionType': 'semver', 'lessThanOrEqual': '6.12.*'}, {'status': 'unaffected', 'version': '6.18.39', 'versionType': 'semver', 'lessThanOrEqual': '6.18.*'}, {'status': 'unaffected', 'version': '7.1.4', 'versionType': 'semver', 'lessThanOrEqual': '7.1.*'}, {'status': 'unaffected', 'version': '7.2-rc1', 'versionType': 'original_commit_for_fix', 'lessThanOrEqual': '*'}], 'programFiles': ['drivers/infiniband/sw/siw/siw_qp_rx.c'], 'defaultStatus': 'affected'}] Added Description In the Linux kernel, the following vulnerability has been resolved: RDMA/siw: bound Read Response placement to the RREAD length In drivers/infiniband/sw/siw/siw_qp_rx.c, siw_proc_rresp() places each inbound Read Response DDP segment at sge->laddr + wqe->processed and then accumulates wqe->processed, but it never checks the running total against the sink buffer length on continuation segments. siw_check_sge() resolves and validates the sink memory only on the first fragment (the if (!*mem) branch), and siw_rresp_check_ntoh() compares the cumulative length against wqe->bytes only on the final segment (the !frx->more_ddp_segs guard). A connected siw peer that answers an outstanding RREAD with Read Response segments that keep the DDP Last flag clear, carrying more total payload than the RREAD requested, drives wqe->processed past the validated sink buffer; the next siw_rx_data() call writes out of bounds at sge->laddr + wqe->processed. siw runs iWARP over ordinary routable TCP, so the peer is the remote end of an established RDMA connection and needs no local privilege. Bound every segment before placement, exactly as siw_proc_send() and siw_proc_write() already do for their tagged and untagged paths, and terminate the connection with a base-or-bounds DDP error when the Read Response would overrun the sink buffer. This is the second receive-path length fix for this file. A separate change rejects an MPA FPDU length that underflows the per-fragment remainder in the header decode; that guard does not cover this case, because here each individual segment length is self-consistent and only the accumulated placement offset overruns the buffer. Added Reference https://git.kernel.org/stable/c/3ef7e052cbd05a8b13a51a07b185a39ec93ee1cf Added Reference https://git.kernel.org/stable/c/423a78ff7928c2601013f73ec6d896f5597d0df5 Added Reference https://git.kernel.org/stable/c/595e6537ad1a210da32cbb9a7f91aa73090915ba Added Reference https://git.kernel.org/stable/c/6bc89f34a4597f9f6d41f7a60c67a3153bfe8851 Added Reference https://git.kernel.org/stable/c/75c93cd3c421890f49ea93f0b978b9b7bb10e5e3 Added Reference https://git.kernel.org/stable/c/7d29f7e9dbd844cae4d3e559cf78324b9642fd6b Added Reference https://git.kernel.org/stable/c/a31b6d18ded3cc32d9ee85a6ff0726d4274887b2 Added Reference https://git.kernel.org/stable/c/b2e26c955f8dd7e8d3f16c858db05245ea4fa817