CVE-2026-64243

Source
https://cve.org/CVERecord?id=CVE-2026-64243
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-64243.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-64243
Downstream
Published
2026-07-24T15:27:45.311Z
Modified
2026-07-28T04:02:28.220306228Z
Severity
  • 7.1 (High) CVSS_V3 - CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:H CVSS Calculator
Summary
ASoC: codecs: simple-mux: Fix enum control bounds check
Details

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

ASoC: codecs: simple-mux: Fix enum control bounds check

simplemuxcontrol_put() rejects values greater than e->items, but enum control values are zero based. For the two-entry mux used by this driver, valid values are 0 and 1, so value 2 must be rejected as well.

Accepting e->items can store an invalid mux state, pass it to the GPIO setter, and pass it on to the DAPM mux update path where it is used as an index into the enum text array.

Use the same >= e->items check used by the ASoC enum helpers.

Database specific
{
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/64xxx/CVE-2026-64243.json"
}
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
342fbb7578d1741ff646d7b08e14e8753267b9fa
Fixed
6fb653b62f169f6050fac45b56bf21ad097e19f6
Fixed
d8cc3e747b002a8b965c529de79c0654675b9a1a
Fixed
5fe860af8630cf7c78523cbd68e5a234743585aa
Fixed
2ff3ac6f7664fe5639cad01712ac5e021fa7939c
Fixed
164dcbec9632ca93ae313e6da6e4e05584fa0f02
Fixed
05ef77f02607a3dc5d7f9762cb990f76843315d4
Fixed
f63ad68e18d774a5d15cd7e405ead63f6b322679

Database specific

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

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
5.11.0
Fixed
5.15.210
Type
ECOSYSTEM
Events
Introduced
5.16.0
Fixed
6.1.176
Type
ECOSYSTEM
Events
Introduced
6.2.0
Fixed
6.6.143
Type
ECOSYSTEM
Events
Introduced
6.7.0
Fixed
6.12.93
Type
ECOSYSTEM
Events
Introduced
6.13.0
Fixed
6.18.35
Type
ECOSYSTEM
Events
Introduced
6.19.0
Fixed
7.0.12

Database specific

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