CVE-2022-49608
26.02.2025, 07:01
In the Linux kernel, the following vulnerability has been resolved: pinctrl: ralink: Check for null return of devm_kcalloc Because of the possible failure of the allocation, data->domains might be NULL pointer and will cause the dereference of the NULL pointer later. Therefore, it might be better to check it and directly return -ENOMEM without releasing data manually if fails, because the comment of the devm_kmalloc() says "Memory allocated with this function is automatically freed on driver detach.".Enginsight
Vendor | Product | Version |
---|---|---|
linux | linux_kernel | 4.18 ≤ 𝑥 < 4.19.254 |
linux | linux_kernel | 4.20 ≤ 𝑥 < 5.4.208 |
linux | linux_kernel | 5.5 ≤ 𝑥 < 5.10.134 |
linux | linux_kernel | 5.11 ≤ 𝑥 < 5.15.58 |
linux | linux_kernel | 5.16 ≤ 𝑥 < 5.18.15 |
linux | linux_kernel | 5.19:rc1 |
linux | linux_kernel | 5.19:rc2 |
linux | linux_kernel | 5.19:rc3 |
linux | linux_kernel | 5.19:rc4 |
linux | linux_kernel | 5.19:rc5 |
linux | linux_kernel | 5.19:rc6 |
linux | linux_kernel | 5.19:rc7 |
𝑥
= Vulnerable software versions

Debian Releases
Common Weakness Enumeration
References