CVE-2025-68765: mt76: mt7615: Fix memory leak in mt7615_mcu_wtbl_sta_add()
In the Linux kernel, the following vulnerability has been resolved:
mt76: mt7615: Fix memory leak in mt7615_mcu_wtbl_sta_add()
In mt7615_mcu_wtbl_sta_add(), an skb sskb is allocated. If the
subsequent call to mt76_connac_mcu_alloc_wtbl_req() fails, the function
returns an error without freeing sskb, leading to a memory leak.
Fix this by calling dev_kfree_skb() on sskb in the error handling path
to ensure it is properly released.
Security readout for executives and security teams
Plain-English summary
This CVE is a Linux kernel memory leak in the mt76 mt7615 wireless driver. If an internal allocation path fails, allocated network buffer memory is not released. The main business risk is local availability degradation on systems using the affected MediaTek wireless driver, not confirmed remote compromise.
Executive priority
Handle through normal kernel patch management, with higher priority for fleets using MediaTek mt7615 wireless hardware. Current sources do not support emergency response or internet-wide exploitation claims.
Technical view
In mt7615_mcu_wtbl_sta_add(), an skb named sskb is allocated. If mt76_connac_mcu_alloc_wtbl_req() fails afterward, the error path returns without freeing sskb. Kernel stable fixes add dev_kfree_skb() on that failure path.
Likely exposure
Exposure appears limited to Linux systems running affected kernels with the mt76 mt7615 MediaTek wireless driver in use. Servers without this driver or hardware are less likely to be exposed.
Exploitation context
The bundle does not report active exploitation, KEV listing, public exploit code, CVSS, or a confirmed attacker-controlled trigger. Treat exploitation evidence as incomplete and availability-focused.
Researcher notes
The evidence describes a single error-path leak in a Linux wireless driver. No CWE, CVSS vector, exploitability analysis, or attacker preconditions are supplied, so validation should focus on code presence, backports, and driver usage.
Mitigation direction
Update to a kernel or vendor package containing the referenced stable fix.
Prioritize Linux endpoints, appliances, or embedded devices using mt76 mt7615 wireless hardware.
Check distribution security advisories for backported fixes and package names.
Where patching is delayed, reduce exposure of affected wireless functionality if operationally acceptable.
Validation and detection
Inventory Linux kernel versions and systems using the mt76 or mt7615 driver.
Verify the running kernel package includes one of the referenced stable commits.
Confirm vendor advisories classify the installed package as fixed or unaffected.
Monitor affected systems for unusual kernel memory growth until patched.
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.
cve · low confidence lookup
CVE-2025-68765 mapping review
Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.
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.
0CVSS vectors
3Timeline events
0ADP providers
8Source links
Vulnerability timeline
Timeline events are normalized from CVE metadata, CNA source timelines, ADP timelines, and KEV metadata when present.
CVE reservedCVE Program
The CVE ID was reserved by the assigning CNA.
CVE publishedCVE Program
The CVE record was published.
Jan 5, 2026, 09:44 UTC (UTC+00:00)
CVE updatedCVE Program
The CVE record metadata indicates this as the latest update time.