CVE-2026-53366
Modified Modified - Updated After Analysis

Linux Kernel IPv4 Paged Allocation Path Fraggap Handling

Vulnerability report for CVE-2026-53366, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-07-16

Last updated on: 2026-07-24

Assigner: kernel.org

Description

In the Linux kernel, the following vulnerability has been resolved: ipv4: account for fraggap on the paged allocation path In __ip_append_data(), 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 skb_copy_and_csum_bits(). 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.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-07-16
Last Modified
2026-07-24
Generated
2026-08-05
AI Q&A
2026-07-16
EPSS Evaluated
2026-08-04
NVD
EUVD

Affected Vendors & Products

Showing 4 associated CPEs
Vendor Product Version / Range
linux linux_kernel From 6.7 (inc) to 6.12.95 (exc)
linux linux_kernel From 6.13 (inc) to 6.18.38 (exc)
linux linux_kernel From 6.19 (inc) to 7.1.3 (exc)
linux linux_kernel From 6.0 (inc) to 6.6.144 (exc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability in the Linux kernel involves incorrect accounting of the fraggap (fragment gap) in the paged allocation path of __ip_append_data(). The issue causes alloclen to be undersized and pagedlen to be overstated by the same amount, leading to potential memory corruption or data misalignment when copying data between skbs (socket buffers).

Detection Guidance

This vulnerability is specific to the Linux kernel's IPv4 networking stack and may not have direct detection commands. Monitor kernel logs for network-related errors or crashes, particularly during high network traffic. Check for kernel panics or segmentation faults related to network operations.

Impact Analysis

This vulnerability could lead to memory corruption, crashes, or unexpected behavior in network operations on systems running affected Linux kernel versions. It may cause data corruption or instability in networking applications.

Compliance Impact

This vulnerability does not directly affect compliance with GDPR, HIPAA, or similar standards. It is a low-level network stack issue in the Linux kernel related to IPv4 packet handling, which does not involve data privacy, security controls, or protected health information.

Mitigation Strategies

Update your Linux kernel to the latest stable version provided by your distribution to ensure the vulnerability is patched. If immediate patching is not possible, consider restricting network operations or applying kernel hardening measures to reduce exposure.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-53366. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart