CVE-2026-80967

HIGHCVSS 8.4/10EPSS 0.18%

Last modified

CVE-2026-80967 is a high-severity vulnerability rated 8.4/10 on the CVSS scale. 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.. EPSS estimates a 0.18% chance of exploitation in the next 30 days.

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.

Metrics

EPSS Probability
0.18%

8.0th percentile

Probability of exploitation in the next 30 days. Learn more

Affected Software

Source: CNA advisory (CVE.org). NVD analysis pending.

VendorProductVersions
LinuxLinux>= 9bef72bdb26e291d6dffb04768741a0e49582666, < 039602d6ddb1febbb0561b30dab04461f78a1319; >= 9bef72bdb26e291d6dffb04768741a0e49582666, < a5f405adb0229c9cf64eb3d695c333c92e3d3d4f; >= 9bef72bdb26e291d6dffb04768741a0e49582666, < ede25b7fea0d7487ee8528bf35dc7b9a1cbcd814; >= 9bef72bdb26e291d6dffb04768741a0e49582666, < c069b3cfd753d6688ea0271c43553631ab38ce10; >= 9bef72bdb26e291d6dffb04768741a0e49582666, < 7ef9ad82d95dd3c74570d80a689a0570fbc7539e; >= 9bef72bdb26e291d6dffb04768741a0e49582666, < 7cf280fbef5db6310e1b32074c8c34d1ba459796; >= 9bef72bdb26e291d6dffb04768741a0e49582666, < 6c97817e20598e5473094e0e38d1f51f1cf4dfff
LinuxLinux3.18

References

Timeline

Published
Last Modified
Status
Received

Frequently Asked Questions

What is CVE-2026-80967?
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.
How severe is CVE-2026-80967?
CVE-2026-80967 has a CVSS score of 8.4/10 (HIGH severity). The EPSS model estimates a 0.18% probability of exploitation in the next 30 days.
How do I fix CVE-2026-80967?
Check the vendor references and advisories linked above for patched versions and mitigation guidance. You can also run a Strix scan to test if your systems are affected.

How Strix Helps

Related CVEs from 2026

Are you affected by CVE-2026-80967?

Run a free Strix scan to check your systems for this vulnerability.

Scan your code now

Source: NVD / NIST