PatchSiren

PatchSiren cyber security CVE debrief

CVE-2026-80967 Linux kernel CVE debrief

A race condition vulnerability in the Linux kernel's ALSA pcxhr driver has been identified. The pcxhr_probe() function requests a threaded IRQ before initializing the mgr->lock mutex, which is used by the threaded handler. This could potentially lead to a use-after-free or other synchronization issues if an interrupt occurs before the mutex is initialized.

Vendor
Linux kernel
Product
ALSA pcxhr driver
CVSS
Unknown
CISA KEV
Not listed in stored evidence
Original CVE published
2026-09-11
Original CVE updated
2026-09-11
Advisory published
2026-09-11
Advisory updated
2026-09-11

Who should care

Linux kernel developers and maintainers, ALSA pcxhr driver users and administrators, operators of Linux-based systems, security teams responsible for vulnerability management, and platform administrators who use the ALSA pcxhr driver in their infrastructure. These stakeholders should review the patch and ensure its application to prevent potential synchronization issues or memory corruption.

Why it matters

A race condition vulnerability in the Linux kernel's ALSA pcxhr driver could potentially lead to synchronization issues or memory corruption if an interrupt occurs before mutex initialization. Linux kernel developers and maintainers should review and apply the patch to initialize mutexes before requesting threaded IRQ. ALSA pcxhr driver users and administrators should verify the driver configuration and monitor system logs for potential issues.

  • Potential synchronization issues or errors related to the ALSA pcxhr driver
  • Use-after-free or other memory corruption issues if an interrupt occurs before mutex initialization

Technical summary

The Linux kernel's ALSA pcxhr driver has a race condition vulnerability. The pcxhr_probe() function requests a threaded IRQ before initializing the mgr->lock mutex, which is used by the threaded handler. This could potentially lead to a use-after-free or other synchronization issues if an interrupt occurs before the mutex is initialized. The vulnerability affects Linux kernel developers and maintainers who should review and apply the patch to initialize mutexes before requesting threaded IRQ. The patch ensures that the mutexes are initialized before the threaded IRQ is requested, preventing potential synchronization issues.

Defensive priority

Medium

Recommended defensive actions

  • Review and apply the Linux kernel patch to initialize mutexes before requesting threaded IRQ
  • Verify the ALSA pcxhr driver configuration and ensure it is properly secured
  • Monitor system logs for potential synchronization issues or errors related to the ALSA pcxhr driver
  • Confirm whether affected product deployments exist in managed environments and assign an owner for follow-up
  • Review the supplied official advisory or CVE record to validate affected scope, severity, and vendor guidance
  • Plan vendor-supported updates or mitigations through normal change control where exposure is confirmed
  • Check relevant monitoring, detection, and logs for exposed assets that need extra review

Evidence notes

The CVE record and NVD entry provide limited information about the vulnerability. The Linux kernel patch history indicates that the issue was resolved by initializing mutexes before requesting threaded IRQ.

Sources and references

Verified primary and authoritative sources

  • CVE-2026-80967 CVE Program record

    Publisher, destination, and source semantics verified

    URL: https://www.cve.org/CVERecord?id=CVE-2026-80967

    CVE Program - Official CVE Program record with source-provided CVE metadata.

  • CVE-2026-80967 NVD vulnerability detail

    Publisher, destination, and source semantics verified

    URL: https://nvd.nist.gov/vuln/detail/CVE-2026-80967

    NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.

Supplemental references

  • Source reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/6c97817e20598e5473094e0e38d1f51f1cf4dfff

    416baaa9-dc9f-4396-8d5f-8c081fb06d67

  • Source reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/7cf280fbef5db6310e1b32074c8c34d1ba459796

    416baaa9-dc9f-4396-8d5f-8c081fb06d67

  • Source reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/7ef9ad82d95dd3c74570d80a689a0570fbc7539e

    416baaa9-dc9f-4396-8d5f-8c081fb06d67

  • Source reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/c069b3cfd753d6688ea0271c43553631ab38ce10

    416baaa9-dc9f-4396-8d5f-8c081fb06d67

Methodology and review provenance

AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.