Vulnerability Description
In the Linux kernel, the following vulnerability has been resolved: netfilter: nf_dup_netdev: add nf_dev_xmit_recursion*() helpers and use them Update nft_dup and nft_fwd to use the nf_dev_xmit_recursion() helpers. This patch also disables BH when transmitting the skb to address a possible migration to different CPU leading to imbalanced decrementation of the recursion counters. This is modeled after Florian Westphal's dev_xmit_recursion*() API available since commit 97cdcf37b57e ("net: place xmit recursion in softnet data") according to its current state in the tree.
CVSS Score
HIGH
References
- https://git.kernel.org/stable/c/2354e975932dabb06fad239f07a3b68fd1809737
- https://git.kernel.org/stable/c/edf234f71fb327792196f813048ab8f5bd3bb712
FAQ
What is CVE-2026-74260?
CVE-2026-74260 is a vulnerability with a CVSS score of 7.8 (HIGH). In the Linux kernel, the following vulnerability has been resolved: netfilter: nf_dup_netdev: add nf_dev_xmit_recursion*() helpers and use them Update nft_dup and nft_fwd to use the nf_dev_xmit_recu...
How severe is CVE-2026-74260?
CVE-2026-74260 has been rated HIGH with a CVSS base score of 7.8/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-74260?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.