CVE-2025-38545
Severity CVSS v4.0:
Pending analysis
Type:
Unavailable / Other
Publication date:
16/08/2025
Last modified:
18/08/2025
Description
In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
net: ethernet: ti: am65-cpsw-nuss: Fix skb size by accounting for skb_shared_info<br />
<br />
While transitioning from netdev_alloc_ip_align() to build_skb(), memory<br />
for the "skb_shared_info" member of an "skb" was not allocated. Fix this<br />
by allocating "PAGE_SIZE" as the skb length, accounting for the packet<br />
length, headroom and tailroom, thereby including the required memory space<br />
for skb_shared_info.