CVE-2022-49448
Linux Kernel vulnerability analysis and mitigation

Overview

CVE-2022-49448 affects the Linux kernel's BCM (Broadcom) Power Management Block (PMB) driver. The vulnerability was discovered in the soc/bcm component where a potential NULL pointer dereference could occur due to an unchecked return value from devm_kzalloc(). This issue was identified and resolved in 2022, with the fix being committed to the Linux kernel repository (Kernel Git).

Technical details

The vulnerability exists in the bcm-pmb.c driver file where the devmkzalloc() function's return value was not being checked for NULL. If the memory allocation fails, subsequent code accessing 'pd->pmb' could trigger a null pointer dereference. The issue was fixed by adding a NULL check after the devmkzalloc() call and returning -ENOMEM if the allocation fails (Kernel Git).

Impact

If exploited, this vulnerability could lead to a null pointer dereference in the Linux kernel's BCM PMB driver, potentially causing a system crash or denial of service condition (NVD).

Mitigation and workarounds

The issue has been fixed by adding proper NULL pointer checking after the devm_kzalloc() call. The fix was implemented in commit b4bd2aafacce48db26b0a213d849818d940556dd and has been backported to various stable kernel versions (Kernel Git).

Additional resources


SourceThis report was generated using AI

Free Vulnerability Assessment

Benchmark your Cloud Security Posture

Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.

Request assessment

Get a personalized demo

Ready to see Wiz in action?

“Best User Experience I have ever seen, provides full visibility to cloud workloads.”
David EstlickCISO
“Wiz provides a single pane of glass to see what is going on in our cloud environments.”
Adam FletcherChief Security Officer
“We know that if Wiz identifies something as critical, it actually is.”
Greg PoniatowskiHead of Threat and Vulnerability Management