Zero Day MonitorZDM
DashboardVulnerabilitiesTrendingZero-DaysNewsAbout
Login
ImpressumPrivacy Policy
Zero Day Monitor © 2026
4344 articles · 196297 vulns · 36/41 feeds (7d)
← Back to list
7.8
CVE-2026-53366EXPLOITEDPATCHED
linux · linux_kernel

ipv4: account for fraggap on the paged allocation path

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.

Affected Products

VendorProductVersions
linuxlinux_kernel8eb77cc73977d88787b37c92831b1c242e035396, 8eb77cc73977d88787b37c92831b1c242e035396, 8eb77cc73977d88787b37c92831b1c242e035396, 8eb77cc73977d88787b37c92831b1c242e035396, 8eb77cc73977d88787b37c92831b1c242e035396, 8eb77cc73977d88787b37c92831b1c242e035396, 6.0

Also Affects

Downstream vendors/products affected by this vulnerability

VendorProductSourceConfidence
open sourcelinux kernelcert_advisory90%

References

  • https://git.kernel.org/stable/c/5c6375bced6147ec2e460ee3b653f4860d5ecdc2
  • https://git.kernel.org/stable/c/ce494707a9c07f27c219ca67f3e138061f53d9b3
  • https://git.kernel.org/stable/c/a9c24eda24bd15f432e37824e6fc440977cb241c
  • https://git.kernel.org/stable/c/77798d7be6ef71e72fb6fc8a2901bf74ebc9706f
  • https://git.kernel.org/stable/c/c04d9ece23deb9e26c19f9ca215e98b3295aa1bb
  • https://git.kernel.org/stable/c/eca856950f7cb1a221e02b99d758409f2c5cec42

Related News (14 articles)

Tier B
CERT-FR3d ago
Multiples vulnérabilités dans le noyau Linux de SUSE (21 août 2026)
→ No new info (linked only)
Tier B
CERT-FR10d ago
Multiples vulnérabilités dans le noyau Linux de SUSE (14 août 2026)
→ No new info (linked only)
Tier B
CERT-FR17d ago
Multiples vulnérabilités dans le noyau Linux de SUSE (07 août 2026)
→ No new info (linked only)
Tier B
CERT-FR24d ago
Multiples vulnérabilités dans le noyau Linux de Debian LTS (31 juillet 2026)
→ No new info (linked only)
Tier B
CERT-FR24d ago
Multiples vulnérabilités dans le noyau Linux de SUSE (31 juillet 2026)
→ No new info (linked only)
Tier B
CERT-FR31d ago
Multiples vulnérabilités dans le noyau Linux de Debian LTS (24 juillet 2026)
→ No new info (linked only)
Tier B
CERT-FR31d ago
Multiples vulnérabilités dans le noyau Linux de SUSE (24 juillet 2026)
→ No new info (linked only)
Tier E
Lobsters Security32d ago
Frag Gap (CVE-2026-53362, CVE-2026-53366)
→ No new info (linked only)
Tier C
oss-security32d ago
Re: CVE-2026-53362, CVE-2026-53366: OOB write in UDP MSG_SPLICE_PAGES fragment-boundary handling in Linux kernel
→ No new info (linked only)
Tier C
oss-security34d ago
CVE-2026-53362, CVE-2026-53366: OOB write in UDP MSG_SPLICE_PAGES fragment-boundary handling in Linux kernel
→ No new info (linked only)
Tier A
Microsoft MSRC37d ago
CVE-2026-53366 ipv4: account for fraggap on the paged allocation path
→ No new info (linked only)
Tier B
BSI Advisories38d ago
[NEU] [mittel] Linux Kernel: Schwachstelle ermöglicht Denial of Service
→ No new info (linked only)
Tier C
VulDB38d ago
CVE-2026-53366 | Linux Kernel IPv4 __ip_append_data allocation of resources
→ No new info (linked only)
Tier C
Linux Kernel CVEs38d ago
CVE-2026-53366: ipv4: account for fraggap on the paged allocation path
→ No new info (linked only)
CVSS 3.17.8 HIGH
VectorCVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
CISA KEV❌ No
Actively exploited✅ Yes
Patch available
ce494707a9c07f27c219ca67f3e138061f53d9b3a9c24eda24bd15f432e37824e6fc440977cb241c77798d7be6ef71e72fb6fc8a2901bf74ebc9706fc04d9ece23deb9e26c19f9ca215e98b3295aa1bbeca856950f7cb1a221e02b99d758409f2c5cec4206.6.1446.12.956.18.387.1.37.2-rc1
PublishedJul 16, 2026
Last enriched38d agov3
Tags
ipv4memory-allocationfraggapnet/ipv4/ip_output.c
Trending Score49
Source articles14
Independent7
Info Completeness8/14
Missing: cvss, epss, cwe, kev, iocs, mitre_attack

Community Vote

0
Login to vote
0 upvotes0 downvotes
No votes yet

Related CVEs (5)

HIGHCVE-2026-53359EXP
KVM: x86: Fix shadow paging use-after-free due to unexpected role
Trending: 65
HIGHCVE-2026-46331EXP
net/sched: fix pedit partial COW leading to page cache corruption
Trending: 64
HIGHCVE-2026-64600EXP
xfs: resample the data fork mapping after cycling ILOCK
Trending: 56
HIGHCVE-2026-46242EXP
eventpoll: fix ep_remove struct eventpoll / struct file UAF
Trending: 51
HIGHCVE-2026-64531
net: openvswitch: reject oversized nested action attrs
Trending: 49

Pin to Dashboard

Verification

State: unverified
Confidence: 0%

Vulnerability Timeline

CVE Published
Jul 16, 2026
Discovered by ZDM
Jul 16, 2026
Updated: tags
Jul 16, 2026
Updated: severity
Jul 16, 2026
Actively Exploited
Aug 17, 2026
Exploit Available
Aug 17, 2026
Patch Available
Aug 17, 2026

Version History

v3
Last enriched 38d ago
v3Tier C38d ago

Added CVE-2026-53366, updated severity to CRITICAL, and indicated no exploit exists.

severity
via VulDB
v2Tier C38d ago

Added relevant tags identifying the vulnerability as an ipv4/fraggap memory allocation issue in net/ipv4/ip_output.c

tags
via Linux Kernel CVEs
v138d ago

Initial creation