CVE-2025-39862: wifi: mt76: mt7915: fix list corruption after hardware restart
In the Linux kernel, the following vulnerability has been resolved:
wifi: mt76: mt7915: fix list corruption after hardware restart
Since stations are recreated from scratch, all lists that wcids are added
to must be cleared before calling ieee80211_restart_hw.
Set wcid->sta = 0 for each wcid entry in order to ensure that they are
not added again before they are ready.
Security readout for executives and security teams
Plain-English summary
A Linux Wi-Fi driver flaw can corrupt internal station lists after mt7915 hardware restarts. On systems using the MediaTek mt7915 through the mt76 driver, this may undermine confidentiality, integrity, or availability. The supplied record rates it 8.8, but does not establish practical exploitability or observed attacks.
Executive priority
Treat as a high-priority targeted update where mt7915 hardware is present, especially on critical wireless infrastructure. It is not a fleet-wide Linux emergency without that driver exposure, and there is no supplied evidence of active exploitation. Require rapid inventory, vendor confirmation, and scheduled remediation based on operational criticality.
Technical view
During mt7915 hardware restart, station objects are recreated while existing WCID list state may remain. Entries can be added again before initialization completes, causing list corruption. The fix clears relevant lists and resets each WCID station pointer before ieee80211_restart_hw. The record maps the issue to CWE-787.
Likely exposure
Exposure is limited to Linux systems using the mt76 mt7915 Wi-Fi driver and affected kernel code. The CVSS vector indicates an adjacent-network attack surface without privileges or user interaction. The supplied version data is ambiguous, so administrators should verify their exact kernel build against vendor advisories and the referenced stable commits.
Exploitation context
No active exploitation is established: the supplied record is not in KEV, and the cited sources provide no evidence of attacks or a public exploit. The 8.8 score reflects potential impact and adjacent-network reachability, not confirmed exploitation. Trigger conditions beyond an mt7915 hardware restart are not fully documented in the bundle.
Researcher notes
The affected-version array appears incomplete or flattened, including duplicated commit identifiers and unclear version boundaries. Do not infer a reliable vulnerable range from it alone. The source describes post-restart WCID list corruption and pointer reset logic; it does not demonstrate attacker-controlled memory corruption, a working exploit, or specific confidentiality and integrity outcomes.
Mitigation direction
Update to a vendor-supported kernel containing the referenced stable fix.
Confirm the distribution backport status rather than relying only on the displayed kernel version.
Prioritize Wi-Fi infrastructure and exposed systems using MediaTek mt7915 hardware.
If patching is delayed, consult vendor guidance for safe driver or hardware workarounds.
Validation and detection
Inventory Linux hosts for MediaTek mt7915 hardware and the mt76 driver.
Record exact kernel package versions, distribution revisions, and vendor backport status.
Compare kernel source or package changelogs with the two referenced stable commits.
After updating, verify the running kernel includes the fix and restart-related Wi-Fi faults no longer occur.
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-787: 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
3Timeline events
1ADP providers
3Source links
SSVC decision data
CISA-ADPCISA Coordinator
Timestamp
Version
2.0.3
Exploitation: noneAutomatable: noTechnical Impact: total
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-787 · source CWE mapping
Out-of-bounds Write
Out-of-bounds Write represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.