CVE-2026-97954

Source
https://cve.org/CVERecord?id=CVE-2026-97954
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-97954.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-97954
Downstream
Published
2026-09-25T10:23:01Z
Modified
2026-09-26T03:48:30Z
Summary
net/rds: fix tcp stream corruption with large pages
Details

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.

Database specific
{
    "cna_assigner":  "Linux",
    "osv_generated_from":  "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/97xxx/CVE-2026-97954.json"
}
References

Affected packages

Git / git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git

Affected ranges

Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
7875e18e09961d29f30424c5e2e48e704dc3789b
Fixed
ef3565a418b8309589fe9b5df098a892c9146b06
Fixed
8cbfeb54bf781d9693778aaba133bb58c0285332
Fixed
f4649a716be20ef9272f97a166dea1825ba5b554
Fixed
2ac09b5353fe6858411fdc8c6efa60d832e20f13

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-97954.json"

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
2.6.30
Fixed
6.12.111
Type
ECOSYSTEM
Events
Introduced
6.13.0
Fixed
6.18.53
Type
ECOSYSTEM
Events
Introduced
6.19.0
Fixed
7.2.7

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-97954.json"