{
  "affected": [
    {
      "ecosystem_specific": {
        "urgency": "not yet assigned"
      },
      "package": {
        "ecosystem": "Debian:14",
        "name": "linux"
      },
      "ranges": [
        {
          "events": [
            {
              "introduced": "0"
            }
          ],
          "type": "ECOSYSTEM"
        }
      ]
    }
  ],
  "details": "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.",
  "id": "DEBIAN-CVE-2026-89869",
  "modified": "2026-09-17T04:47:33.636156268Z",
  "published": "2026-09-16T11:16:55.050Z",
  "references": [
    {
      "type": "ADVISORY",
      "url": "https://security-tracker.debian.org/tracker/CVE-2026-89869"
    }
  ],
  "upstream": [
    "CVE-2026-89869"
  ]
}