Vulnerability Description
In the Linux kernel, the following vulnerability has been resolved: ASoC: mediatek: common: Fix refcount leak in parse_dai_link_info Add missing of_node_put()s before the returns to balance of_node_get()s and of_node_put()s, which may get unbalanced in case the for loop 'for_each_available_child_of_node' returns early.
References
- https://git.kernel.org/stable/c/3e40722d55805584dc04d8594d912820cafb2432
- https://git.kernel.org/stable/c/beed115c2ce78f990222a29abed042582df4e87c
FAQ
What is CVE-2023-54075?
CVE-2023-54075 is a documented vulnerability. In the Linux kernel, the following vulnerability has been resolved: ASoC: mediatek: common: Fix refcount leak in parse_dai_link_info Add missing of_node_put()s before the returns to balance of_node_...
How severe is CVE-2023-54075?
CVSS scoring is not yet available for CVE-2023-54075. Check NVD for updates.
Is there a patch for CVE-2023-54075?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.