mirror of
https://github.com/0xMarcio/cve.git
synced 2025-11-30 18:56:19 +00:00
18 lines
1.1 KiB
Markdown
18 lines
1.1 KiB
Markdown
### [CVE-2024-35842](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-35842)
|
|

|
|

|
|

|
|
|
|
### Description
|
|
|
|
In the Linux kernel, the following vulnerability has been resolved:ASoC: mediatek: sof-common: Add NULL check for normal_link stringIt's not granted that all entries of struct sof_conn_stream declarea `normal_link` (a non-SOF, direct link) string, and this is the casefor SoCs that support only SOF paths (hence do not support both directand SOF usecases).For example, in the case of MT8188 there is no normal_link string inany of the sof_conn_stream entries and there will be more driversdoing that in the future.To avoid possible NULL pointer KPs, add a NULL check for `normal_link`.
|
|
|
|
### POC
|
|
|
|
#### Reference
|
|
No PoCs from references.
|
|
|
|
#### Github
|
|
- https://github.com/fkie-cad/nvd-json-data-feeds
|
|
|