CVE-2026-74695: netfilter: nf_flow_table: drop existing skb dst before skb_dst_set_noref()

Published Aug 22, 2026
·
Updated

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

netfilter: nfflowtable: drop existing skb dst before skbdstsetnoref()

Incoming skbs passing through netfilter flowtable offload hooks (or XFRM offload path) might already carry a ref-counted dstentry assigned during earlier RX or routing steps.

Calling skbdstsetnoref() when skb already holds a ref-counted dst overwrites skb->skbrefdst, leaking the previous dstentry reference count and triggering a DEBUGNETWARNONONCE assertion in skbdstcheckunset():

WARNING: at skbdstcheckunset include/linux/skbuff.h:1170 WARNING: at skbdstsetnoref include/linux/skbuff.h:1234 WARNING: at nfflowoffloadiphook+0xf6c/0x2b60 net/netfilter/nfflowtableip.c:864

Drop any existing dstentry reference with skbdstdrop(skb) before setting the non-referenced flowtable destination.

Affected Software

1 affected component
Linux Kernel

Remediation

Recommended actions to resolve this vulnerability, in priority order.

  1. Configuration

    Before calling skb_dst_set_noref() when skb already holds a ref-counted dst_entry, drop the existing dst_entry reference by calling skb_dst_drop(skb) to avoid leaking the previous dst_entry reference.

    Linux kernel netfilter flowtable offload skb->_skb_refdst dst_entry handling = Drop existing dst_entry with skb_dst_drop(skb) before calling skb_dst_set_noref()

Event History

Aug 22, 2026
CVE Published
via MITRE·03:32 PM
Data Sourced
via MITRE·03:32 PM
Description
Data Sourced
via NVD·04:16 PM
Description

Frequently Asked Questions

1

Which systems are exposed to this issue?

Systems whose incoming packets traverse netfilter flowtable offload hooks or the XFRM offload path may be exposed, particularly when those packets already carry a ref-counted dst_entry from earlier receive or routing processing.

2

What does triggering the flaw require?

A packet must reach the affected flowtable or XFRM offload processing path with an existing ref-counted destination entry. The vulnerable handling overwrites that destination state with a non-referenced flowtable destination without first releasing the prior reference.

3

How can I identify signs of exposure?

With kernel debug checks enabled, affected processing can produce a DEBUG_NET_WARN_ON_ONCE assertion in skb_dst_check_unset(), with warnings referencing skb_dst_set_noref() and nf_flow_offload_ip_hook. The condition also leaks the previous dst_entry reference count.

4

What mitigation is indicated by the available information?

Apply a kernel update containing the fix that calls skb_dst_drop(skb) before assigning the non-referenced flowtable destination. The provided data does not specify a configuration-only workaround.

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