CVE-2021-47184: i40e: Fix NULL ptr dereference on VSI filter sync
In the Linux kernel, the following vulnerability has been resolved:
i40e: Fix NULL ptr dereference on VSI filter sync
Remove the reason of null pointer dereference in sync VSI filters. Added new I40EVSIRELEASING flag to signalize deleting and releasing of VSI resources to sync this thread with sync filters subtask. Without this patch it is possible to start update the VSI filter list after VSI is removed, that's causing a kernel oops.
Affected Software
Event History
Frequently Asked Questions
What is the severity of CVE-2021-47184?
CVE-2021-47184 is classified as a medium severity vulnerability affecting the Linux kernel.
How do I fix CVE-2021-47184?
To fix CVE-2021-47184, update the Linux kernel to a patched version that addresses the null pointer dereference.
What versions of the Linux kernel are affected by CVE-2021-47184?
CVE-2021-47184 affects multiple Linux kernel versions ranging from 3.12 up to 5.16-rc1.
What impact does CVE-2021-47184 have on system security?
CVE-2021-47184 can lead to a denial of service condition due to null pointer dereferences in the i40e driver.
Is CVE-2021-47184 exploitable remotely?
CVE-2021-47184 is not considered easily exploitable remotely but can impact systems with specific configurations.