Junglewise Threat Intelligence

CVE-2026-53366: Linux Kernel memory corruption in IPv4 paged allocation path

CVE-2026-53366 · Severity: info · CVSS 0 · Published 2026-07-16

Technologies: Linux Kernel. Vendors: Linux.

Executive brief

A vulnerability was identified in the Linux kernel's IPv4 networking component. This issue involves incorrect memory allocation calculations when handling fragmented network data. If exploited, it could lead to system instability or memory corruption, potentially impacting the reliability of servers and network services.

Technical details

A vulnerability exists in the Linux kernel's IPv4 stack within the `__ip_append_data()` function. When the paged-allocation path is utilized, the kernel fails to properly account for 'fraggap' (fragmentation gap) bytes carried over from previous socket buffers (skbs). Specifically, `alloclen` is calculated without including `fraggap`, while `pagedlen` is overstated. This results in the linear area of the new skb being undersized when `skb_copy_and_csum_bits()` attempts to copy data, leading to a potential buffer overflow or memory corruption. The fix adjusts the calculation by adding `fraggap` to `alloclen` and subtracting it from `pagedlen` to ensure correct buffer sizing.

Affected products

  • Linux Linux Kernel 6.0 to 6.6.144, 6.12.95, 6.18.38, 7.1.3

Timeline

  • 2026-07-16: disclosed
  • 2026-07-16: advisory

References

Related threats