2 matches found
CVE-2026-64243
In the Linux kernel ASoC: codecs: simple-mux, CVE-2026-64243, a bounds-check fix was applied to simple_mux_control_put. The two-entry mux uses zero-based indexing, so valid values are 0 and 1; value 2 must be rejected. The bug could allow accepting e->items, leading to an invalid mux state pas...
PT-2026-64358
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...