CVE-2026-46300: net: skbuff: preserve shared-frag marker during coalescing
In the Linux kernel, the following vulnerability has been resolved:
net: skbuff: preserve shared-frag marker during coalescing
skb_try_coalesce() can attach paged frags from @from to @to. If @from
has SKBFL_SHARED_FRAG set, the resulting @to skb can contain the same
externally-owned or page-cache-backed frags, but the shared-frag marker
is currently lost.
That breaks the invariant relied on by later in-place writers. In
particular, ESP input checks skb_has_shared_frag() before deciding
whether an uncloned nonlinear skb can skip skb_cow_data(). If TCP
receive coalescing has moved shared frags into an unmarked skb, ESP can
see skb_has_shared_frag() as false and decrypt in place over page-cache
backed frags.
Propagate SKBFL_SHARED_FRAG when skb_try_coalesce() transfers paged
frags. The tailroom copy path does not need the marker because it copies
bytes into @to's linear data rather than transferring frag descriptors.
Security readout for executives and security teams
A Linux kernel networking flaw can let the encryption subsystem write over memory it should not touch. When network packets get merged, an internal "shared" flag was dropped, so later code assumed the data was safe to modify. On affected systems, a local attacker or workload could trigger memory corruption, crashes, or possible privilege escalation. Linux and Red Hat have shipped fixes. Any Linux system in the affected version ranges (5.10.x, 5.15.x, 6.1.x, 6.6.x, 6.12.x, 6.18.x, 7.0.x pre-fix) that terminates IPsec/ESP traffic and uses TCP receive coalescing. Servers, gateways, and container hosts running IPsec VPNs, and RHEL derivatives listed in the referenced advisories, are the highest-value targets to patch first. Treat as a standard-cycle high-severity Linux kernel patch. No evidence of active exploitation, but the flaw affects IPsec data paths on widely deployed kernels and vendors have already published fixes. Schedule reboots into the next maintenance window, and expedite on hosts that terminate VPNs or handle multi-tenant workloads. Mitigation focus: Apply the stable kernel updates referenced in the git.kernel.org commits for your branch.; Deploy Red Hat kernel errata RHSA-2026:19540, 21690, 21695, and 33486 where applicable.; Prioritize patching hosts that terminate IPsec/ESP tunnels or run kTLS with coalesced receive paths..
Prepared
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cwe · low confidence lookup
CWE-123: Exact CWE lookup
Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
2CVSS vectors
5Timeline events
2ADP providers
45Source links
CVSS vector scores
2 official scores
We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.
Timeline events are normalized from CVE metadata, CNA source timelines, ADP timelines, and KEV metadata when present.
ADP timelineredhat-SADP
Made public.
ADP timelineredhat-SADP
Reported to Red Hat.
May 13, 2026, 13:28 UTC (UTC+00:00)
CVE reservedCVE Program
The CVE ID was reserved by the assigning CNA.
May 13, 2026, 15:03 UTC (UTC+00:00)
CVE publishedCVE Program
The CVE record was published.
May 23, 2026, 11:44 UTC (UTC+00:00)
CVE updatedCVE Program
The CVE record metadata indicates this as the latest update time.
Jul 10, 2026, 12:05 UTC (UTC+00:00)
ADP provider summaries
CVECVE Program Container
redhat-SADPkernel: "Fragnesia" is a variant of Dirty Frag vulnerability in the ESP/XFRM leading to Local Privilege Escalation (LPE) vulnerability in the Linux kernel
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
CWE-123 · source CWE mapping
Write-what-where Condition
Write-what-where Condition represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.