First published: Wed Feb 26 2025(Updated: )
In the Linux kernel, the following vulnerability has been resolved: soc: bcm: Check for NULL return of devm_kzalloc() As the potential failure of allocation, devm_kzalloc() may return NULL. Then the 'pd->pmb' and the follow lines of code may bring null pointer dereference. Therefore, it is better to check the return value of devm_kzalloc() to avoid this confusion.
Credit: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Affected Software | Affected Version | How to fix |
---|---|---|
Linux Kernel | ||
Linux Kernel | >=5.12<5.15.46 | |
Linux Kernel | >=5.16<5.17.14 | |
Linux Kernel | >=5.18<5.18.3 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2022-49448 is classified as a medium severity vulnerability due to potential null pointer dereference issues.
To fix CVE-2022-49448, update the Linux kernel to a version that incorporates the patch addressing the null return of devm_kzalloc().
CVE-2022-49448 affects the Linux kernel versions between 5.12 and 5.15.46, as well as several 5.16.x and 5.18.x versions.
CVE-2022-49448 is a memory allocation vulnerability that can lead to a null pointer dereference.
CVE-2022-49448 is not considered remotely exploitable; exploitation requires local access to the affected system.