CVE-2026-53366

Source
https://cve.org/CVERecord?id=CVE-2026-53366
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-53366.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-53366
Downstream
Published
2026-07-16T05:13:40.893Z
Modified
2026-07-19T03:47:20.029558958Z
Severity
  • 7.8 (High) CVSS_V3 - CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H CVSS Calculator
Summary
ipv4: account for fraggap on the paged allocation path
Details

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

ipv4: account for fraggap on the paged allocation path

In __ipappenddata(), when the paged-allocation branch is taken, alloclen and pagedlen are computed as

alloclen = fragheaderlen + transhdrlen;
pagedlen = datalen - transhdrlen;

datalen already includes fraggap, but the fraggap bytes carried over from the previous skb are copied into the new skb's linear area at offset transhdrlen by the subsequent skbcopyandcsumbits(). The linear area is therefore undersized by fraggap bytes while pagedlen is overstated by the same amount.

The non-paged branch sets alloclen to fraglen, which already accounts for fraggap because datalen does. Bring the paged branch in line by adding fraggap to alloclen and subtracting it from pagedlen.

After this adjustment, copy no longer collapses to -fraggap on the paged path, so remove the stale comment describing that old arithmetic.

Database specific
{
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/53xxx/CVE-2026-53366.json",
    "cna_assigner": "Linux"
}
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
8eb77cc73977d88787b37c92831b1c242e035396
Fixed
ce494707a9c07f27c219ca67f3e138061f53d9b3
Fixed
a9c24eda24bd15f432e37824e6fc440977cb241c
Fixed
77798d7be6ef71e72fb6fc8a2901bf74ebc9706f
Fixed
c04d9ece23deb9e26c19f9ca215e98b3295aa1bb
Fixed
eca856950f7cb1a221e02b99d758409f2c5cec42

Database specific

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

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
6.0.0
Fixed
6.6.144
Type
ECOSYSTEM
Events
Introduced
6.7.0
Fixed
6.12.95
Type
ECOSYSTEM
Events
Introduced
6.13.0
Fixed
6.18.38
Type
ECOSYSTEM
Events
Introduced
6.19.0
Fixed
7.1.3

Database specific

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