Security Advisory

CVE-2022-49448

CVE vulnerability detail — eXtreme Datacenter Security Operations

Published 2025-02-26 02:12:59
Last updated 2026-05-11 19:00:04
Assigner Linux
State PUBLISHED

Description

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.