2 matches found
CVE-2026-80967
A flaw was found in the ALSA pcxhr driver within the Linux kernel. The pcxhrprobe function requests a threaded interrupt before properly initializing a critical mutex mgr-lock. This oversight could allow an early interrupt to operate on an uninitialized mutex, potentially leading to system...
4.1CVSS
SaveExploits0References7
CVE-2026-80967
CVE-2026-80967 affects the Linux kernel 's ALSA pcxhr (O2 Micro) audio driver. The root cause is an initialization-order bug in pcxhr_probe(): the driver calls request_threaded_irq() before initializing mgr->lock, meaning an early interrupt during probe could trigger the threaded handler again...
SaveExploits0References4
20