All CVEs
Vulnerability intelligence

CVE-2026-53362

In the Linux kernel, the following vulnerability has been resolved: ipv6: account for fraggap on the paged allocation path In __ip6_append_data(), when the paged-allocation branch is taken (MSG_MORE / NETIF_F_SG / large fraglen), alloclen and pagedlen are computed as alloclen = fragheaderlen + transhdrlen; pagedlen = datalen transhdrlen; datalen already includes fraggap (datalen = length + fraggap). When fraggap is non-zero, this is not the first skb and transhdrlen is zero. The fraggap bytes carried over from the previous skb are copied just past the fragment headers in the new skb's linear area. The linear area is therefore undersized by fraggap bytes while pagedlen is overstated by the same amount, and the copy writes past skb->end into the trailing skb_shared_info. An unprivileged user can trigger this via a UDPv6 socket using MSG_MORE together with MSG_SPLICE_PAGES.

CVSS Score
7.8
High
EPSS — Exploit Probability
0.3%
Riskier than 18% of all CVEs
Exploitation
Confirmed in the wild
KEV since 2026-08-27
Remediation
Patch available
Federal deadline 2026-08-30
NVD entry Vendor patch PoC / advisory CISA KEV

7 articles across 4 outlets · first covered Jul 14, 2026 · latest Aug 28, 2026

Tracked incidents

Coverage timeline