← Back to CVE List

CVE-2021-47184

Published: 2024-04-10T19:15Z
Last Modified: 2025-01-14T16:41Z
Source: MITRE CVE List
License: MITRE-CVE-TOS
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. > MITRE Terms of Use apply – see LICENSE‑MITRE.txt