First published: Tue May 21 2024(Updated: )
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.
Credit: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Affected Software | Affected Version | How to fix |
---|---|---|
redhat/kernel | <4.4.277 | 4.4.277 |
redhat/kernel | <4.9.277 | 4.9.277 |
redhat/kernel | <4.14.241 | 4.14.241 |
redhat/kernel | <4.19.199 | 4.19.199 |
redhat/kernel | <5.4.135 | 5.4.135 |
redhat/kernel | <5.10.53 | 5.10.53 |
redhat/kernel | <5.13.5 | 5.13.5 |
redhat/kernel | <5.14 | 5.14 |
Linux Kernel | >=3.10<4.4.277 | |
Linux Kernel | >=4.5<4.9.277 | |
Linux Kernel | >=4.10<4.14.241 | |
Linux Kernel | >=4.15<4.19.199 | |
Linux Kernel | >=4.20<5.4.135 | |
Linux Kernel | >=5.5<5.10.53 | |
Linux Kernel | >=5.11<5.13.5 | |
Linux Kernel | =5.14-rc1 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2021-47310 has a medium severity rating due to the potential for a use-after-free vulnerability in the Linux kernel.
To fix CVE-2021-47310, update to one of the patched kernel versions: 4.4.277, 4.9.277, 4.14.241, 4.19.199, 5.4.135, 5.10.53, 5.13.5, or 5.14.
CVE-2021-47310 affects multiple versions of the Linux kernel from version 3.10 up to 5.14-rc1.
CVE-2021-47310's specific exploitation potential may vary, but it generally requires local access to the affected system.
A use-after-free vulnerability like CVE-2021-47310 occurs when an application uses memory after it has been freed, potentially leading to arbitrary code execution.