CVE-2026-72399: net: enetc: check the number of BDs needed for xdp_frame
In the Linux kernel, the following vulnerability has been resolved:
net: enetc: check the number of BDs needed for xdpframe
The size of xdpredirectarr array is ENETCMAXSKBFRAGS. However, the number of fragments contained in xdpframe may be greater than or equal to ENETCMAXSKBFRAGS, which will cause the access to xdpredirectarr to be out of bounds.