CVE-2026-31775
Severity CVSS v4.0:
Pending analysis
Type:
Unavailable / Other
Publication date:
01/05/2026
Last modified:
07/05/2026
Description
In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
ALSA: ctxfi: Don&#39;t enumerate SPDIF1 at DAIO initialization<br />
<br />
The recent refactoring of xfi driver changed the assignment of<br />
atc->daios[] at atc_get_resources(); now it loops over all enum<br />
DAIOTYP entries while it looped formerly only a part of them.<br />
The problem is that the last entry, SPDIF1, is a special type that<br />
is used only for hw20k1 CTSB073X model (as a replacement of SPDIFIO),<br />
and there is no corresponding definition for hw20k2. Due to the lack<br />
of the info, it caused a kernel crash on hw20k2, which was already<br />
worked around by the commit b045ab3dff97 ("ALSA: ctxfi: Fix missing<br />
SPDIFI1 index handling").<br />
<br />
This patch addresses the root cause of the regression above properly,<br />
simply by skipping the incorrect SPDIF1 type in the parser loop.<br />
<br />
For making the change clearer, the code is slightly arranged, too.
Impact
Base Score 3.x
5.50
Severity 3.x
MEDIUM
Vulnerable products and versions
| CPE | From | Up to |
|---|---|---|
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.19 (including) | 6.19.12 (excluding) |
| cpe:2.3:o:linux:linux_kernel:7.0:rc1:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:7.0:rc2:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:7.0:rc3:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:7.0:rc4:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:7.0:rc5:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:7.0:rc6:*:*:*:*:*:* |
To consult the complete list of CPE names with products and versions, see this page



