In the Linux kernel, the following vulnerability has been resolved:
drm/amdgpu: Fix memory leak in amdgpurasinit()
When amdgpunbiorasswinit() fails in amdgpurasinit(), the function returns directly without freeing the allocated con structure, leading to a memory leak.
Fix this by jumping to the release_con label to properly clean up the allocated memory before returning the error code.
Compile tested only. Issue found using a prototype static analysis tool and code review.
{
"cna_assigner": "Linux",
"osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/45xxx/CVE-2026-45976.json"
}