4 matches found
EUVD-2023-60355
In the Linux kernel, the following vulnerability has been resolved: ixgbe: Fix panic during XDPTX with 64 CPUs Commit 4fe815850bdc "ixgbe: let the xdpdrv work with more than 64 cpus" adds support to allow XDP programs to run on systems with more than 64 CPUs by locking the XDP TX rings and indexi...
CVE-2023-54090
CVE-2023-54090 relates to Linux kernel ixgbe XDP_TX handling on systems with more than 64 CPUs. The patch "ixgbe: let the xdpdrv work with more than 64 cpus" tried to support >64 CPUs by locking XDP TX rings and indexing via cpu % 64 (IXGBE_MAX_XDP_QS). On systems with >64 cores, this patch...
CVE-2023-54090 ixgbe: Fix panic during XDP_TX with > 64 CPUs
In the Linux kernel, the following vulnerability has been resolved: ixgbe: Fix panic during XDPTX with 64 CPUs Commit 4fe815850bdc "ixgbe: let the xdpdrv work with more than 64 cpus" adds support to allow XDP programs to run on systems with more than 64 CPUs by locking the XDP TX rings and indexi...
kernel: ixgbe: Fix panic during XDP_TX with > 64 CPUs
A flaw was found in the Linux kernel's ixgbe network driver. On systems with more than 64 CPUs, XDPTX operations can cause a kernel panic due to an array-index-out-of-bounds access. The ixgbexdplockingkey variable can be incorrectly decremented to zero during ring reconfiguration, causing the...