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-06-16
AI Q&A
2025-11-13
EPSS Evaluated
2026-06-15
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 Quick Actions
Instant insights powered by AI
Executive Summary

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().

Impact Analysis

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.

Chat Assistant
Ask questions about this CVE
Hi! I’m here to help you understand CVE-2025-40132. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70
EPSS Chart