In the Linux kernel, the following vulnerability has been resolved:
ASoC: imx-hdmi: Fix refcount leak in imxhdmiprobe
offinddevicebynode() takes reference, we should use putdevice() to release it. when devmkzalloc() fails, it doesn't have a putdevice(), it will cause refcount leak. Add missing putdevice() to fix this.
{
"cna_assigner": "Linux",
"osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2022/49xxx/CVE-2022-49480.json"
}