3 matches found
CVE-2025-38545 net: ethernet: ti: am65-cpsw-nuss: Fix skb size by accounting for skb_shared_info
In the Linux kernel, the following vulnerability has been resolved: net: ethernet: ti: am65-cpsw-nuss: Fix skb size by accounting for skbsharedinfo While transitioning from netdevallocipalign to buildskb, memory for the "skbsharedinfo" member of an "skb" was not allocated. Fix this by allocating...
CVE-2025-38545
CVE-2025-38545 : In the Linux kernel, the am65 CPSW network driver (ti am65-cpsw-nuss) had an issue where skb_shared_info memory was not allocated during transition from netdev_alloc_ip_align() to build_skb(). The fix allocates PAGE_SIZE as the skb length (accounting for packet length, headroom, ...
PT-2025-33588
Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: A flaw exists in the Linux kernel related to memory allocation for the skb shared info member of an skb socket buffer during the transition from netdev alloc ip align to build skb...