In the Linux kernel, the following vulnerability has been resolved:
EDAC/versalnet: Fix devicenode leak in mcprobe()
ofparsephandle() returns a devicenode reference that must be released with ofnodeput(). The original code never freed r5core_node on any exit path, causing a memory leak.
Fix this by using the automatic cleanup attribute _free(devicenode) which ensures ofnodeput() is called when the variable goes out of scope.
{
"osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/46xxx/CVE-2026-46030.json",
"cna_assigner": "Linux"
}