In the Linux kernel, the following vulnerability has been resolved:
net: ti: fix UAF in tlanremoveone
priv is netdev private data and it cannot be used after freenetdev() call. Using priv after freenetdev() can cause UAF bug. Fix it by moving free_netdev() at the end of the function.