{"id":"CVE-2026-97954","title":"In the Linux kernel, the following vulnerability has been resolved:\n\nnet/rds: fix tcp stream corruption with large pages\n\nrds_message_map_pages() assigns PAGE_SIZE bytes to every\nscatterlist entry, even when total_len ends in a partial p…","summary":"In the Linux kernel, the following vulnerability has been resolved:\n\nnet/rds: fix tcp stream corruption with large pages\n\nrds_message_map_pages() assigns PAGE_SIZE bytes to every\nscatterlist entry, even when total_len ends in a partial p…","severity":"none","vendor":"Linux","product":"Linux","affected":["Linux >= 7875e18e09961d29f30424c5e2e48e704dc3789b < ef3565a418b8309589fe9b5df098a892c9146b06","Linux >= 7875e18e09961d29f30424c5e2e48e704dc3789b < 8cbfeb54bf781d9693778aaba133bb58c0285332","Linux >= 7875e18e09961d29f30424c5e2e48e704dc3789b < f4649a716be20ef9272f97a166dea1825ba5b554","Linux >= 7875e18e09961d29f30424c5e2e48e704dc3789b < 2ac09b5353fe6858411fdc8c6efa60d832e20f13","Linux 2.6.30"],"published":"2026-09-25","updated":"2026-09-25","sourceUpdated":"2026-09-25T11:17:23.040","source":"NVD","sourceUrl":"https://nvd.nist.gov/vuln/detail/CVE-2026-97954","references":[{"url":"https://git.kernel.org/stable/c/2ac09b5353fe6858411fdc8c6efa60d832e20f13","label":"416baaa9-dc9f-4396-8d5f-8c081fb06d67"},{"url":"https://git.kernel.org/stable/c/8cbfeb54bf781d9693778aaba133bb58c0285332","label":"416baaa9-dc9f-4396-8d5f-8c081fb06d67"},{"url":"https://git.kernel.org/stable/c/ef3565a418b8309589fe9b5df098a892c9146b06","label":"416baaa9-dc9f-4396-8d5f-8c081fb06d67"},{"url":"https://git.kernel.org/stable/c/f4649a716be20ef9272f97a166dea1825ba5b554","label":"416baaa9-dc9f-4396-8d5f-8c081fb06d67"}],"tags":["nvd","cve.org"],"ingestedAt":"2026-09-25T11:06:38.877Z","slug":"CVE-2026-97954","body":"## Overview\n\nIn the Linux kernel, the following vulnerability has been resolved:\n\nnet/rds: fix tcp stream corruption with large pages\n\nrds_message_map_pages() assigns PAGE_SIZE bytes to every\nscatterlist entry, even when total_len ends in a partial page. The RDS\ncongestion map is defined as 8192 bytes, so on systems with PAGE_SIZE\ngreater than 8192 the scatterlist maps bytes beyond the end of the\ncongestion map.  RDS-TCP transmits the SG contents according to those\nlengths, so the extra bytes become part of the TCP RDS stream and are\ninterpreted as subsequent RDS message headers, corrupting the stream.\n\nLimit the final scatterlist mapping to the number of bytes remaining.\nThis has no effect on systems with a 4K page size and allows RDS-TCP to\nbe used on systems with 16K and larger page sizes.\n\nThe RDS selftest, which previously hung on 16K pages, now passes.\n\n## Remediation\n\nRefer to the linked advisories for vendor-supplied fixes and affected version ranges.","depth":"sunlit","depthScore":3,"depthScoreParts":{"impact":2.8,"likelihood":0,"exploitation":0,"ransomware":0},"changes":[]}