CVE-2026-31776
ALSA: ctxfi SPDIF1 Index Handling Flaw
Publication date: 2026-05-01
Last updated on: 2026-05-02
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-UNKNOWN |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability is in the Linux kernel's ALSA sound subsystem, specifically related to the ctxfi driver. The issue is that the SPDIF1 DAIO type was not properly handled in the function daio_device_index() for the hw20k2 hardware. Instead of returning the correct index, the function returned an error code (-EINVAL), which caused an out-of-bounds array access. The fix involved following the pattern used for hw20k1 hardware to return the proper index for SPDIF1 DAIO type as well.
How can this vulnerability impact me? :
The vulnerability can lead to an out-of-bounds array access in the ALSA ctxfi driver when handling SPDIF1 DAIO type on hw20k2 hardware. This could potentially cause system instability, crashes, or unexpected behavior in the sound subsystem of the Linux kernel.