In the Linux kernel, the following vulnerability has been resolved:
thermal/of: Fix reference leak in thermalofcm_lookup()
In thermalofcmlookup(), trnp is obtained via ofparsephandle(), but never released.
Use the _free(devicenode) cleanup attribute to automatically release the node and fix the leak.
[ rjw: Changelog edits ]
{
"osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/45xxx/CVE-2026-45925.json",
"cna_assigner": "Linux"
}