CVE-2025-39830
Gravedad:
Pendiente de análisis
Tipo:
No Disponible / Otro tipo
Fecha de publicación:
16/09/2025
Última modificación:
17/09/2025
Descripción
*** Pendiente de traducción *** In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
net/mlx5: HWS, Fix memory leak in hws_pool_buddy_init error path<br />
<br />
In the error path of hws_pool_buddy_init(), the buddy allocator cleanup<br />
doesn&#39;t free the allocator structure itself, causing a memory leak.<br />
<br />
Add the missing kfree() to properly release all allocated memory.