cve/2024/CVE-2024-50103.md
2025-09-29 21:09:30 +02:00

995 B

CVE-2024-50103

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() couldpossibly return NULL pointer. NULL Pointer Dereference may betriggerred without addtional check.Add a NULL check for the returned pointer.

POC

Reference

No PoCs from references.

Github