CVE-2026-89869
Last modified
CVE-2026-89869 is a vulnerability of currently unknown severity. 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..
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.
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= bb8a95aa038e099f5ec82c466e996b006e05abd7, < ff98cd2b8b54cf96bccace2f7b7e4775cdccaf02; >= bb8a95aa038e099f5ec82c466e996b006e05abd7, < d7f34cbaced92069400fc5d71fefe3cb4c748da8; >= bb8a95aa038e099f5ec82c466e996b006e05abd7, < b9c2215bdedc9c532a7e9d57ec49ee1b6381f863 |
| Linux | Linux | 6.15 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-89869?
How severe is CVE-2026-89869?
How do I fix CVE-2026-89869?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-89863In the Linux kernel, the following vulnerability has been re…7.5
- CVE-2026-89864In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89865In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89866In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89867In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89868In the Linux kernel, the following vulnerability has been re…
- CVE-2026-8987Autel Maxi Charger Single firmware through V1.03.51 contains…8.8
- CVE-2026-89870In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-89871In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89872In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89873In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-89874In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2026-89869?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
