CVE-2025-68765
Gravedad:
Pendiente de análisis
Tipo:
No Disponible / Otro tipo
Fecha de publicación:
05/01/2026
Última modificación:
05/01/2026
Descripción
*** Pendiente de traducción *** 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.



