CVE-2025-39830
Severity CVSS v4.0:
Pending analysis
Type:
Unavailable / Other
Publication date:
16/09/2025
Last modified:
17/09/2025
Description
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.