Description
In the Linux kernel, the following vulnerability has been resolved:

net/rds: fix tcp stream corruption with large pages

rds_message_map_pages() assigns PAGE_SIZE bytes to every
scatterlist entry, even when total_len ends in a partial page. The RDS
congestion map is defined as 8192 bytes, so on systems with PAGE_SIZE
greater than 8192 the scatterlist maps bytes beyond the end of the
congestion map. RDS-TCP transmits the SG contents according to those
lengths, so the extra bytes become part of the TCP RDS stream and are
interpreted as subsequent RDS message headers, corrupting the stream.

Limit the final scatterlist mapping to the number of bytes remaining.
This has no effect on systems with a 4K page size and allows RDS-TCP to
be used on systems with 16K and larger page sizes.

The RDS selftest, which previously hung on 16K pages, now passes.
Published: 2026-09-25
Score: n/a
EPSS: n/a
KEV: No
Impact: Data Corruption
Action: Immediate Patch
AI Analysis

Impact

The vulnerability exists in the Linux kernel’s RDS (Remote Direct Memory Access) networking stack. When rds_message_map_pages assigns PAGE_SIZE bytes to each scatterlist entry, it fails to adjust the final mapping for partial pages. On systems where PAGE_SIZE exceeds the 8192‑byte RDS congestion map—such as 16K or larger pages—the scatterlist includes bytes that lie beyond the congestion map boundary. These extraneous bytes are sent over the TCP RDS stream, where they are misinterpreted as additional RDS message headers, corrupting the stream. The corruption can cause malformed message parsing, service interruption, or data integrity problems; the description does not indicate any code‑execution capability.

Affected Systems

The flaw is present in Linux kernel releases that deploy RDS with page sizes larger than 8192 bytes before the patch commit. All kernel versions prior to the inclusion of the fix are potentially affected. Exact distribution and version details are not supplied, so administrators should verify whether their kernel contains the protective change and whether RDS is configured for large pages.

Risk and Exploitability

The CVSS score is not provided and the EPSS score is unavailable, so the precise exploitation probability is unknown. The vulnerability is not listed in CISA’s KEV catalog. The likely attack vector is network‑based: an attacker could send crafted RDS‑TCP packets to a vulnerable host, inducing stream corruption. While no public exploit is documented, the risk remains for environments that rely on RDS with large page configurations.

Generated by OpenCVE AI on September 25, 2026 at 18:16 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply a kernel update that contains the rds_message_map_pages fix.
  • If a recent kernel cannot be applied, disable RDS on the affected host or limit its use to configurations that employ 4K pages.
  • After applying the update, test RDS‑TCP functionality to confirm the issue is resolved.
  • Monitor RDS traffic for signs of packet loss or header corruption to validate the mitigation.

Generated by OpenCVE AI on September 25, 2026 at 18:16 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 25 Sep 2026 18:45:00 +0000

Type Values Removed Values Added
Weaknesses CWE-194

Fri, 25 Sep 2026 10:30:00 +0000

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: net/rds: fix tcp stream corruption with large pages rds_message_map_pages() assigns PAGE_SIZE bytes to every scatterlist entry, even when total_len ends in a partial page. The RDS congestion map is defined as 8192 bytes, so on systems with PAGE_SIZE greater than 8192 the scatterlist maps bytes beyond the end of the congestion map. RDS-TCP transmits the SG contents according to those lengths, so the extra bytes become part of the TCP RDS stream and are interpreted as subsequent RDS message headers, corrupting the stream. Limit the final scatterlist mapping to the number of bytes remaining. This has no effect on systems with a 4K page size and allows RDS-TCP to be used on systems with 16K and larger page sizes. The RDS selftest, which previously hung on 16K pages, now passes.
Title net/rds: fix tcp stream corruption with large pages
First Time appeared Linux
Linux linux Kernel
CPEs cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
Vendors & Products Linux
Linux linux Kernel
References

Subscriptions

Linux Linux Kernel
cve-icon MITRE

Status: PUBLISHED

Assigner: Linux

Published:

Updated: 2026-09-25T10:23:01.364Z

Reserved: 2026-09-25T10:18:58.205Z

Link: CVE-2026-97954

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-09-25T11:17:23.040

Modified: 2026-09-25T11:17:23.040

Link: CVE-2026-97954

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-25T18:30:17Z

Weaknesses
  • CWE-194

    Unexpected Sign Extension