NONE · 0

CVE-2026-89869

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...

Vulnerability Description

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.

References

FAQ

What is CVE-2026-89869?

CVE-2026-89869 is a documented vulnerability. 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...

How severe is CVE-2026-89869?

CVSS scoring is not yet available for CVE-2026-89869. Check NVD for updates.

Is there a patch for CVE-2026-89869?

Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.