CVE-2022-49055
26.02.2025, 07:00
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.Enginsight
Vendor | Product | Version |
---|---|---|
linux | linux_kernel | 𝑥 < 4.9.311 |
linux | linux_kernel | 4.10 ≤ 𝑥 < 4.14.276 |
linux | linux_kernel | 4.15 ≤ 𝑥 < 4.19.239 |
linux | linux_kernel | 4.20 ≤ 𝑥 < 5.4.190 |
linux | linux_kernel | 5.5 ≤ 𝑥 < 5.10.112 |
linux | linux_kernel | 5.11 ≤ 𝑥 < 5.15.35 |
linux | linux_kernel | 5.16 ≤ 𝑥 < 5.17.4 |
linux | linux_kernel | 5.18:rc1 |
𝑥
= Vulnerable software versions

Debian Releases
Common Weakness Enumeration
References