Vulnerability in Linux Kernel's Simple Multiplexer Driver
CVE-2026-64243

Currently unrated

Key Information:

Vendor

Linux

Status
Vendor
CVE Published:
24 July 2026

What is CVE-2026-64243?

The Linux Kernel, specifically within the simple multiplexer driver, contains a vulnerability that arises from improper input validation in the enum control bounds check. The function simple_mux_control_put() was incorrectly allowing values greater than the defined maximum, leading to potential invalid mux states. This flaw could result in erroneous values being passed to the GPIO setter and subsequently utilized in the DAPM mux update path. To rectify this, an enforcement of a bounds check (>= e->items) consistent with ASoC enum helpers has been implemented, ensuring that only valid control values are processed, thereby mitigating the risk of system instability.

Affected Version(s)

Linux 342fbb7578d1741ff646d7b08e14e8753267b9fa < 6fb653b62f169f6050fac45b56bf21ad097e19f6

Linux 342fbb7578d1741ff646d7b08e14e8753267b9fa

Linux 342fbb7578d1741ff646d7b08e14e8753267b9fa < 5fe860af8630cf7c78523cbd68e5a234743585aa

References

Timeline

  • Vulnerability published

  • Vulnerability Reserved

.