Security Advisory

CVE-2024-50103

CVE vulnerability detail — eXtreme Datacenter Security Operations

Published 2024-11-05 17:10:38
Last updated 2026-05-11 20:45:28
Assigner Linux
State PUBLISHED

Description

In the Linux kernel, the following vulnerability has been resolved: ASoC: qcom: Fix NULL Dereference in asoc_qcom_lpass_cpu_platform_probe() A devm_kzalloc() in asoc_qcom_lpass_cpu_platform_probe() could possibly return NULL pointer. NULL Pointer Dereference may be triggerred without addtional check. Add a NULL check for the returned pointer.