Description
In the Linux kernel, the following vulnerability has been resolved:

netfilter: flowtable: publish GC-visible tuple last

nf_flow_table_iterate() only treats original-direction tuple nodes as
owning entries. Publishing the original node first lets GC observe and
free a flow while flow_offload_add() is still inserting the reply node.
Publish the reply node first and the original node last so GC never
sees a partially installed flow.

KASAN can trigger slab-use-after-free read and write reports in the
flowtable/rhashtable path (rht_deferred_worker, jhash, flow_offload_del,
flow_offload_lookup, etc.).
Published: 2026-08-26
Score: 9.8 Critical
EPSS: < 1% Very Low
KEV: No
Impact: Local Privilege Escalation
Action: Apply Patch
AI Analysis

Impact

The Linux kernel’s netfilter flow‑table subsystem contains a race condition related to the order in which tuple nodes are made visible to the garbage collector. The original‑direction tuple node is published first, allowing the garbage collector to free the flow while the offload routine is still inserting the reply node. This ordering can trigger a slab‑use‑after‑free (CWE‑825), which appears as read and write faults in various flowtable functions. If successfully exploited, an attacker could corrupt kernel memory, potentially allowing arbitrary code execution or a kernel crash.

Affected Systems

All Linux kernel distributions that ship the vulnerable netfilter flow‑table implementation before the commit that reorders tuple publication are affected. Any kernel lacking the patch is at risk.

Risk and Exploitability

The CVSS score of 9.8 indicates a high‑severity kernel use‑after‑free. The EPSS score is below 1  %, implying publicly visible exploitation is currently low. The vulnerability is not listed in CISA KEV, so no active exploits are known. The likely attack vector is local or privileged users who can influence Netfilter flow offloading; based on the race condition, it is inferred that crafted network traffic could also trigger the exploit. Successful exploitation could lead to kernel privilege escalation or a denial‑of‑service through a crash.

Generated by OpenCVE AI on August 28, 2026 at 18:26 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the Linux kernel to a version that contains the commit correcting the tuple publishing order.
  • Reboot the system to load the patched kernel after an in‑place update.
  • If flow offloading is not required, disable the flow_offload feature to eliminate the race surface.

Generated by OpenCVE AI on August 28, 2026 at 18:26 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Debian DLA Debian DLA DLA-4777-1 linux security update
History

Fri, 28 Aug 2026 08:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-362

Thu, 27 Aug 2026 18:00:00 +0000

Type Values Removed Values Added
Weaknesses CWE-825
References
Metrics threat_severity

None

threat_severity

Important


Thu, 27 Aug 2026 11:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-362

Thu, 27 Aug 2026 09:00:00 +0000

Type Values Removed Values Added
Weaknesses CWE-416

Thu, 27 Aug 2026 06:15:00 +0000

Type Values Removed Values Added
Metrics cvssV3_1

{'score': 9.8, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H'}


Wed, 26 Aug 2026 15:45:00 +0000

Type Values Removed Values Added
Weaknesses CWE-416

Wed, 26 Aug 2026 14:45:00 +0000

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: netfilter: flowtable: publish GC-visible tuple last nf_flow_table_iterate() only treats original-direction tuple nodes as owning entries. Publishing the original node first lets GC observe and free a flow while flow_offload_add() is still inserting the reply node. Publish the reply node first and the original node last so GC never sees a partially installed flow. KASAN can trigger slab-use-after-free read and write reports in the flowtable/rhashtable path (rht_deferred_worker, jhash, flow_offload_del, flow_offload_lookup, etc.).
Title netfilter: flowtable: publish GC-visible tuple last
First Time appeared Linux
Linux linux Kernel
CPEs cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
Vendors & Products Linux
Linux linux Kernel
References

Subscriptions

Linux Linux Kernel
cve-icon MITRE

Status: PUBLISHED

Assigner: Linux

Published:

Updated: 2026-08-27T05:01:07.405Z

Reserved: 2026-08-15T05:44:03.931Z

Link: CVE-2026-74746

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-26T15:16:53.503

Modified: 2026-08-27T06:17:25.033

Link: CVE-2026-74746

cve-icon Redhat

Severity : Important

Publid Date: 2026-08-26T00:00:00Z

Links: CVE-2026-74746 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-28T18:30:08Z

Weaknesses
  • CWE-825

    Expired Pointer Dereference