CVE-2025-71286: ASoC: SOF: ipc4-topology: Correct the allocation size for bytes controls
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.
Security readout for executives and security teams
Plain-English summary
A Linux audio-driver memory allocation error can leave too little space for Sound Open Firmware IPC4 byte-control data. A locally authenticated, low-privileged user may be able to trigger memory corruption, potentially compromising confidentiality, integrity, and availability. The supplied CVSS score is 7.8.
Executive priority
Treat as a high-priority endpoint and multi-user Linux update, especially where untrusted users have local accounts. It is less urgent than an unauthenticated remote flaw, but the stated impact includes complete compromise of confidentiality, integrity, and availability. Follow normal emergency-change controls rather than delaying broadly deployed fixes.
Technical view
The SOF IPC4 topology code allocated space using a topology-provided max_size that covered the ABI header and payload, but omitted sizeof(struct sof_ipc4_control_data). The linked stable changes add that kernel-only structure to the allocation. The source bundle does not establish the precise corruption outcome or exploitation method.
Likely exposure
Exposure is limited to affected Linux kernels where the ASoC SOF IPC4 topology bytes-control path is present and reachable. The supplied version data identifies Linux 6.4 through listed later releases as affected, but its exact range semantics are unclear. Distribution kernels may backport the fix independently.
Exploitation context
The CVSS vector describes local access, low privileges, low complexity, no user interaction, unchanged scope, and potentially high confidentiality, integrity, and availability impact. The bundle marks this CVE as absent from KEV and provides no evidence of active exploitation or a public exploit.
Researcher notes
The defect is an undersized allocation caused by excluding struct sof_ipc4_control_data from storage for bytes controls. The supplied record contains no CWE, crash trace, affected configuration matrix, public proof of concept, or confirmed exploitation. Validate reachability and fixed-version status against the relevant distribution rather than relying solely on upstream version labels.
Mitigation direction
Upgrade to a vendor-supported kernel containing the applicable linked stable fix.
Check distribution advisories because package versions may include backported fixes.
Prioritize systems allowing untrusted or numerous local users.
Restrict unnecessary local access until affected kernels are updated.
Validation and detection
Inventory kernel versions and distribution package release identifiers.
Confirm whether the kernel enables and uses the SOF IPC4 audio path.
Match vendor changelogs against CVE-2025-71286 or the linked fix commits.
After updating, verify the running kernel matches the remediated package.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cve · low confidence lookup
CVE-2025-71286 mapping review
Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
1CVSS vectors
3Timeline events
0ADP providers
6Source links
CVSS vector scores
1 official score
We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.