CVE-2026-46323
Linux Kernel vulnerability analysis and mitigation

Overview

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).

Technical details

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).

Impact

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).

Exploitability

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.

Indicators of compromise

  • Logs: Kernel oops or panic messages in /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.
  • System Behavior: Unexpected system crashes or kernel panics on hosts with high network throughput or zerocopy networking enabled (e.g., using MSG_ZEROCOPY or AF_XDP).
  • Process: Anomalous processes with elevated privileges appearing after a kernel crash/recovery cycle, which could indicate post-exploitation activity following a successful UAF exploit.

Mitigation and workarounds

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).

Community reactions

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).

Additional resources


SourceThis report was generated using AI

Related Linux Kernel vulnerabilities:

CVE ID

Severity

Score

Technologies

Component name

CISA KEV exploit

Has fix

Published date

CVE-2026-74732NONEN/A
  • Linux Kernel logoLinux Kernel
  • kernel-firmware
NoYesAug 22, 2026
CVE-2026-74730NONEN/A
  • Linux Kernel logoLinux Kernel
  • kernel-debug-devel
NoYesAug 22, 2026
CVE-2026-74726NONEN/A
  • Linux Kernel logoLinux Kernel
  • kernel-64k-debug-modules
NoYesAug 22, 2026
CVE-2026-74719NONEN/A
  • Linux Kernel logoLinux Kernel
  • kernel-64k-modules-partner
NoYesAug 22, 2026
CVE-2026-74717NONEN/A
  • Linux Kernel logoLinux Kernel
  • rtla
NoYesAug 22, 2026

Free Vulnerability Assessment

Benchmark your Cloud Security Posture

Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.

Request assessment

Get a personalized demo

Ready to see Wiz in action?

"Best User Experience I have ever seen, provides full visibility to cloud workloads."
David EstlickCISO
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
Adam FletcherChief Security Officer
"We know that if Wiz identifies something as critical, it actually is."
Greg PoniatowskiHead of Threat and Vulnerability Management