ZeroHour

CVE-2026-89980

niche

Use of uninitialized locks in Linux kernel ALSA harmony driver (HP PA-RISC audio)

CVSS 3.1
8.4 high
EPSS
Published
()
Modified
AI analysis

The Linux kernel's ALSA harmony driver, the sound driver for HP PA-RISC machines, registered its interrupt request in snd_harmony_create() before initializing the h->lock and h->mixer_lock spinlocks, so a pending interrupt could invoke the IRQ handler while the locks were still uninitialized. This race is triggered when an interrupt arrives in the window between IRQ registration and lock initialization, typically during driver probe or boot. A local attacker able to trigger or time this race could cause kernel crashes or memory corruption, potentially yielding denial of service or privilege escalation, consistent with the CVSS 8.4 local-vector score. Only systems running Linux on the HP PA-RISC architecture with the Harmony audio driver built and enabled are affected; mainstream x86 and ARM deployments do not include this driver. There is no known exploitation, no public proof-of-concept, and the issue is not listed in CISA's KEV catalog.

What to do: Apply the upstream kernel patch (initialize both locks before requesting the IRQ) via your stable kernel update channel. Inventory for any HP PA-RISC/HP 9000 systems running Linux and check whether the harmony ALSA driver is enabled; as an interim measure, disable or avoid CONFIG_SND_HARMONY if patching is not immediately possible. x86/ARM and other mainstream architectures are not affected.

Affected
Linux kernel (ALSA harmony driver, sound/parisc, HP PA-RISC architecture)Kernel versions up to the release containing the fix (no specific range given in the data); only configurations that build/enable CONFIG_SND_HARMONY on PA-RISC
Estimated exposure
nichelikely only hundreds to a few thousand machines worldwide (legacy HP 9000/PA-RISC systems running Linux) — The harmony ALSA driver exists solely for the HP PA-RISC architecture, a legacy niche platform with a very small Linux installed base (hobbyist/retro and a handful of legacy HP 9000 deployments), so exposure is a small fraction of that…

Order-of-magnitude estimate by the model from install counts, market share and public scan data it knows; verify before quoting.

Description

In the Linux kernel, the following vulnerability has been resolved: ALSA: harmony: initialize locks before requesting IRQ snd_harmony_create() registers the IRQ before initializing h->lock and h->mixer_lock. 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.

Vector
CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H

In the news

No ingested article mentions this CVE yet.