CVE-2026-89980: ALSA: harmony: initialize locks before requesting IRQ

Published Sep 16, 2026
·
Updated

In the Linux kernel, the following vulnerability has been resolved:

ALSA: harmony: initialize locks before requesting IRQ

sndharmonycreate() registers the IRQ before initializing h->lock and h->mixerlock. A pending interrupt can invoke the handler while these locks are uninitialized.

Initialize both locks before requesting the IRQ so the handler always sees valid lock state.

Affected Software

1 affected component
Linux Kernel

Remediation

Recommended actions to resolve this vulnerability, in priority order.

  1. Configuration

    Apply the kernel fix for ALSA harmony: initialize both locks (h->mixer_lock and the handler lock) before requesting/ registering the IRQ in snd_harmony_create(), so the interrupt handler cannot run with uninitialized locks.

    Linux kernel (snd_harmony) IRQ registration order vs lock initialization = Initialize mixer_lock and lock before requesting/registering the IRQ

Event History

Sep 16, 2026
CVE Published
via MITRE·10:32 AM
Data Sourced
via MITRE·10:32 AM
Description

Frequently Asked Questions

1

Which systems are exposed to this issue?

Systems using the Linux kernel ALSA Harmony driver may be exposed during creation of the Harmony sound device, because the vulnerable path is in snd_harmony_create().

2

What condition is required for the flaw to occur?

An interrupt must already be pending or arrive after the IRQ is registered but before the driver initializes its lock and mixer lock. In that window, the interrupt handler can run with invalid lock state.

3

What does the available fix change?

The fix initializes both the driver lock and mixer lock before requesting the IRQ, ensuring that an interrupt handler always encounters initialized locks.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203