3 matches found
CVE-2026-72425
In the Linux kernel, the following vulnerability has been resolved: ice: fix FDIR CTRL VSI resource leak in iceresetallvfs Resetting all VFs causes resource leak on VFs with FDIR filters enabled as CTRL VSIs are only invalidated and not freed. Fix by using icevfctrlvsirelease instead of...
CVE-2026-72425
The CVE-2026-72425 entry describes a Linux kernel issue where, when resetting all VFs, VFs with FDIR filters could leak resources because CTRL VSIs were only invalidated and not freed. The underlying root cause is that ice_vf_ctrl_vsi_invalidate_vsi() does not free CTRL VSIs, unlike ice_reset_vf(...
PT-2026-72613
In the Linux kernel, the following vulnerability has been resolved: ice: fix FDIR CTRL VSI resource leak in ice reset all vfs Resetting all VFs causes resource leak on VFs with FDIR filters enabled as CTRL VSIs are only invalidated and not freed. Fix by using ice vf ctrl vsi release instead of ic...