CVE-2025-68765
Severity CVSS v4.0:
Pending analysis
Type:
Unavailable / Other
Publication date:
05/01/2026
Last modified:
05/01/2026
Description
In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
mt76: mt7615: Fix memory leak in mt7615_mcu_wtbl_sta_add()<br />
<br />
In mt7615_mcu_wtbl_sta_add(), an skb sskb is allocated. If the<br />
subsequent call to mt76_connac_mcu_alloc_wtbl_req() fails, the function<br />
returns an error without freeing sskb, leading to a memory leak.<br />
<br />
Fix this by calling dev_kfree_skb() on sskb in the error handling path<br />
to ensure it is properly released.



