Back to overview

CVE-2026-64243

Description
In the Linux kernel, the following vulnerability has been resolved: ASoC: codecs: simple-mux: Fix enum control bounds check simple_mux_control_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.

Metadata

CVE ID
CVE-2026-64243
State
PUBLISHED
Assigner
Linux
Reserved
2026-07-19 15:36 UTC
Published
2026-07-24 15:27 UTC
Last updated
2026-07-24 15:27 UTC
Vendor / Product
Linux / Linux
Sources
cve.org  ·  NVD

Severity & Metrics

No CVSS data available.

Affected products (2)
VendorProductPlatformVersions
Linux Linux 342fbb7578d1741ff646d7b08e14e8753267b9fa < 6fb653b62f169f6050fac45b56bf21ad097e19f6, 342fbb7578d1741ff646d7b08e14e8753267b9fa < d8cc3e747b002a8b965c529de79c0654675b9a1a, 342fbb7578d1741ff646d7b08e14e8753267b9fa < 5fe860af8630cf7c78523cbd68e5a234743585aa, 342fbb7578d1741ff646d7b08e14e8753267b9fa < 2ff3ac6f7664fe5639cad01712ac5e021fa7939c …
Linux Linux 5.11, 0 < 5.11, 5.15.210 ≤ 5.15.*, 6.1.176 ≤ 6.1.* …
Back to overview