CVE-2026-72262

Source
https://cve.org/CVERecord?id=CVE-2026-72262
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-72262.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-72262
Downstream
Published
2026-08-15T05:54:49.635Z
Modified
2026-08-16T03:48:37.395247044Z
Summary
ASoC: SOF: ipc3-control: Fix heap overflow in bytes_ext put/get
Details

In the Linux kernel, the following vulnerability has been resolved:

ASoC: SOF: ipc3-control: Fix heap overflow in bytes_ext put/get

The ipccontroldata buffer is allocated as kzalloc(maxsize), where maxsize covers the entire struct sofipcctrldata including its flexible array payload. However, the bounds checks in bytesextput and bytesextget compared user data lengths against maxsize directly, ignoring that cdata->data sits at an offset of sizeof(struct sofipcctrldata) bytes into the allocation.

This allowed writing up to sizeof(struct sofipcctrl_data) bytes past the end of the heap buffer from unprivileged userspace via the ALSA TLV kcontrol interface, and similarly allowed over-reading adjacent heap data on the get path.

Fix all bounds checks to subtract sizeof(*cdata) from maxsize so they reflect the actual space available at the cdata->data offset. Also fix the error-path restore in bytesext_put which wrote to cdata->data instead of cdata, causing the same overflow.

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

Affected packages

Git / git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git

Affected ranges

Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
67ec2a091630c28ea8d05db2bd7178a05b04b7e6
Fixed
1adde1941bba7b0d7104b86ed819d48d81cb0ad9
Fixed
eaa67e139c9217099e2a7b717aeeb46c65de3494
Fixed
121577383b5cf221e86581e0f2bcca4c66f17469
Fixed
f4933e1d11b97b6a0951648b7c3e53850e1b33a9
Fixed
fd46668d538993218eea19c6925c868ac0f2630c

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-72262.json"

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
5.18.0
Fixed
6.6.145
Type
ECOSYSTEM
Events
Introduced
6.7.0
Fixed
6.12.97
Type
ECOSYSTEM
Events
Introduced
6.13.0
Fixed
6.18.40
Type
ECOSYSTEM
Events
Introduced
6.19.0
Fixed
7.1.5

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-72262.json"