First published: Wed Apr 10 2024(Updated: )
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 I40E_VSI_RELEASING 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.
Credit: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Affected Software | Affected Version | How to fix |
---|---|---|
Linux Kernel | >=3.12<4.14.256 | |
Linux Kernel | >=4.15<4.19.218 | |
Linux Kernel | >=4.20<5.4.162 | |
Linux Kernel | >=5.5<5.10.82 | |
Linux Kernel | >=5.11<5.15.5 | |
Linux Kernel | =5.16-rc1 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2021-47184 is classified as a medium severity vulnerability affecting the Linux kernel.
To fix CVE-2021-47184, update the Linux kernel to a patched version that addresses the null pointer dereference.
CVE-2021-47184 affects multiple Linux kernel versions ranging from 3.12 up to 5.16-rc1.
CVE-2021-47184 can lead to a denial of service condition due to null pointer dereferences in the i40e driver.
CVE-2021-47184 is not considered easily exploitable remotely but can impact systems with specific configurations.