First published: Tue May 21 2024(Updated: )
In the Linux kernel, the following vulnerability has been resolved: net: qcom/emac: fix UAF in emac_remove adpt is netdev private data and it cannot be used after free_netdev() call. Using adpt 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.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 | >=4.9<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 | |
IBM Security Verify Governance - Identity Manager | <=ISVG 10.0.2 | |
IBM Security Verify Governance, Identity Manager Software Stack | <=ISVG 10.0.2 | |
IBM Security Verify Governance, Identity Manager Virtual Appliance | <=ISVG 10.0.2 | |
IBM Security Verify Governance Identity Manager Container | <=ISVG 10.0.2 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2021-47311 is rated as a high severity vulnerability in the Linux kernel.
To resolve CVE-2021-47311, upgrade to the patched versions of the kernel: 4.9.277, 4.14.241, 4.19.199, 5.4.135, 5.10.53, 5.13.5, or 5.14.
CVE-2021-47311 affects multiple Linux kernel versions prior to the patched releases mentioned.
CVE-2021-47311 is associated with a use-after-free (UAF) bug in the Linux kernel.
As of the latest updates, there is no public indication that CVE-2021-47311 is actively exploited in the wild.