CVE-2025-71286

Source
https://cve.org/CVERecord?id=CVE-2025-71286
Import Source
https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2025-71286.json
JSON Data
https://api.test.osv.dev/v1/vulns/CVE-2025-71286
Downstream
Published
2026-05-06T11:32:19.468Z
Modified
2026-05-15T11:53:13.471199191Z
Summary
ASoC: SOF: ipc4-topology: Correct the allocation size for bytes controls
Details

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->ipccontroldata for bytes controls is: [1] sizeof(struct sofipc4controldata) + // kernel only struct [2] sizeof(struct sofabi_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->ipccontroldata.

With the change we will allocate [1] amount more memory to be able to hold the full size of data.

Database specific
{
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2025/71xxx/CVE-2025-71286.json",
    "cna_assigner": "Linux"
}
References

Affected packages

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
6.4.0
Fixed
6.6.128
Type
ECOSYSTEM
Events
Introduced
6.7.0
Fixed
6.12.75
Type
ECOSYSTEM
Events
Introduced
6.13.0
Fixed
6.18.16
Type
ECOSYSTEM
Events
Introduced
6.19.0
Fixed
6.19.6

Database specific

source
"https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2025-71286.json"