3 matches found
EUVD-2026-39306
In the Linux kernel, the following vulnerability has been resolved: net: mvpp2: refill RX buffers before XDP or skb use The RX error path returns the current descriptor buffer to the hardware BM pool. That is only valid while the driver still owns the buffer. mvpp2rxrefill can fail after the...
Unity Linux 20.1050e / 20.1070e Security Update: kernel (UTSA-2026-011047)
The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2026-011047 advisory. In the Linux kernel, the following vulnerability has been resolved: net: sxgbe: fix potential NULL dereference in sxgberx Currently, when skb is null, the driver...
CVE-2025-68302
CVE-2025-68302 concerns the Linux kernel driver net/sxgbe (sxgbe_main.c). The issue is a potential NULL dereference in sxgbe_rx() when skb is NULL, where an error is printed and skb is dereferenced on the next line. The fix adds a break after the error to switch to sxgbe_rx_refill(), mirroring th...