
Cloud Vulnerability DB
A community-led vulnerabilities database
CVE-2026-46323 is a use-after-free (UAF) vulnerability in the Linux kernel's Generic Receive Offload (GRO) networking path, specifically in the skb_gro_receive() function. The flaw arises because the function merges socket buffer (skb) fragments without checking the SKBFL_MANAGED_FRAG_REFS zerocopy status flag, allowing page references to be appended without proper refcount management. It affects Linux kernel versions from 6.0 onward, with patches available in stable releases including 6.6.142, 6.12.92, 6.18.34, 7.0.11, and 7.1-rc5. Disclosed on June 9, 2026, it carries a CVSS v3.1 base score of 7.8 (High) (GitHub Advisory, Feedly).
The root cause is a use-after-free condition (CWE-416) in the kernel's GRO receive path. When SKBFL_MANAGED_FRAG_REFS is set on a zerocopy skb, the skb does not hold a reference on the pages listed in shinfo->frags. The skb_gro_receive() function can copy these frags to another skb in the GRO chain without incrementing the page refcount, meaning the pages can be freed while still referenced by the destination skb. The fix prevents merging when either the source skb or the last skb in the GRO chain has zerocopy status set. The vulnerability requires local access with low privileges to trigger, as an attacker must be able to send or influence network packets processed by the GRO path (GitHub Advisory, Feedly).
Successful exploitation can result in high confidentiality, integrity, and availability impact on the affected system. An attacker exploiting the UAF condition could read sensitive kernel memory contents (memory disclosure), corrupt kernel data structures (integrity loss), or trigger kernel crashes leading to denial of service. The vulnerability is local in scope, meaning it primarily affects the host system rather than enabling direct lateral movement across a network, but kernel-level memory access could facilitate privilege escalation (GitHub Advisory, Feedly).
As of the time of reporting, there is no public proof-of-concept exploit and no evidence of in-the-wild exploitation (Feedly). The vulnerability is not listed in the CISA Known Exploited Vulnerabilities (KEV) catalog. The EPSS score is approximately 0.018% (0.000180), indicating a very low probability of exploitation in the near term. No threat actor attribution has been reported.
/var/log/kern.log or dmesg output referencing skb_gro_receive, GRO path, or memory corruption errors; unexpected kernel BUG/WARN traces involving net/core/gro.c.MSG_ZEROCOPY or AF_XDP).Update the Linux kernel to a patched stable version: 6.6.142, 6.12.92, 6.18.34, 7.0.11, or 7.1-rc5 and later. Red Hat has issued advisory RHSA-2026:27735 for affected RHEL systems, and openSUSE has published a security announcement for its kernel packages. As a temporary workaround where patching is not immediately possible, restrict network access from untrusted sources and monitor for kernel crash indicators. Disabling zerocopy networking features (e.g., MSG_ZEROCOPY) may reduce exposure but is not a complete mitigation (GitHub Advisory, Red Hat Advisory, openSUSE Advisory).
Red Hat issued a security errata (RHSA-2026:27735) addressing this vulnerability for affected RHEL kernel packages, and openSUSE published a security announcement for its distributions. The Yocto Project security mailing list also tracked the CVE for embedded Linux builds. No notable independent researcher commentary or significant social media discussion has been observed beyond standard vulnerability tracking (Red Hat Advisory, openSUSE Advisory).
Source: This report was generated using AI
Free Vulnerability Assessment
Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.
Get a personalized demo
"Best User Experience I have ever seen, provides full visibility to cloud workloads."
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
"We know that if Wiz identifies something as critical, it actually is."