VDB
DEBIAN-CVE-2021-47651
DEBIAN-CVE-2021-47651
PUBLISHED
CVSS 5.5 MEDIUM
In the Linux kernel, the following vulnerability has been resolved: soc: qcom: rpmpd: 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.".
Risk Scores
CVSS v3.1
5.5
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Debian:13 | linux | 0, 0, 0 |
| Debian:12 | linux | 0, 0, 0 |
| Debian:11 | linux | 5.10.46-4, 5.10.92-1~bpo10+1, 5.10.92-2 |
| Debian:14 | linux | 0, 0, 0 |
Timeline
- Feb 26, 2025 CVE Published
- Apr 28, 2026 CVE Updated