Answer in brief
CVE-2026-80967 records a Unknown severity vulnerability in ALSA: pcxhr: initialize mutexes before requesting threaded IRQ. The current sources do not mark it as known exploited. The current feed maps Linux/Linux (generic), 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), Linux/Linux (generic). Check affected ranges and fixed versions before updating.
| Package | Affected range | Fixed version |
|---|---|---|
| Linux/Linuxgeneric | >=9bef72bdb26e291d6dffb04768741a0e49582666 <c069b3cfd753d6688ea0271c43553631ab38ce10 || >=9bef72bdb26e291d6dffb04768741a0e49582666 <7ef9ad82d95dd3c74570d80a689a0570fbc7539e || >=9bef72bdb26e291d6dffb04768741a0e49582666 <7cf280fbef5db6310e1b32074c8c34d1ba459796 || >=9bef72bdb26e291d6dffb04768741a0e49582666 <6c97817e20598e5473094e0e38d1f51f1cf4dfff | c069b3cfd753d6688ea0271c43553631ab38ce10, 7ef9ad82d95dd3c74570d80a689a0570fbc7539e, 7cf280fbef5db6310e1b32074c8c34d1ba459796, 6c97817e20598e5473094e0e38d1f51f1cf4dfff |
| Linux/Linuxgeneric | 3.18 | Not reported |
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: pcxhr: initialize mutexes before requesting threaded IRQ pcxhr_probe() requests pcxhr_threaded_irq() before initializing mgr->lock, even though the threaded handler takes that mutex. Initialize the manager locks before request_threaded_irq() so an early interrupt cannot run against uninitialized mutex state during probe.
Quoted source text, attributed separately from HOL analysis.