NULL pointer dereference in Linux
CVE-2022-49608
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.".
EPSS: 0.003 (19.1th percentile) — read the EPSS interpretation.
CVSS v3 metric
CVSS v3 base score 5.5 (Medium). Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H.
Affected products
- Linux — versions a86854d0c599b3202307abceb68feee4d7061578, 4.18, 0
- Linux Linux_kernel — versions 5.19
Weakness classification (CWE)
References
Frequently asked questions
- What is CVE-2022-49608?
- CVE-2022-49608 is a medium-severity vulnerability in Linux, classified under NULL Pointer Dereference. CVSS score: 5.5/10. Published 2025-02-26.
- How severe is CVE-2022-49608?
- Medium severity. CVSS v3 base score is 5.5 out of 10.