CVE-2025-40132
Unknown Unknown - Not Provided
BaseFortify

Publication date: 2025-11-12

Last updated on: 2025-11-12

Assigner: kernel.org

Description
In the Linux kernel, the following vulnerability has been resolved: ASoC: Intel: sof_sdw: Prevent jump to NULL add_sidecar callback In create_sdw_dailink() check that sof_end->codec_info->add_sidecar is not NULL before calling it. The original code assumed that if include_sidecar is true, the codec on that link has an add_sidecar callback. But there could be other codecs on the same link that do not have an add_sidecar callback.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2025-11-12
Last Modified
2025-11-12
Generated
2026-05-07
AI Q&A
2025-11-13
EPSS Evaluated
2026-05-05
NVD
Affected Vendors & Products
Showing 1 associated CPE
Vendor Product Version / Range
linux kernel *
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?

This vulnerability in the Linux kernel's ASoC Intel sof_sdw component involves a potential jump to a NULL add_sidecar callback. The issue arises because the code assumed that if include_sidecar is true, the codec on that link has an add_sidecar callback. However, some codecs on the same link might not have this callback, leading to a possible NULL pointer dereference. The fix involves checking that sof_end->codec_info->add_sidecar is not NULL before calling it in create_sdw_dailink().


How can this vulnerability impact me? :

This vulnerability could cause the Linux kernel to attempt to execute a NULL pointer, potentially leading to system crashes or instability in audio-related functionality on affected systems using the sof_sdw driver.


Ask Our AI Assistant
Need more information? Ask your question to get an AI reply (Powered by our expertise)
0/70
EPSS Chart