← Back to CVE List

CVE-2021-47141

Published: 2024-03-25T09:15Z
Last Modified: 2024-12-20T13:52Z
Source: MITRE CVE List
License: MITRE-CVE-TOS
In the Linux kernel, the following vulnerability has been resolved: gve: Add NULL pointer checks when freeing irqs. When freeing notification blocks, we index priv->msix_vectors. If we failed to allocate priv->msix_vectors (see abort_with_msix_vectors) this could lead to a NULL pointer dereference if the driver is unloaded. > MITRE Terms of Use apply – see LICENSE‑MITRE.txt