3 matches found
CVE-2026-43031
In the Linux kernel, the following vulnerability has been resolved: net: xilinx: axienet: Fix BQL accounting for multi-BD TX packets When a TX packet spans multiple buffer descriptors scatter-gather, axienetfreetxchain sums the per-BD actual length from descriptor status into a caller-provided...
CVE-2025-68301
In the Linux kernel, the following vulnerability has been resolved: net: atlantic: fix fragment overflow handling in RX path The atlantic driver can receive packets with more than MAXSKBFRAGS 17 fragments when handling large multi-descriptor packets. This causes an out-of-bounds write in...
CVE-2025-68301
The CVE-2025-68301 issue affects the Linux kernel atlantic driver (AQC113 10G NIC) where the RX path could overflow fragments when a packet requires more than MAX_SKB_FRAGS, causing an out-of-bounds write in skb_add_rx_frag_netmem() and a kernel panic. The fix adds an assumption of an extra fragm...