Description
In the Linux kernel, the following vulnerability has been resolved:

net: gro: don't merge zcopy skbs

skb_gro_receive() can currently copy frags between the source and GRO
skb, without checking the zerocopy status, and in particular the
SKBFL_MANAGED_FRAG_REFS flag.

When SKBFL_MANAGED_FRAG_REFS is set, the skb doesn't hold a reference
on the pages in shinfo->frags. Appending those frags to another skb's
frags without fixing up the page refcount can lead to UAF.

When either the last skb in the GRO chain (the one we would append
frags to) or the source skb is zerocopy, don't merge the skbs.
Published: 2026-06-09
Score: 7.8 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The flaw lies in the Linux kernel’s network packet aggregation routine skb_gro_receive, which copies fragments from a source socket buffer into a GRO socket buffer without verifying whether either buffer uses zero‑copy mode. The SKBFL_MANAGED_FRAG_REFS flag marks a buffer as zero‑copy, meaning its fragment pages are not reference counted. When the routine appends these non‑reference‑counted fragments to another buffer, a dangling reference can arise, resulting in a use‑after‑free that corrupts kernel memory. This corruption could affect critical kernel data structures and lead to instability or arbitrary code execution at the kernel level.

Affected Systems

All Linux kernel releases prior to the commit that introduced this fix, i.e., any kernel version lacking commit 1f9c828556416fbe3f49386708ce999fc4d4da06. The vulnerability is relevant on any system that uses the affected kernel and processes network traffic on interfaces enabled for Generic Receive Offload (GRO).

Risk and Exploitability

The vulnerability earned a CVSS score of 7.8, indicating high severity, while its EPSS score is under 1%, suggesting a low likelihood of exploitation in the wild. The flaw is not catalogued in CISA’s KEV. The likely attack vector involves an attacker sending specially crafted network packets that trigger the flawed skb_gro_receive path. Exploitation would require network connectivity to the target and would result in kernel memory corruption that could cause a denial of service or provide an escalation path if the attacker controls the memory being corrupted.

Generated by OpenCVE AI on June 14, 2026 at 09:50 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the latest Linux kernel update that includes commit 1f9c828, which halts merging of zero‑copy SKBs.
  • If a kernel upgrade cannot be performed immediately, disable Generic Receive Offload on affected interfaces using ethtool (e.g., `ethtool -K eth0 gro off`).
  • Where possible, prohibit zero‑copy socket operations (SO_ZEROCOPY) in applications or configure the kernel to reject such sockets at the network stack level.

Generated by OpenCVE AI on June 14, 2026 at 09:50 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Debian DSA Debian DSA DSA-6355-1 linux security update
Ubuntu USN Ubuntu USN USN-8440-1 Linux kernel (Azure) vulnerabilities
History

Fri, 19 Jun 2026 12:45:00 +0000


Sun, 14 Jun 2026 10:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-416

Sun, 14 Jun 2026 08:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-416

Sun, 14 Jun 2026 05:45:00 +0000

Type Values Removed Values Added
Metrics cvssV3_1

{'score': 7.8, 'vector': 'CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H'}


Tue, 09 Jun 2026 14:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-416

Tue, 09 Jun 2026 12:30:00 +0000

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: net: gro: don't merge zcopy skbs skb_gro_receive() can currently copy frags between the source and GRO skb, without checking the zerocopy status, and in particular the SKBFL_MANAGED_FRAG_REFS flag. When SKBFL_MANAGED_FRAG_REFS is set, the skb doesn't hold a reference on the pages in shinfo->frags. Appending those frags to another skb's frags without fixing up the page refcount can lead to UAF. When either the last skb in the GRO chain (the one we would append frags to) or the source skb is zerocopy, don't merge the skbs.
Title net: gro: don't merge zcopy skbs
First Time appeared Linux
Linux linux Kernel
CPEs cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
Vendors & Products Linux
Linux linux Kernel
References

Subscriptions

Linux Linux Kernel
cve-icon MITRE

Status: PUBLISHED

Assigner: Linux

Published:

Updated: 2026-06-30T12:10:06.631Z

Reserved: 2026-05-13T15:03:33.112Z

Link: CVE-2026-46323

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-06-09T13:16:37.753

Modified: 2026-06-14T06:16:24.880

Link: CVE-2026-46323

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-06-14T10:00:32Z

Weaknesses