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

net: txgbe: fix FDIR filter leak on remove

Perfect FDIR filters can be added while the interface is down and are
kept on the software list for later restore. unregister_netdev() only
calls ndo_stop when the device is up, so txgbe_fdir_filter_exit() in
txgbe_close() is skipped in that case and the filters are leaked on
driver remove. Free the filter list from txgbe_remove() as well.
Published: 2026-08-10
Score: 4.1 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

In the Linux kernel driver txgbe, forwarding‑directed (FDIR) filter entries added while the interface is down are not removed when the device is taken away while the interface remains up. The driver’s remove routine skips cleanup of the filter list, resulting in a leak of memory and driver state. Although the defect does not grant an attacker remote code execution or privilege escalation, repeated removal of the interface could exhaust system memory and degrade overall kernel stability.

Affected Systems

All Linux kernel builds prior to the inclusion of the patch that addresses CVE‑2026‑68321 are affected. The bug is limited to the txgbe driver, which implements a 10 Gigabit Ethernet controller. No specific kernel version numbers are listed, but any kernel that contains the legacy txgbe driver code without the fix is vulnerable.

Risk and Exploitability

An EPSS score of less than 1% is recorded for this vulnerability, indicating a very low probability of exploitation, and it is not listed in CISA’s KEV catalog. The CVSS score is 4.1. The likely attack vector involves a local attacker who can trigger driver removal while the network interface remains up, which is inferred from the fact that the bug only manifests during driver removal when the device is still active. Based on the description, it is inferred that the flaw could lead to resource exhaustion but does not provide a path for remote code execution or privilege escalation. The risk level is therefore low to moderate, primarily affecting resource availability rather than confidentiality or integrity.

Generated by OpenCVE AI on August 13, 2026 at 05:58 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the kernel to a version that includes the txgbe FDIR filter leak fix. The patch is available in the official Linux kernel repositories and can be applied through your distribution’s update mechanism.
  • If an immediate kernel upgrade is not possible, ensure that the network interface is brought down before removing the driver to prevent the leak. This mitigates the resource exhaustion risk while the patch is pending.
  • Manually apply the patch commits referenced in the advisory if you maintain a custom kernel build, or use the provided git commits to cherry‑pick the fix into your kernel source.

Generated by OpenCVE AI on August 13, 2026 at 05:58 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Debian DLA Debian DLA DLA-4745-1 linux-6.12 security update
History

Thu, 13 Aug 2026 04:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-401

Wed, 12 Aug 2026 00:15:00 +0000

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

None

cvssV3_1

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

threat_severity

Moderate


Mon, 10 Aug 2026 17:45:00 +0000

Type Values Removed Values Added
Weaknesses CWE-401

Mon, 10 Aug 2026 12:30:00 +0000

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: net: txgbe: fix FDIR filter leak on remove Perfect FDIR filters can be added while the interface is down and are kept on the software list for later restore. unregister_netdev() only calls ndo_stop when the device is up, so txgbe_fdir_filter_exit() in txgbe_close() is skipped in that case and the filters are leaked on driver remove. Free the filter list from txgbe_remove() as well.
Title net: txgbe: fix FDIR filter leak on remove
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:03:18.882Z

Reserved: 2026-07-30T09:28:09.382Z

Link: CVE-2026-68321

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-10T13:20:22.170

Modified: 2026-08-17T05:18:35.060

Link: CVE-2026-68321

cve-icon Redhat

Severity : Moderate

Publid Date: 2026-08-10T12:02:56Z

Links: CVE-2026-68321 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-13T06:00:04Z

Weaknesses
  • CWE-772

    Missing Release of Resource after Effective Lifetime