3 matches found
CVE-2022-50877 net: broadcom: bcm4908_enet: update TX stats after actual transmission
In the Linux kernel, the following vulnerability has been resolved: net: broadcom: bcm4908enet: update TX stats after actual transmission Queueing packets doesn't guarantee their transmission. Update TX stats after hardware confirms consuming submitted data. This also fixes a possible race and NU...
CVE-2022-50877
CVE-2022-50877 concerns the Linux kernel, specifically the Broadcom bcm4908_enet driver. The issue stems from queuing packets without guarantees of transmission, leading to a race and NULL dereference where bcm4908_enet_start_xmit() could access an skb after it has been freed in bcm4908_enet_poll...
CVE-2024-56788
In the Linux kernel, the following vulnerability has been resolved: net: ethernet: oatc6: fix tx skb race condition between reference pointers There are two skb pointers to manage tx skb's enqueued from n/w stack. waitingtxskb pointer points to the tx skb which needs to be processed and...