PatchSiren

PatchSiren cyber security CVE debrief

CVE-2026-97954 Linux CVE debrief

A vulnerability in the Linux kernel's RDS-TCP implementation could lead to TCP stream corruption when using large page sizes. The issue arises from rds_message_map_pages() assigning PAGE_SIZE bytes to every scatterlist entry, even when the total length ends in a partial page. This could cause the scatterlist to map bytes beyond the end of the congestion map, resulting in extra bytes being transmitted as part of the TCP RDS stream and interpreted as subsequent RDS message headers.

Vendor
Linux
Product
Unknown
CVSS
Unknown
CISA KEV
Not listed in stored evidence
Original CVE published
2026-09-25
Original CVE updated
2026-09-25
Advisory published
2026-09-25
Advisory updated
2026-09-25

Who should care

Defenders responsible for Linux kernel-based systems, particularly those using large page sizes, should assess exposure and verify system configurations. This includes operators, platform administrators, vulnerability management teams, and security teams who need to ensure that their systems are updated and configured correctly to prevent TCP stream corruption.

Why it matters

A vulnerability in the Linux kernel's RDS-TCP implementation could lead to TCP stream corruption when using large page sizes, requiring verification of system configurations and page size settings.

  • Stream corruption could lead to unexpected behavior or crashes on affected systems
  • Verification of Linux kernel version and page size settings is necessary to assess exposure
  • Remediation involves applying the patch to limit scatterlist mapping to remaining bytes

Technical summary

The Linux kernel's RDS-TCP implementation is vulnerable to TCP stream corruption when using large page sizes. The issue arises from rds_message_map_pages() assigning PAGE_SIZE bytes to every scatterlist entry, even when the total length ends in a partial page. This could cause the scatterlist to map bytes beyond the end of the congestion map, resulting in extra bytes being transmitted as part of the TCP RDS stream and interpreted as subsequent RDS message headers. The issue was resolved by limiting the final scatterlist mapping to the number of bytes remaining. This change allows RDS-TCP to be used on systems with 16K and larger page sizes without corrupting the stream.

Defensive priority

Defenders should prioritize verifying the Linux kernel version and assessing exposure on systems with large page sizes.

Recommended defensive actions

  • Verify Linux kernel version and assess exposure on systems with large page sizes
  • Review system configurations and page size settings
  • Monitor for potential stream corruption issues
  • Apply the patch to limit scatterlist mapping to remaining bytes
  • Review compensating controls for exposed systems while remediation is scheduled and verified
  • Check relevant monitoring, detection, and logs for exposed assets that need extra review
  • Track exceptions, retest remediated assets, and close the item only after evidence is documented

Evidence notes

The issue was resolved by limiting the final scatterlist mapping to the number of bytes remaining. This change allows RDS-TCP to be used on systems with 16K and larger page sizes without corrupting the stream.

Sources and references

Verified primary and authoritative sources

  • CVE-2026-97954 CVE Program record

    Publisher, destination, and source semantics verified

    URL: https://www.cve.org/CVERecord?id=CVE-2026-97954

    CVE Program - Official CVE Program record with source-provided CVE metadata.

  • CVE-2026-97954 NVD vulnerability detail

    Publisher, destination, and source semantics verified

    URL: https://nvd.nist.gov/vuln/detail/CVE-2026-97954

    NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.

Supplemental references

  • Source reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/2ac09b5353fe6858411fdc8c6efa60d832e20f13

    416baaa9-dc9f-4396-8d5f-8c081fb06d67

  • Source reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/8cbfeb54bf781d9693778aaba133bb58c0285332

    416baaa9-dc9f-4396-8d5f-8c081fb06d67

  • Source reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/ef3565a418b8309589fe9b5df098a892c9146b06

    416baaa9-dc9f-4396-8d5f-8c081fb06d67

  • Source reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/f4649a716be20ef9272f97a166dea1825ba5b554

    416baaa9-dc9f-4396-8d5f-8c081fb06d67

Methodology and review provenance

AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.