3 matches found
ROOT-OS-UBUNTU-2204-CVE-2026-23256 CVE-2026-23256 in rootio-linux - Patched by Root
Root has patched CVE-2026-23256 in the rootio-linux package for Root:Ubuntu:22.04. Multiple fixed versions available...
CVE-2026-23256
A memory leak was found in the Linux kernel's LiquidIO network driver for Virtual Functions VF. In setupnicdevices, when initialization fails, the cleanup loop uses whilei-- which skips freeing resources at the failing index i due to an off-by-one error. This causes memory to leak on each...
CVE-2026-23256
In the Linux kernel, the following vulnerability has been resolved: net: liquidio: Fix off-by-one error in VF setupnicdevices cleanup In setupnicdevices, the initialization loop jumps to the label setupnicdevfree on failure. The current cleanup loop whilei-- skip the failing index i, causing a...