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.
Published: 2026-08-15
Score: 7.8 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability involves an imbalance in the decrementing of recursion counters used by the nf_dup_netdev module of the Linux kernel. When packets are transmitted across multiple CPU cores, the counters controlling packet recursion are not properly decremented, which can lead to a corrupted stack state or infinite recursion. Based on the description, this flaw could potentially cause kernel instability or a denial‑of‑service condition, though such an outcome is inferred rather than explicitly stated in the official report.

Affected Systems

The flaw affects any Linux kernel that incorporates the nf_dup_netdev module without the nf_dev_xmit_recursion helpers added in the referenced patch. This includes mainline kernels predating commit 2354e9759 as well as kernel versions in distributions that have not incorporated that commit. All Linux platforms running an affected kernel should consider this issue patchable via a kernel update.

Risk and Exploitability

The CVSS score of 7.8 indicates high severity, while an EPSS score of <1% suggests a low probability of exploitation at present. The vulnerability is not listed in CISA’s KEV catalog, and no public exploit is known. The description does not specify privilege requirements; however, the flaw resides in the network packet handling path of the kernel, so it is likely exploitable through crafted network traffic sent to the affected host. Attackers would need to target packets traversing the nf_dup_netdev code to trigger the recursion counter imbalance.

Generated by OpenCVE AI on August 22, 2026 at 06:40 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update to the latest Linux kernel release that contains the nf_dev_xmit_recursion patch or backport the patch from commit 2354e9759 into the current kernel
  • Reboot the system so the updated kernel and its modules are loaded
  • Monitor kernel logs (e.g., dmesg, /var/log/kern.log) for packet processing errors or signs of kernel instability

Generated by OpenCVE AI on August 22, 2026 at 06:40 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Sat, 22 Aug 2026 05:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-368

Thu, 20 Aug 2026 00:15:00 +0000

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

None

threat_severity

Moderate


Mon, 17 Aug 2026 06:00:00 +0000

Type Values Removed Values Added
Metrics cvssV3_1

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


Sat, 15 Aug 2026 12:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-368

Sat, 15 Aug 2026 06:15:00 +0000

Type Values Removed Values Added
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.
Title netfilter: nf_dup_netdev: add nf_dev_xmit_recursion*() helpers and use them
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-17T05:45:09.808Z

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

Link: CVE-2026-74260

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-15T06:22:25.210

Modified: 2026-08-17T06:19:19.500

Link: CVE-2026-74260

cve-icon Redhat

Severity : Moderate

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

Links: CVE-2026-74260 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-22T06:45:04Z

Weaknesses
  • CWE-821

    Incorrect Synchronization