First published: Wed Feb 28 2024(Updated: )
In the Linux kernel, the following vulnerability has been resolved: i40e: Fix use-after-free in i40e_client_subtask() Currently the call to i40e_client_del_instance frees the object pf->cinst, however pf->cinst->lan_info is being accessed after the free. Fix this by adding the missing return. Addresses-Coverity: ("Read from pointer after free")
Credit: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Affected Software | Affected Version | How to fix |
---|---|---|
Linux Kernel | >=4.16<4.19.191 | |
Linux Kernel | >=4.20<5.4.120 | |
Linux Kernel | >=5.5<5.10.38 | |
Linux Kernel | >=5.11<5.11.22 | |
Linux Kernel | >=5.12<5.12.5 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2021-46991 is classified as a high severity vulnerability due to its potential to cause a use-after-free condition in the Linux kernel.
To fix CVE-2021-46991, update your Linux kernel to a version that has patched the vulnerability.
CVE-2021-46991 affects Linux kernel versions ranging from 4.16 to 5.12.5.
CVE-2021-46991 can lead to system crashes or arbitrary code execution, compromising system security.
CVE-2021-46991 was identified and documented by the Linux kernel security team.