CVE Catalog

CVE-2026-97909

Unknown
Published: Translated: NVD NIST

Summary

In the Linux kernel, in ASoC: sti, uni_reader_init() registers the shared IRQ before initializing reader->irq_lock. A pending interrupt can invoke the handler while the lock is still uninitialized.

Risk Assessment

An uninitialized lock may lead to race conditions or malfunction, potentially resulting in system crashes or unpredictable behavior.

Recommendation

Initialize the lock before registering the IRQ so the interrupt path always sees valid lock state.

Other vulnerabilities in Linux kernel

See all
Original NVD description (English source)

In the Linux kernel, the following vulnerability has been resolved: ASoC: sti: initialize IRQ lock before requesting IRQ uni_reader_init() registers the shared IRQ before initializing reader->irq_lock. A pending interrupt can invoke the handler while the lock is still uninitialized. Initialize the lock before registering the IRQ so the interrupt path always sees valid lock state.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS