In the Linux kernel, the following vulnerability has been resolved:
wifi: iwlwifi: mld: cancel mlo_scan_start_wk
mlo_scan_start_wk is not canceled on disconnection. In fact, it is not
canceled anywhere except in the restart cleanup, where we don't really
have to.
This can cause an init-after-queue issue: if, for example, the work was
queued and then drv_change_interface got executed.
This can also cause use-after-free: if the work is executed after the
vif is freed.
Security readout for executives and security teams
Plain-English summary
This is a Linux kernel Wi-Fi driver flaw in Intel iwlwifi MLD handling. A scheduled scan-start task may continue after disconnection and run after related interface memory is no longer valid, risking kernel memory corruption. The CVSS score is high, but the listed attack vector is local and requires low privileges.
Executive priority
Treat as a high-priority kernel maintenance issue for Linux fleets with Intel Wi-Fi exposure. It is not currently evidenced as internet-exploited from the provided sources, but successful local exploitation could compromise the kernel. Patch through standard OS channels as soon as vendor updates are available.
Technical view
The mlo_scan_start_wk work item is not canceled on disconnection. If queued work runs after drv_change_interface or after the vif is freed, it can cause init-after-queue behavior or use-after-free in the Linux iwlwifi MLD code path. The CVE is associated with CWE-772 and CVSS 3.1 score 7.8.
Likely exposure
Systems are most likely exposed when running affected Linux kernel versions with Intel iwlwifi MLD Wi-Fi functionality present and usable. Headless servers or systems without the relevant Intel Wi-Fi driver path are less likely to be practically exposed, but package-level exposure should still be checked against vendor advisories.
Exploitation context
The source bundle does not show CISA KEV listing or any cited evidence of active exploitation. CVSS indicates local access, low attack complexity, low privileges, no user interaction, and high confidentiality, integrity, and availability impact. Public exploit status is not established by the provided sources.
Researcher notes
Focus validation on the iwlwifi MLD workqueue lifecycle around disconnection, drv_change_interface, and vif teardown. The provided description identifies missing cancellation of mlo_scan_start_wk as the root cause. Avoid claiming remote reachability or weaponized exploitation without additional evidence.
Mitigation direction
Apply vendor kernel updates that include the referenced stable Linux fixes.
Track Red Hat and Linux distribution advisories for fixed package versions.
Prioritize laptops, workstations, and appliances using Intel iwlwifi Wi-Fi.
Where acceptable, disable unused Wi-Fi functionality until patched.
Do not infer fixed versions beyond vendor-published guidance.
Validation and detection
Inventory Linux kernel versions across affected endpoints and appliances.
Check whether Intel iwlwifi hardware and driver functionality are present.
Compare installed kernel packages against distribution advisories and stable commit references.
Confirm patch deployment through vendor package metadata or release notes.
Review crash telemetry for kernel oopses involving iwlwifi MLD paths.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cwe · low confidence lookup
CWE-772: Exact CWE lookup
Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
2CVSS vectors
5Timeline events
1ADP providers
6Source links
CVSS vector scores
2 official scores
We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
CWE-772 · source CWE mapping
Missing Release of Resource after Effective Lifetime
Missing Release of Resource after Effective Lifetime represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.