{
  "affected": [
    {
      "ranges": [
        {
          "events": [
            {
              "introduced": "e57b7901469fc0b021930b83a8094baaf3d81b09"
            },
            {
              "fixed": "c4dc85481d38951ca7f8bc104e711936306cc664"
            },
            {
              "fixed": "e995d3dccc9d980af13a60ad37409ed1561f9eeb"
            }
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "type": "GIT"
        }
      ]
    },
    {
      "package": {
        "ecosystem": "Linux",
        "name": "Kernel"
      },
      "ranges": [
        {
          "events": [
            {
              "introduced": "5.8.0"
            },
            {
              "fixed": "7.2.6"
            }
          ],
          "type": "ECOSYSTEM"
        }
      ]
    }
  ],
  "database_specific": {
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/90xxx/CVE-2026-90365.json"
  },
  "details": "In the Linux kernel, the following vulnerability has been resolved:\n\nwifi: mt76: cancel reset and rc work on device unregister\n\nBoth drivers cancelled dump_work on unregister but left reset_work and\nrc_work to be flushed only by destroy_workqueue() in mt76_free_device(),\nwhich runs after the hw is unregistered and the hardware stopped. A\nreset_work that fires in that window calls ieee80211_restart_hw() and\nre-arms mac_work on an unregistered hw, and rc_work touches station state\nbeing torn down. Cancel both up front, alongside dump_work.",
  "id": "CVE-2026-90365",
  "modified": "2026-09-19T03:30:51.786848300Z",
  "published": "2026-09-17T16:09:08.127Z",
  "references": [
    {
      "type": "WEB",
      "url": "https://git.kernel.org/stable/c/c4dc85481d38951ca7f8bc104e711936306cc664"
    },
    {
      "type": "WEB",
      "url": "https://git.kernel.org/stable/c/e995d3dccc9d980af13a60ad37409ed1561f9eeb"
    },
    {
      "type": "ADVISORY",
      "url": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/90xxx/CVE-2026-90365.json"
    },
    {
      "type": "ADVISORY",
      "url": "https://nvd.nist.gov/vuln/detail/CVE-2026-90365"
    },
    {
      "type": "PACKAGE",
      "url": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git"
    }
  ],
  "schema_version": "1.9.0",
  "summary": "wifi: mt76: cancel reset and rc work on device unregister"
}