Description
In the Linux kernel, the following vulnerability has been resolved: drm/amdkfd: Check for potential null return of kmalloc_array() As the kmalloc_array() may return null, the 'event_waiters[i].wait' would lead to null-pointer dereference. Therefore, it is better to check the return value of kmalloc_array() to avoid this confusion.
References (8)
Core 8
Core References
Scores
CVSS v3
5.5
EPSS
0.0025
EPSS Percentile
15.9%
Attack Vector
LOCAL
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
CISA SSVC
Vulnrichment
Exploitation
none
Automatable
no
Technical Impact
partial
Details
CWE
CWE-476
Status
published
Products (27)
linux/Kernel
4.10.0 - 4.14.276linux
linux/Kernel
4.15.0 - 4.19.239linux
linux/Kernel
4.2.0 - 4.9.311linux
linux/Kernel
4.20.0 - 5.4.190linux
linux/Kernel
5.11.0 - 5.15.35linux
linux/Kernel
5.16.0 - 5.17.4linux
linux/Kernel
5.5.0 - 5.10.112linux
Linux/Linux
< 4.2
Linux/Linux
4.14.276 - 4.14.*
Linux/Linux
4.19.239 - 4.19.*
... and 17 more
Published
Feb 26, 2025
Tracked Since
Feb 18, 2026