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: n/a
EPSS: n/a
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

No EPSS score is available for this vulnerability and it is not listed in CISA’s KEV catalog. The CVSS score is not provided in the data. 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 10, 2026 at 17:28 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 10, 2026 at 17:28 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

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-10T12:02:56.166Z

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

Link: CVE-2026-68321

cve-icon Vulnrichment

No data.

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-10T17:30:17Z

Weaknesses
  • CWE-401

    Missing Release of Memory after Effective Lifetime