cve/2024/CVE-2024-50103.md

20 lines
995 B
Markdown
Raw Normal View History

2025-09-29 21:09:30 +02:00
### [CVE-2024-50103](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-50103)
![](https://img.shields.io/static/v1?label=Product&message=Linux&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=&color=brightgreen)
![](https://img.shields.io/static/v1?label=Version&message=5.10%20&color=brightgreen)
![](https://img.shields.io/static/v1?label=Version&message=b5022a36d28f6a99c1a57f54246e8b566cf094d5%20&color=brightgreen)
![](https://img.shields.io/static/v1?label=Vulnerability&message=n%2Fa&color=blue)
### 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
- https://github.com/w4zu/Debian_security