VDB
DEBIAN-CVE-2025-68765
DEBIAN-CVE-2025-68765
PUBLISHED
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.
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Debian:12 | linux | 6.1.106-2, 6.1.64-1, 6.1.55-1~bpo11+1 |
| Debian:11 | linux-6.1 | *, 6.1.159-1, 6.1.158-1 |
| Debian:11 | linux | 6.19-1, 6.16.5-1, 6.16.6-1 |
| Debian:13 | linux | 6.12.48-1, 6.12.57-1, 6.12.57-1 |
| Debian:14 | linux | 6.16.8-1, 6.16.7-1, 6.16.6-1 |
Timeline
- Jan 5, 2026 CVE Published
- Apr 28, 2026 CVE Updated