In the Linux kernel, the following vulnerability has been resolved:
netfilter: nfflowtable: drop existing skb dst before skbdstset_noref()
Incoming skbs passing through netfilter flowtable offload hooks (or XFRM offload path) might already carry a ref-counted dst_entry 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 skbdstcheck_unset():
WARNING: at skbdstcheckunset include/linux/skbuff.h:1170 WARNING: at skbdstsetnoref include/linux/skbuff.h:1234 WARNING: at nfflowoffloadiphook+0xf6c/0x2b60 net/netfilter/nfflowtable_ip.c:864
Drop any existing dstentry reference with skbdst_drop(skb) before setting the non-referenced flowtable destination.
{
"cna_assigner": "Linux",
"osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/74xxx/CVE-2026-74695.json"
}