CVE Catalog

CVE-2026-89869

Unknown
Published: Translated: NVD NIST

Summary

In the Linux kernel, the media qcom iris driver uses disable_irq_nosync() during power-off, which does not wait for an in-flight threaded IRQ handler to complete. The handler may still run after the VPU is powered down and access hardware registers.

Risk Assessment

Accessing hardware registers after power-off can cause hardware faults, instability, or system crash. It affects Qualcomm platforms using the iris driver.

Recommendation

Update the Linux kernel to a version containing the fix that replaces disable_irq_nosync() with disable_irq(). Until patched, avoid frequent VPU power cycles.

Other vulnerabilities in Linux kernel

See all
Original NVD description (English source)

In the Linux kernel, the following vulnerability has been resolved: media: qcom: iris: use disable_irq() during power-off The IRQ is registered as a threaded IRQ. Using disable_irq_nosync() in iris_vpu_power_off() does not wait for an already queued threaded IRQ handler to complete before returning. As a result, a threaded IRQ handler may still run after the VPU has been powered down and access hardware registers after power-off. Replace disable_irq_nosync() with disable_irq() so the power-off path waits for any in-flight threaded IRQ handler to complete before returning.

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