4 matches found
CVE-2026-72038
In the Linux kernel, the following vulnerability has been resolved: net: liquidio: fix BAR resource leak on PF number failure If cn23xxgetpfnum fails, the function returns without unmapping either BAR. Unmap both BARs before returning from the error path. Found by manual code review...
EUVD-2026-58996
In the Linux kernel, the following vulnerability has been resolved: net: liquidio: fix BAR resource leak on PF number failure If cn23xxgetpfnum fails, the function returns without unmapping either BAR. Unmap both BARs before returning from the error path. Found by manual code review...
CVE-2026-72038
The CVE-2026-72038 entry documents a Linux kernel issue in the net: liquidio driver where BAR resources are leaked on PF number failure. Root cause: cn23xx_get_pf_num() may fail and return without unmapping either BAR, leading to a resource leak. The fix unmaps both BARs before returning from the...
PT-2026-72227
In the Linux kernel, the following vulnerability has been resolved: net: liquidio: fix BAR resource leak on PF number failure If cn23xx get pf num fails, the function returns without unmapping either BAR. Unmap both BARs before returning from the error path. Found by manual code review...