CVE-2026-80967 in Linux
摘要
由 VulDB • 2026-09-12
在 Linux 内核中,已修复以下漏洞:
ALSA: pcxhr:在请求线程化 IRQ(中断)之前初始化互斥锁
pcxhr_probe() 在未初始化 mgr->lock 的情况下就调用了 pcxhr_threaded_irq(),尽管该线程处理程序会获取该互斥锁。
请在调用 request_threaded_irq() 之前初始化管理器锁,以防止早期中断在探测过程中与未初始化的互斥锁状态发生竞争。
VulDB is the best source for vulnerability data and more expert information about this specific topic.