2 matches found
CVE-2024-46799
In the Linux kernel, the following vulnerability has been resolved: net: ethernet: ti: am65-cpsw: Fix NULL dereference on XDPTX If number of TX queues are set to 1 we get a NULL pointer dereference during XDPTX. ethtool -L eth0 tx 1 ./xdp-trafficgen udp -A -a eth0 -t 2 Transmitting on eth0 ifinde...
CVE-2024-46799
CVE-2024-46799 — Linux kernel net: ethernet: ti: am65-cpsw : The issue is a NULL pointer dereference in am65_cpsw_ndo_xdp_xmit() that occurs when the number of TX queues is set to 1 during XDP_TX. The Astra Linux entry and canonical description confirm the root cause and the fix: use actual TX qu...