CVE-2026-74746: netfilter: flowtable: publish GC-visible tuple last

Published Aug 26, 2026
·
Updated

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

netfilter: flowtable: publish GC-visible tuple last

nfflowtableiterate() only treats original-direction tuple nodes as owning entries. Publishing the original node first lets GC observe and free a flow while flowoffloadadd() 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 (rhtdeferredworker, jhash, flowoffloaddel, flowoffloadlookup, etc.).

Affected Software

1 affected component
Linux Linux kernel

Event History

Aug 26, 2026
CVE Published
via MITRE·02:36 PM
Data Sourced
via MITRE·02:36 PM
Description
Data Sourced
via NVD·03:16 PM
Description

Frequently Asked Questions

1

Which systems are exposed to this issue?

Systems using the Linux kernel netfilter flowtable functionality are relevant. The race occurs while a flow is being added and garbage collection can inspect the flowtable.

2

What timing is required for the bug to occur?

Garbage collection must observe the original-direction tuple after it is published but before the reply-direction tuple has been inserted. In that window, GC can treat the partially installed flow as an owned entry and free it.

3

What evidence might indicate this issue has occurred?

KASAN may report slab use-after-free reads or writes involving the flowtable and rhashtable paths. Reported functions can include rht_deferred_worker, jhash, flow_offload_del, and flow_offload_lookup.

4

How can I verify that a kernel source tree includes the fix?

The corrected behavior publishes the reply-direction tuple before publishing the original-direction tuple, preventing GC from seeing a partially installed flow. The listed stable-kernel references identify commits containing this change.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203