Not a U.S. government website. NDD is an independent vulnerability database by Volerion and is not affiliated with or endorsed by NIST or NVD.
VOLERION
Volerion Security Research

NOT DEFERRED DATABASE

VULNERABILITIES

CVE-2026-46323 Details

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.

Metrics

CVSS 3.x Severity and Vector Strings:

References to Advisories, Solutions, and Tools

By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.

URLSource(s)Tag(s)
https://access.redhat.com/errata/RHSA-2026:27708 redhat-SADPThird Party Advisory
https://access.redhat.com/errata/RHSA-2026:27731 redhat-SADPThird Party Advisory
https://access.redhat.com/errata/RHSA-2026:27735 redhat-SADPThird Party Advisory
https://access.redhat.com/errata/RHSA-2026:36018 redhat-SADPThird Party Advisory
https://access.redhat.com/errata/RHSA-2026:44230 redhat-SADP

see all 24 references

Weakness Enumeration

CWE-IDCWE NameSource
CWE-416Use After Free[email protected]
CWE-123Write-what-where Conditionredhat-SADP

Affected Products

ProductVersions
linux linux kernel
>= 6.0, < 6.1.176
>= 6.2, < 6.6.142
>= 6.7, < 6.12.92
>= 6.13, < 6.18.34
>= 6.19, < 7.0.11

CPE

  • cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:7.1:rc1:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:7.1:rc2:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:7.1:rc3:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:7.1:rc4:*:*:*:*:*:*

Remediation

  • No remediation found in references.

Change History

18 change records found show changes


QUICK INFO

CVE Dictionary Entry:
CVE-2026-46323
NVD Published Date:
Jun 9, 2026
NVD Last Modified:
Sep 8, 2026
Source:
kernel.org
CVE-2026-46323 Details - Not Deferred