In the Linux kernel, the following vulnerability has been resolved:
net/mlx5: HWS, Fix memory leak in hwsactiongetsharedstc_nic error flow
When an invalid stctype is provided, the function allocates memory for sharedstc but jumps to unlockandout without freeing it, causing a memory leak.
Fix by jumping to freesharedstc label instead to ensure proper cleanup.
{
"cna_assigner": "Linux",
"osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2025/39xxx/CVE-2025-39834.json"
}