NONE · 0

CVE-2026-68321

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 softw...

Vulnerability 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.

References

FAQ

What is CVE-2026-68321?

CVE-2026-68321 is a documented vulnerability. 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 softw...

How severe is CVE-2026-68321?

CVSS scoring is not yet available for CVE-2026-68321. Check NVD for updates.

Is there a patch for CVE-2026-68321?

Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.