CVE-2024-41037
Severity CVSS v4.0:
Pending analysis
Type:
CWE-476
NULL Pointer Dereference
Publication date:
29/07/2024
Last modified:
08/08/2024
Description
In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
ASoC: SOF: Intel: hda: fix null deref on system suspend entry<br />
<br />
When system enters suspend with an active stream, SOF core<br />
calls hw_params_upon_resume(). On Intel platforms with HDA DMA used<br />
to manage the link DMA, this leads to call chain of<br />
<br />
hda_dsp_set_hw_params_upon_resume()<br />
-> hda_dsp_dais_suspend()<br />
-> hda_dai_suspend()<br />
-> hda_ipc4_post_trigger()<br />
<br />
A bug is hit in hda_dai_suspend() as hda_link_dma_cleanup() is run first,<br />
which clears hext_stream->link_substream, and then hda_ipc4_post_trigger()<br />
is called with a NULL snd_pcm_substream pointer.
Impact
Base Score 3.x
5.50
Severity 3.x
MEDIUM
Vulnerable products and versions
| CPE | From | Up to |
|---|---|---|
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.4 (including) | 6.6.41 (excluding) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.7 (including) | 6.9.10 (excluding) |
To consult the complete list of CPE names with products and versions, see this page



