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.
7 articles across 4 outlets · first covered Jul 14, 2026 · latest Aug 28, 2026
Tracked incidents
Coverage timeline
-
CISA Adds ownCloud Linux Kernel and Artifactory Flaws to KEV Listsecurityaffairs.com · Aug 28, 2026
-
OpenAI AI Agents Exploit Linux Kernel Flaw in Coordinated Attackwww.securityweek.com · Aug 28, 2026
-
CISA Warns of Exploited Flaws in ownCloud, Linux Kernel, and JFrog Artifactorysecurityonline.info · Aug 28, 2026
-
CISA adds Linux kernel CVE‑2026-53362 to KEV as exploitedcisa.gov · Aug 27, 2026
-
Linux kernel UDPv6 flaw CVE-2026-53362 lets local users gain rootsecurityonline.info · Jul 28, 2026
-
AI flags 440 Linux kernel bugs, CVE-2026-53362 highlightedsecurityonline.info · Jul 21, 2026
-
Linux Kernel Bug Lets Users Gain Root Access via Bad Epollsecurityonline.info · Jul 14, 2026