GCVE Workshop - 22 September 2026 (14:00-18:00), Luxembourg Before The Vulnopticon Conference - Registration

CVE-2026-80936 (GCVE-0-2026-80936)

Vulnerability from cvelistv5 – Published: 2026-09-11 19:42 – Updated: 2026-09-13 06:28
VLAI
Title
wifi: mt76: mt7925: cancel mlo_pm_work on stop
Summary
In the Linux kernel, the following vulnerability has been resolved: wifi: mt76: mt7925: cancel mlo_pm_work on stop mt7925 queues mlo_pm_work with a 5 second delay during multi-link power-save setup and never cancels it on the stop path. If the device is torn down inside that window, the work outlives the teardown and its timer fires afterwards, trying to queue onto the workqueue that is already gone: workqueue: cannot queue mt7925_mlo_pm_work [mt7925_common] on wq phy0 WARNING: kernel/workqueue.c:2283 at __queue_work+0x59/0xa0, CPU#1: swapper/1/0 call_timer_fn+0x2a/0x140 __run_timers+0x203/0x330 run_timer_softirq+0x86/0xf0 mt7921 already has its own stop callback, so add one for mt7925 that cancels the work before calling mt792x_stop(). mt7925_ops backs both the PCIe and USB drivers, so this covers both.
Impacted products
Vendor Product Version CPE status
Linux Linux Affected: 276a568832577c81ec90b62dc506bbdc3781ca46 , < 304470333b7f525b23699ea7a7aed3b40ca37ca9 (git)
Affected: 276a568832577c81ec90b62dc506bbdc3781ca46 , < 9e20da749ad229a1aa649ece528721b9652f15e1 (git)
Affected: 276a568832577c81ec90b62dc506bbdc3781ca46 , < 81faf578320df2dfc682a96baa6e85851dd68b6f (git)
Affected: 74eb79258bfd5f2ffe6d26a09c898992b2afa1ce (git)
Affected: 6.14.3 , < 6.15 (semver)
guessed Create a notification for this product.
Linux Linux Affected: 6.15
Unaffected: 0 , < 6.15 (semver)
Unaffected: 6.18.50 , ≤ 6.18.* (semver)
Unaffected: 7.2.4 , ≤ 7.2.* (semver)
Unaffected: 7.3-rc1 , ≤ * (original_commit_for_fix)
guessed Create a notification for this product.
Show details on NVD website

{
  "containers": {
    "cna": {
      "affected": [
        {
          "defaultStatus": "unaffected",
          "product": "Linux",
          "programFiles": [
            "drivers/net/wireless/mediatek/mt76/mt7925/main.c"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "lessThan": "304470333b7f525b23699ea7a7aed3b40ca37ca9",
              "status": "affected",
              "version": "276a568832577c81ec90b62dc506bbdc3781ca46",
              "versionType": "git"
            },
            {
              "lessThan": "9e20da749ad229a1aa649ece528721b9652f15e1",
              "status": "affected",
              "version": "276a568832577c81ec90b62dc506bbdc3781ca46",
              "versionType": "git"
            },
            {
              "lessThan": "81faf578320df2dfc682a96baa6e85851dd68b6f",
              "status": "affected",
              "version": "276a568832577c81ec90b62dc506bbdc3781ca46",
              "versionType": "git"
            },
            {
              "status": "affected",
              "version": "74eb79258bfd5f2ffe6d26a09c898992b2afa1ce",
              "versionType": "git"
            },
            {
              "lessThan": "6.15",
              "status": "affected",
              "version": "6.14.3",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "affected",
          "product": "Linux",
          "programFiles": [
            "drivers/net/wireless/mediatek/mt76/mt7925/main.c"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "status": "affected",
              "version": "6.15"
            },
            {
              "lessThan": "6.15",
              "status": "unaffected",
              "version": "0",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.18.*",
              "status": "unaffected",
              "version": "6.18.50",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "7.2.*",
              "status": "unaffected",
              "version": "7.2.4",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "*",
              "status": "unaffected",
              "version": "7.3-rc1",
              "versionType": "original_commit_for_fix"
            }
          ]
        }
      ],
      "cpeApplicability": [
        {
          "nodes": [
            {
              "cpeMatch": [
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.18.50",
                  "versionStartIncluding": "6.15",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "7.2.4",
                  "versionStartIncluding": "6.15",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "7.3-rc1",
                  "versionStartIncluding": "6.15",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionStartIncluding": "6.14.3",
                  "vulnerable": true
                }
              ],
              "negate": false,
              "operator": "OR"
            }
          ]
        }
      ],
      "descriptions": [
        {
          "lang": "en",
          "value": "In the Linux kernel, the following vulnerability has been resolved:\n\nwifi: mt76: mt7925: cancel mlo_pm_work on stop\n\nmt7925 queues mlo_pm_work with a 5 second delay during multi-link\npower-save setup and never cancels it on the stop path. If the device is\ntorn down inside that window, the work outlives the teardown and its timer\nfires afterwards, trying to queue onto the workqueue that is already gone:\n\n  workqueue: cannot queue mt7925_mlo_pm_work [mt7925_common] on wq phy0\n  WARNING: kernel/workqueue.c:2283 at __queue_work+0x59/0xa0, CPU#1: swapper/1/0\n   call_timer_fn+0x2a/0x140\n   __run_timers+0x203/0x330\n   run_timer_softirq+0x86/0xf0\n\nmt7921 already has its own stop callback, so add one for mt7925 that\ncancels the work before calling mt792x_stop(). mt7925_ops backs both the\nPCIe and USB drivers, so this covers both."
        }
      ],
      "metrics": [
        {
          "cvssV3_1": {
            "baseScore": 7.8,
            "baseSeverity": "HIGH",
            "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
            "version": "3.1"
          },
          "scenarios": [
            {
              "lang": "en",
              "value": "AV:L - The bug is in mt7925\u0027s mac80211 .stop callback, which leaves mlo_pm_work armed across local driver teardown (last wlan ndo_stop, PCI/USB unbind, USB disconnect, rmmod). Over-the-air frames never call ops-\u003estop; this is a local interface/driver lifecycle path, matching other mt76 stop/cleanup UAFs.\nAC:L - mt7925 queues mlo_pm_work with a fixed 5-second delay during MLO power-save setup; a local attacker who associates to a Wi-Fi 7 MLO AP and then immediately stops or unregisters the device controls both sides and easily hits that window, with no attacker-uncontrollable race or heap layout.\nPR:L - Bringing the wireless interface down and driving nl80211 connect/disconnect uses GENL_UNS_ADMIN_PERM/CAP_NET_ADMIN, and ordinary NetworkManager/polkit or Android Wi-Fi controls expose that to unprivileged local users; per kernel guidance that is Low, not init-namespace root.\nUI:N - The attacker performs MLO association and the subsequent interface or driver teardown themselves; no separate victim action such as opening a file or mounting a filesystem is required.\nS:U - The use-after-free is of host kernel workqueue and mt792x_dev delayed_work state inside the mt7925 driver and does not cross a VM, IOMMU, or sandbox security boundary.\nC:H - Unregister destroys the mac80211 phy workqueue and USB disconnect then mt76_free_device() frees the mt792x_dev that embeds mlo_pm_work while the 5s timer still points at them; a UAF of those objects enables disclosure via heap reclaim and is Confidentiality High per guidance.\nI:H - The dangling delayed_work timer can fire on a freed mt792x_dev (mt792xu_disconnect frees the device without cancelling mlo_pm_work), a classic timer/workqueue UAF that can be turned into writes and control-flow hijack after spraying; guidance rates Integrity High.\nA:H - The pending timer calls __queue_work on a destroying phy workqueue (WARN in kernel/workqueue.c) and can oops when the timer runs against freed delayed_work, causing kernel warning, oops, or panic; any such crash is Availability High."
            }
          ]
        }
      ],
      "providerMetadata": {
        "dateUpdated": "2026-09-13T06:28:16.420Z",
        "orgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
        "shortName": "Linux"
      },
      "references": [
        {
          "url": "https://git.kernel.org/stable/c/304470333b7f525b23699ea7a7aed3b40ca37ca9"
        },
        {
          "url": "https://git.kernel.org/stable/c/9e20da749ad229a1aa649ece528721b9652f15e1"
        },
        {
          "url": "https://git.kernel.org/stable/c/81faf578320df2dfc682a96baa6e85851dd68b6f"
        }
      ],
      "title": "wifi: mt76: mt7925: cancel mlo_pm_work on stop",
      "x_generator": {
        "engine": "bippy-1.2.0"
      }
    }
  },
  "cveMetadata": {
    "assignerOrgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
    "assignerShortName": "Linux",
    "cveId": "CVE-2026-80936",
    "datePublished": "2026-09-11T19:42:10.034Z",
    "dateReserved": "2026-08-26T14:34:25.802Z",
    "dateUpdated": "2026-09-13T06:28:16.420Z",
    "state": "PUBLISHED"
  },
  "dataType": "CVE_RECORD",
  "dataVersion": "5.2",
  "vulnerability-lookup:meta": {
    "epss": {
      "cve": "CVE-2026-80936",
      "date": "2026-09-17",
      "epss": "0.00127",
      "percentile": "0.02717"
    },
    "nvd": {
      "cve": {
        "affected": [
          {
            "affectedData": [
              {
                "defaultStatus": "unaffected",
                "product": "Linux",
                "programFiles": [
                  "drivers/net/wireless/mediatek/mt76/mt7925/main.c"
                ],
                "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
                "vendor": "Linux",
                "versions": [
                  {
                    "lessThan": "304470333b7f525b23699ea7a7aed3b40ca37ca9",
                    "status": "affected",
                    "version": "276a568832577c81ec90b62dc506bbdc3781ca46",
                    "versionType": "git"
                  },
                  {
                    "lessThan": "9e20da749ad229a1aa649ece528721b9652f15e1",
                    "status": "affected",
                    "version": "276a568832577c81ec90b62dc506bbdc3781ca46",
                    "versionType": "git"
                  },
                  {
                    "lessThan": "81faf578320df2dfc682a96baa6e85851dd68b6f",
                    "status": "affected",
                    "version": "276a568832577c81ec90b62dc506bbdc3781ca46",
                    "versionType": "git"
                  },
                  {
                    "status": "affected",
                    "version": "74eb79258bfd5f2ffe6d26a09c898992b2afa1ce",
                    "versionType": "git"
                  },
                  {
                    "lessThan": "6.15",
                    "status": "affected",
                    "version": "6.14.3",
                    "versionType": "semver"
                  }
                ]
              },
              {
                "defaultStatus": "affected",
                "product": "Linux",
                "programFiles": [
                  "drivers/net/wireless/mediatek/mt76/mt7925/main.c"
                ],
                "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
                "vendor": "Linux",
                "versions": [
                  {
                    "status": "affected",
                    "version": "6.15"
                  },
                  {
                    "lessThan": "6.15",
                    "status": "unaffected",
                    "version": "0",
                    "versionType": "semver"
                  },
                  {
                    "lessThanOrEqual": "6.18.*",
                    "status": "unaffected",
                    "version": "6.18.50",
                    "versionType": "semver"
                  },
                  {
                    "lessThanOrEqual": "7.2.*",
                    "status": "unaffected",
                    "version": "7.2.4",
                    "versionType": "semver"
                  },
                  {
                    "lessThanOrEqual": "*",
                    "status": "unaffected",
                    "version": "7.3-rc1",
                    "versionType": "original_commit_for_fix"
                  }
                ]
              }
            ],
            "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
          }
        ],
        "cveTags": [],
        "descriptions": [
          {
            "lang": "en",
            "value": "In the Linux kernel, the following vulnerability has been resolved:\n\nwifi: mt76: mt7925: cancel mlo_pm_work on stop\n\nmt7925 queues mlo_pm_work with a 5 second delay during multi-link\npower-save setup and never cancels it on the stop path. If the device is\ntorn down inside that window, the work outlives the teardown and its timer\nfires afterwards, trying to queue onto the workqueue that is already gone:\n\n  workqueue: cannot queue mt7925_mlo_pm_work [mt7925_common] on wq phy0\n  WARNING: kernel/workqueue.c:2283 at __queue_work+0x59/0xa0, CPU#1: swapper/1/0\n   call_timer_fn+0x2a/0x140\n   __run_timers+0x203/0x330\n   run_timer_softirq+0x86/0xf0\n\nmt7921 already has its own stop callback, so add one for mt7925 that\ncancels the work before calling mt792x_stop(). mt7925_ops backs both the\nPCIe and USB drivers, so this covers both."
          }
        ],
        "id": "CVE-2026-80936",
        "lastModified": "2026-09-13T07:17:01.293",
        "metrics": {
          "cvssMetricV31": [
            {
              "cvssData": {
                "attackComplexity": "LOW",
                "attackVector": "LOCAL",
                "availabilityImpact": "HIGH",
                "baseScore": 7.8,
                "baseSeverity": "HIGH",
                "confidentialityImpact": "HIGH",
                "integrityImpact": "HIGH",
                "privilegesRequired": "LOW",
                "scope": "UNCHANGED",
                "userInteraction": "NONE",
                "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
                "version": "3.1"
              },
              "exploitabilityScore": 1.8,
              "impactScore": 5.9,
              "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
              "type": "Secondary"
            }
          ]
        },
        "published": "2026-09-11T20:18:57.513",
        "references": [
          {
            "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
            "url": "https://git.kernel.org/stable/c/304470333b7f525b23699ea7a7aed3b40ca37ca9"
          },
          {
            "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
            "url": "https://git.kernel.org/stable/c/81faf578320df2dfc682a96baa6e85851dd68b6f"
          },
          {
            "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
            "url": "https://git.kernel.org/stable/c/9e20da749ad229a1aa649ece528721b9652f15e1"
          }
        ],
        "sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
        "vulnStatus": "Received"
      }
    },
    "redhat_vex": {
      "aggregate_severity": "Low",
      "current_release_date": "2026-09-14T14:54:14+00:00",
      "cve": "CVE-2026-80936",
      "id": "CVE-2026-80936",
      "initial_release_date": "2026-09-11T00:00:00+00:00",
      "product_status:known_affected": "185",
      "product_status:known_not_affected": "91",
      "source": "Red Hat CSAF VEX",
      "status": "final",
      "title": "kernel: wifi: mt76: mt7925: cancel mlo_pm_work on stop",
      "url": "https://security.access.redhat.com/data/csaf/v2/vex/2026/cve-2026-80936.json",
      "version": "3"
    },
    "suse_vex": {
      "aggregate_severity": "moderate",
      "current_release_date": "2026-09-15T01:06:05Z",
      "cve": "CVE-2026-80936",
      "id": "CVE-2026-80936",
      "initial_release_date": "2026-09-15T01:06:05Z",
      "product_status:known_not_affected": "353",
      "source": "SUSE CSAF VEX",
      "status": "interim",
      "title": "SUSE CVE CVE-2026-80936",
      "url": "https://ftp.suse.com/pub/projects/security/csaf-vex/cve-2026-80936.json",
      "version": "2"
    }
  }
}



Log in or create an account to share your comment.




Tags
Taxonomy of the tags.


Loading…

Loading…

Loading…

Forecast uses a logistic model when the trend is rising, or an exponential decay model when the trend is falling. Fitted via linearized least squares.

Sightings

Author Source Type Date Other

Nomenclature

  • Seen: The vulnerability was mentioned, discussed, or observed by the user.
  • Confirmed: The vulnerability has been validated from an analyst's perspective.
  • Published Proof of Concept: A public proof of concept is available for this vulnerability.
  • Exploited: The vulnerability was observed as exploited by the user who reported the sighting.
  • Patched: The vulnerability was observed as successfully patched by the user who reported the sighting.
  • Not exploited: The vulnerability was not observed as exploited by the user who reported the sighting.
  • Not confirmed: The user expressed doubt about the validity of the vulnerability.
  • Not patched: The vulnerability was not observed as successfully patched by the user who reported the sighting.

Loading…

Detection rules are retrieved from Rulezet.

Loading…

Loading…

Related by attack behaviour

Vulnerabilities whose description is nearest to this one in the vector space of the CIRCL/vulnerability-attack-technique-biencoder model. This is a similarity search over the bi-encoder space (plain cosine), not a classification, and it has no measured accuracy.


Loading…