Vulnerability 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.
CVSS Score
HIGH
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux Kernel | >= 6.0, < 6.1.176 |
Related Weaknesses (CWE)
References
- https://git.kernel.org/stable/c/1f9c828556416fbe3f49386708ce999fc4d4da06Patch
- https://git.kernel.org/stable/c/3c6cc9f2ca65b6dd61b1af75452dc0e1cd0aad8dPatch
- https://git.kernel.org/stable/c/44bea2032af0425e4ce6d26a8af0ede79db49ec1Patch
- https://git.kernel.org/stable/c/479084ae0e1d9cb7929cb4298d35623de189f80aPatch
- https://git.kernel.org/stable/c/4db79a322db8c97f7b73b8a347395ef4d685eb40Patch
- https://git.kernel.org/stable/c/e334cbf3388fd9334503a778a82d9e9f14dd2f71Patch
- https://access.redhat.com/errata/RHSA-2026:27708Third Party Advisory
- https://access.redhat.com/errata/RHSA-2026:27731Third Party Advisory
- https://access.redhat.com/errata/RHSA-2026:27735Third Party Advisory
- https://access.redhat.com/errata/RHSA-2026:36018Third Party Advisory
- https://access.redhat.com/errata/RHSA-2026:44230
- https://access.redhat.com/errata/RHSA-2026:44231
- https://access.redhat.com/errata/RHSA-2026:44259
- https://access.redhat.com/errata/RHSA-2026:44262
- https://access.redhat.com/errata/RHSA-2026:44270
FAQ
What is CVE-2026-46323?
CVE-2026-46323 is a vulnerability with a CVSS score of 7.8 (HIGH). 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 z...
How severe is CVE-2026-46323?
CVE-2026-46323 has been rated HIGH with a CVSS base score of 7.8/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-46323?
Check the references section above for vendor advisories and patch information. Affected products include: Linux Linux Kernel.