Security Advisory

CVE-2022-49480

CVE vulnerability detail — eXtreme Datacenter Security Operations

Published 2025-02-26 02:13:20
Last updated 2026-05-11 19:00:42
Assigner Linux
State PUBLISHED

Description

In the Linux kernel, the following vulnerability has been resolved: ASoC: imx-hdmi: Fix refcount leak in imx_hdmi_probe of_find_device_by_node() takes reference, we should use put_device() to release it. when devm_kzalloc() fails, it doesnt have a put_device(), it will cause refcount leak. Add missing put_device() to fix this.