Bug 2393188 (CVE-2025-38706) - CVE-2025-38706 kernel: ASoC: core: Check for rtd == NULL in snd_soc_remove_pcm_runtime()
Summary: CVE-2025-38706 kernel: ASoC: core: Check for rtd == NULL in snd_soc_remove_pc...
Keywords:
Status: NEW
Alias: CVE-2025-38706
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Product Security DevOps Team
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2025-09-04 16:03 UTC by OSIDB Bzimport
Modified: 2025-09-04 17:52 UTC (History)
0 users

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2025-09-04 16:03:50 UTC
In the Linux kernel, the following vulnerability has been resolved:

ASoC: core: Check for rtd == NULL in snd_soc_remove_pcm_runtime()

snd_soc_remove_pcm_runtime() might be called with rtd == NULL which will
leads to null pointer dereference.
This was reproduced with topology loading and marking a link as ignore
due to missing hardware component on the system.
On module removal the soc_tplg_remove_link() would call
snd_soc_remove_pcm_runtime() with rtd == NULL since the link was ignored,
no runtime was created.


Note You need to log in before you can comment on or make changes to this bug.