Answer in brief
CVE-2026-80968 records a Unknown severity vulnerability in ALSA: mts64: Check card index validity at probe. The current sources do not mark it as known exploited. The current feed maps Linux/Linux (generic). Check affected ranges and fixed versions before updating.
Analysis pending evidence review
HOL Guard separates source facts from reviewed analysis. See the methodology.
A CVSS score is not reported in the current record. The current sources do not mark it as known exploited. Treat this as a source-backed prioritization signal, not a statement about your environment.
Analysis status
Analysis pending evidence review
Factual feed record only; HOL analysis is not approved for indexing. Read the methodology.
The current feed maps Linux/Linux (generic). Check affected ranges and fixed versions before updating.
| Package | Affected range | Fixed version |
|---|---|---|
| Linux/Linuxgeneric | >=1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 <036e7aa793375ab16ea0f64b8de6673220416cc1 || >=1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 <a4e774eeb61aec64da5b03d3becffde26f7fe4de || >=1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 <cf3af453a48c8d905512dfc44a5a59439b70f4f0 || >=1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 <d18a260720f86a5f8b5fcfefc4ba2e9dd01c10f8 || >=0 <6.12.109 || >=0 <6.18.50 || >=0 <7.2.4 | 036e7aa793375ab16ea0f64b8de6673220416cc1, a4e774eeb61aec64da5b03d3becffde26f7fe4de, cf3af453a48c8d905512dfc44a5a59439b70f4f0, d18a260720f86a5f8b5fcfefc4ba2e9dd01c10f8, 6.12.109, 6.18.50, 7.2.4 |
Published upstream
Sep 11, 2026
Evidence: source:cvelist:source_dates:source-dates:recordSource modified
Sep 11, 2026
Evidence: source:cvelist:source_dates:source-dates:recordFirst seen by HOL
Sep 11, 2026
In the Linux kernel, the following vulnerability has been resolved: ALSA: mts64: Check card index validity at probe Although mts64 driver has a check of the given devptr->id value, it doesn't check for a negative id, which is often given as "none" or such value when bound via sysfs. This may lead to OOB access for index[] and other parameters. Add a sanity check for the card index and warn/correct it if it's a value out of the range.
Quoted source text, attributed separately from HOL analysis.