Answer in brief
CVE-2026-89869 records a Unknown severity vulnerability in media: qcom: iris: use disable_irq() during power-off. The current sources do not mark it as known exploited. The current feed maps Linux/Linux (generic), Linux/Linux (generic). Check affected ranges and fixed versions before updating.
Analysis pending evidence review
HOL Guard separates source facts from reviewed analysis. See the methodology.
A CVSS score is not reported in the current record. The current sources do not mark it as known exploited. Treat this as a source-backed prioritization signal, not a statement about your environment.
Analysis status
Analysis pending evidence review
Factual feed record only; HOL analysis is not approved for indexing. Read the methodology.
The current feed maps Linux/Linux (generic), Linux/Linux (generic). Check affected ranges and fixed versions before updating.
| Package | Affected range | Fixed version |
|---|---|---|
| Linux/Linuxgeneric | >=bb8a95aa038e099f5ec82c466e996b006e05abd7 <ff98cd2b8b54cf96bccace2f7b7e4775cdccaf02 || >=bb8a95aa038e099f5ec82c466e996b006e05abd7 <d7f34cbaced92069400fc5d71fefe3cb4c748da8 || >=bb8a95aa038e099f5ec82c466e996b006e05abd7 <b9c2215bdedc9c532a7e9d57ec49ee1b6381f863 | ff98cd2b8b54cf96bccace2f7b7e4775cdccaf02, d7f34cbaced92069400fc5d71fefe3cb4c748da8, b9c2215bdedc9c532a7e9d57ec49ee1b6381f863 |
| Linux/Linuxgeneric | 6.15 | Not reported |
Published upstream
Sep 16, 2026
Evidence: source:cvelist:source_dates:source-dates:recordSource modified
Sep 16, 2026
Evidence: source:cvelist:source_dates:source-dates:recordFirst seen by HOL
Sep 16, 2026
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.
Quoted source text, attributed separately from HOL analysis.