Lucene search

K
osvGoogleOSV:CVE-2021-47310
HistoryMay 21, 2024 - 3:15 p.m.

CVE-2021-47310

2024-05-2115:15:00
Google
osv.dev
6
linux kernel
vulnerability
uaf bug
netdev
fix
free_netdev

AI Score

6.6

Confidence

Low

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