CVE-2026-97954
Last modified
CVE-2026-97954 is a vulnerability of currently unknown severity. 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.
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.
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 7875e18e09961d29f30424c5e2e48e704dc3789b, < ef3565a418b8309589fe9b5df098a892c9146b06; >= 7875e18e09961d29f30424c5e2e48e704dc3789b, < 8cbfeb54bf781d9693778aaba133bb58c0285332; >= 7875e18e09961d29f30424c5e2e48e704dc3789b, < f4649a716be20ef9272f97a166dea1825ba5b554; >= 7875e18e09961d29f30424c5e2e48e704dc3789b, < 2ac09b5353fe6858411fdc8c6efa60d832e20f13 |
| Linux | Linux | 2.6.30 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-97954?
How severe is CVE-2026-97954?
How do I fix CVE-2026-97954?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-97949In the Linux kernel, the following vulnerability has been re…
- CVE-2026-9795A flaw was found in Keycloak's Fine-Grained Admin Permission…7.3
- CVE-2026-97950In the Linux kernel, the following vulnerability has been re…
- CVE-2026-97951In the Linux kernel, the following vulnerability has been re…
- CVE-2026-97952In the Linux kernel, the following vulnerability has been re…
- CVE-2026-97953In the Linux kernel, the following vulnerability has been re…7
- CVE-2026-97955In the Linux kernel, the following vulnerability has been re…
- CVE-2026-97956In the Linux kernel, the following vulnerability has been re…
- CVE-2026-97957In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2026-97958In the Linux kernel, the following vulnerability has been re…
- CVE-2026-97959In the Linux kernel, the following vulnerability has been re…
- CVE-2026-9796A flaw was found in Keycloak. An authenticated administrator…6.5
Are you affected by CVE-2026-97954?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
