2 matches found
The vulnerability of the ice_xmit_frame_ring() function in the drivers/net/ethernet/intel/ice/ice_txrx.c file of the Ethernet network adapter driver for the Linux operating system allows a hacker to compromise the confidentiality, integrity, and accessibility of the protected information.
The vulnerability of the icexmitframering function in the drivers/net/ethernet/intel/ice/icetxrx.c file of the Ethernet network adapter driver for the Linux operating system is related to the repeated release of previously released memory. Exploiting this vulnerability could allow an attacker to...
CVE-2026-53009: Double Free
In the Linux kernel, the following vulnerability has been resolved: ice: fix double-free of txbuf skb If icetso or icetxcsum fail, the error path in icexmitframering frees the skb, but the 'first' txbuf still points to it and is marked as valid ICETXBUFSKB. 'nexttouse' remains unchanged, so the...