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.
References
Configurations
Configuration 1 (hide)
|
History
20 Dec 2024, 13:52
Type | Values Removed | Values Added |
---|---|---|
First Time |
Linux linux Kernel
Linux |
|
CVSS |
v2 : v3 : |
v2 : unknown
v3 : 5.5 |
CPE | cpe:2.3:o:linux:linux_kernel:5.13:rc3:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:5.13:rc2:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:5.13:rc1:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* |
|
CWE | CWE-476 | |
References | () https://git.kernel.org/stable/c/5218e919c8d06279884aa0baf76778a6817d5b93 - Patch | |
References | () https://git.kernel.org/stable/c/5278c75266c5094d3c0958793bf12fc90300e580 - Patch | |
References | () https://git.kernel.org/stable/c/821149ee88c206fa37e79c1868cc270518484876 - Patch | |
References | () https://git.kernel.org/stable/c/da21a35c00ff1a1794d4f166d3b3fa8db4d0f6fb - Patch |
Information
Published : 2024-03-25 09:15
Updated : 2024-12-20 13:52
NVD link : CVE-2021-47141
Mitre link : CVE-2021-47141
CVE.ORG link : CVE-2021-47141
JSON object : View
Products Affected
linux
- linux_kernel
CWE
CWE-476
NULL Pointer Dereference