CVE Catalog

CVE-2025-71286

HighCVSS 7.8
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Low risk
0.14%

4th percentile - higher than 4% of all known CVEs

Summary

In the Linux kernel, the ASoC SOF driver for IPC4 topology has a memory allocation bug for bytes controls. The allocation did not account for the control structure size, leading to insufficient memory.

Risk Assessment

May cause memory corruption or audio malfunction, potentially leading to system crashes.

Recommendation

Apply the Linux kernel patch that fixes memory allocation for bytes controls in ASoC SOF IPC4.

Other vulnerabilities in Linux kernel

See all
Original NVD description (English source)

In the Linux kernel, the following vulnerability has been resolved: ASoC: SOF: ipc4-topology: Correct the allocation size for bytes controls The size of the data behind of scontrol->ipc_control_data for bytes controls is: [1] sizeof(struct sof_ipc4_control_data) + // kernel only struct [2] sizeof(struct sof_abi_hdr)) + payload The max_size specifies the size of [2] and it is coming from topology. Change the function to take this into account and allocate adequate amount of memory behind scontrol->ipc_control_data. With the change we will allocate [1] amount more memory to be able to hold the full size of data.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS