3 matches found
Unity Linux 20.1070a Security Update: kernel (UTSA-2026-005730)
The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2026-005730 advisory. In the Linux kernel, the following vulnerability has been resolved: ntbnetdev: Use devkfreeskbany in interrupt context TX/RX callback handlers ntbnetdevtxhandler,...
CVE-2022-50832
CVE-2022-50832 is a Linux kernel issue affecting the wilc1000 WiFi driver, where wilc_mac_xmit() could return NETDEV_TX_OK without freeing the socket buffer (skb). The fix adds a dev_kfree_skb() to ensure the skb is freed. The description indicates this was a compile-tested fix. No exploit detail...
SUSE CVE-2022-48958
In the Linux kernel, the following vulnerability has been resolved: ethernet: aeroflex: fix potential skb leak in grethinitrings The grethinitrings function won't free the newly allocated skb when dmamappingerror returns error, so add devkfreeskb to fix it. Compile tested only...