• CVE-2024-41037

发布时间: 2024年9月3日

修改时间: 2024年9月14日

概要

In the Linux kernel, the following vulnerability has been resolved:ASoC: SOF: Intel: hda: fix null deref on system suspend entryWhen system enters suspend with an active stream, SOF corecalls hw_params_upon_resume(). On Intel platforms with HDA DMA usedto manage the link DMA, this leads to call chain of hda_dsp_set_hw_params_upon_resume() -> hda_dsp_dais_suspend() -> hda_dai_suspend() -> hda_ipc4_post_trigger()A bug is hit in hda_dai_suspend() as hda_link_dma_cleanup() is run first,which clears hext_stream->link_substream, and then hda_ipc4_post_trigger()is called with a NULL snd_pcm_substream pointer.

CVSS v3 指标

NVD openEuler
CVSS评分 5.5 5.5
Attack Vector Local Local
Attack Complexity Low Low
Privileges Required Low Low
User Interaction None None
Scope Unchanged Unchanged
Confidentiality None None
Integrity None None
Availability High High

安全公告

公告名 概要 发布时间
KylinSec-SA-2024-3591 In the Linux kernel, the following vulnerability has been resolved:ASoC: SOF: Intel: hda: fix null deref on system suspend entryWhen system enters suspend with an active stream, SOF corecalls hw_params_upon_resume(). On Intel platforms with HDA DMA usedto manage the link DMA, this leads to call chain of hda_dsp_set_hw_params_upon_resume() -> hda_dsp_dais_suspend() -> hda_dai_suspend() -> hda_ipc4_post_trigger()A bug is hit in hda_dai_suspend() as hda_link_dma_cleanup() is run first,which clears hext_stream->link_substream, and then hda_ipc4_post_trigger()is called with a NULL snd_pcm_substream pointer. 2024年9月3日

影响产品

产品 状态
KY3.4-5A kernel Unaffected
KY3.5.2 kernel Unaffected
V6 kernel Fixed