CVE-2026-80583

Source
https://cve.org/CVERecord?id=CVE-2026-80583
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-80583.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-80583
Downstream
Published
2026-08-26T14:37:39Z
Modified
2026-08-28T03:47:29Z
Severity
  • 7.8 (High) CVSS_V3 - CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H CVSS Calculator
Summary
ASoC: codecs: lpass-tx-macro: Fix enum kcontrol accesses
Details

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

ASoC: codecs: lpass-tx-macro: Fix enum kcontrol accesses

The "DEC0 MODE" to "DEC7 MODE" controls are enumerated, but tx_macro_dec_mode_get() and tx_macro_dec_mode_put() access their value through ucontrol->value.integer.value[0] (a long) instead of ucontrol->value.enumerated.item[0] (an unsigned int).

This same pattern was fixed in the sibling drivers by commit bcfe5f76cc40 ("ASoC: codecs: rx-macro: fix accessing array out of bounds for enum type") and commit 0ea5eff7c606 ("ASoC: codecs: va-macro: fix accessing array out of bounds for enum type"), but tx-macro was missed.

On 64-bit kernels built with CONFIG_SND_CTL_DEBUG, the elem value sanity check catches the 4 bytes written past the enumerated item and every read of these controls fails with -EINVAL:

snd-sm8250 sound: control 2:0:0:DEC0 MODE:0: access overflow

Database specific
{
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/80xxx/CVE-2026-80583.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
c39667ddcfc516fee084e449179d54430a558298
Fixed
dbc81b518f6936131bfd858be71cd4295136809c
Fixed
f84f2c81d792cf1e65571108a3bdd2c29e09e995
Fixed
48b76879f5bfc8584b99052510ac645c6ade8d2b
Fixed
2ed3601e9db08fbdb071bd3d7bd8f115d6d871b0
Fixed
b6baab796d11fb84c0e9444ffca91af5eab22c25
Fixed
3ee3c26ceee562079596abc9bc3307dd56dab4ed
Fixed
1ba381759e45d5d0442452cfa5c42e836191a568

Database specific

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

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
5.12.0
Fixed
5.15.218
Type
ECOSYSTEM
Events
Introduced
5.16.0
Fixed
6.1.185
Type
ECOSYSTEM
Events
Introduced
6.2.0
Fixed
6.6.154
Type
ECOSYSTEM
Events
Introduced
6.7.0
Fixed
6.12.106
Type
ECOSYSTEM
Events
Introduced
6.13.0
Fixed
6.18.47
Type
ECOSYSTEM
Events
Introduced
6.19.0
Fixed
7.1.10

Database specific

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