3 matches found
Linux Distros Unpatched Vulnerability : CVE-2024-56788
The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - 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...
CVE-2024-56788
creationtimestamp| type| source ---|---|--- 2025-01-11 13:06:12+00:00| published-proof-of-concept| https://t.me/DarkWebInformerCVEAlerts/1303 2025-01-11 13:17:25+00:00| seen| https://bsky.app/profile/cve-notifications.bsky.social/post/3lfhs65qdod25 2025-01-11 14:55:15+00:00| seen|...
CVE-2024-56788
CVE-2024-56788 concerns the Linux kernel’s net: ethernet oa_tc6 implementation. The vulnerability is a race between two skb pointers used for TX: ongoing_tx_skb (being processed) and waiting_tx_skb (queued). The SPI thread moves data from ongoing_tx_skb to the next TX, then may assign NULL to ong...