CVE-2026-23076
Out-of-Bounds Access in Linux ALSA ctxfi Audio Mixer
Publication date: 2026-02-04
Last updated on: 2026-03-18
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linux | linux_kernel | 6.19 |
| linux | linux_kernel | 6.19 |
| linux | linux_kernel | 6.19 |
| linux | linux_kernel | 6.19 |
| linux | linux_kernel | 6.19 |
| linux | linux_kernel | From 5.11 (inc) to 5.15.199 (exc) |
| linux | linux_kernel | From 5.16 (inc) to 6.1.162 (exc) |
| linux | linux_kernel | From 6.2 (inc) to 6.6.122 (exc) |
| linux | linux_kernel | From 6.7 (inc) to 6.12.68 (exc) |
| linux | linux_kernel | From 6.13 (inc) to 6.18.8 (exc) |
| linux | linux_kernel | 6.19 |
| linux | linux_kernel | From 2.6.31 (inc) to 5.10.249 (exc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-125 | The product reads data past the end, or before the beginning, of the intended buffer. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability exists in the Linux kernel's ALSA ctxfi driver, specifically in the audio mixer handling code. The issue is caused by an out-of-bounds (OOB) access due to improper use of the 'conf' field as a loop index in certain index callback functions (amixer_index() and sum_index()).
The root cause is the lack of proper (re-)initialization of the 'conj' field, which leads to accessing an array index beyond its valid range, as detected by fuzzers and UBSAN tools.
The vulnerability was fixed by adding proper initialization of the loop indices to prevent out-of-bounds access.
How can this vulnerability impact me? :
This vulnerability can cause out-of-bounds memory access in the audio mixer handling code of the Linux kernel's ctxfi driver.
Such out-of-bounds access may lead to undefined behavior including potential crashes or memory corruption, which could affect system stability or security.
How does this vulnerability affect compliance with common standards and regulations (like GDPR, HIPAA)?:
I don't know
How can this vulnerability be detected on my network or system? Can you suggest some commands?
I don't know
What immediate steps should I take to mitigate this vulnerability?
I don't know