Security Advisory

CVE-2026-80967

CVE vulnerability detail - eXtreme Datacenter Security Operations

Published 2026-09-11 19:42:31
Last updated 2026-09-14 11:59:13
Assigner Linux
CVSS score 8.4
State PUBLISHED

Description

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.