CVE-2026-46323
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Summary
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.
Affected Software
| Vendor | Product | Version Range | Status |
|---|---|---|---|
| Linux | Linux | 753f1ca4e1e50248a1b760c9774d6d6b354562cc < 3c6cc9f2ca65b6dd61b1af75452dc0e1cd0aad8d | affected |
| Linux | Linux | 753f1ca4e1e50248a1b760c9774d6d6b354562cc < 1f9c828556416fbe3f49386708ce999fc4d4da06 | affected |
| Linux | Linux | 753f1ca4e1e50248a1b760c9774d6d6b354562cc < 479084ae0e1d9cb7929cb4298d35623de189f80a | affected |
| Linux | Linux | 753f1ca4e1e50248a1b760c9774d6d6b354562cc < e334cbf3388fd9334503a778a82d9e9f14dd2f71 | affected |
| Linux | Linux | 753f1ca4e1e50248a1b760c9774d6d6b354562cc < 44bea2032af0425e4ce6d26a8af0ede79db49ec1 | affected |
| Linux | Linux | 753f1ca4e1e50248a1b760c9774d6d6b354562cc < 4db79a322db8c97f7b73b8a347395ef4d685eb40 | affected |
| Linux | Linux | 6.0 | affected |
| Linux | Linux | 0 < 6.0 | unaffected |
| Linux | Linux | 6.1.176 <= 6.1.* | unaffected |
| Linux | Linux | 6.6.142 <= 6.6.* | unaffected |
| Linux | Linux | 6.12.92 <= 6.12.* | unaffected |
| Linux | Linux | 6.18.34 <= 6.18.* | unaffected |
| Linux | Linux | 7.0.11 <= 7.0.* | unaffected |
| Linux | Linux | 7.1 <= * | unaffected |
Weaknesses
ADP Enrichment
kernel: Linux kernel: Use-After-Free in net/gro due to improper handling of zerocopy skbs
Additional References
- https://access.redhat.com/security/cve/CVE-2026-46323
- https://bugzilla.redhat.com/show_bug.cgi?id=2479832
- https://security.access.redhat.com/data/csaf/v2/vex/2026/cve-2026-46323.json
- https://access.redhat.com/errata/RHSA-2026:27731
- https://access.redhat.com/errata/RHSA-2026:27735
- https://access.redhat.com/errata/RHSA-2026:27708
References
- https://git.kernel.org/stable/c/3c6cc9f2ca65b6dd61b1af75452dc0e1cd0aad8d
- https://git.kernel.org/stable/c/1f9c828556416fbe3f49386708ce999fc4d4da06
- https://git.kernel.org/stable/c/479084ae0e1d9cb7929cb4298d35623de189f80a
- https://git.kernel.org/stable/c/e334cbf3388fd9334503a778a82d9e9f14dd2f71
- https://git.kernel.org/stable/c/44bea2032af0425e4ce6d26a8af0ede79db49ec1
- https://git.kernel.org/stable/c/4db79a322db8c97f7b73b8a347395ef4d685eb40
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.