CVE-2023-54075
Linux Ubuntu vulnerability analysis and mitigation

Overview

CVE-2023-54075 is a reference count leak vulnerability in the Linux kernel's ASoC (Audio System on Chip) MediaTek common driver, specifically in the parse_dai_link_info function. The flaw arises from missing of_node_put() calls that fail to balance corresponding of_node_get() calls when the for_each_available_child_of_node loop exits early. Affected versions include Linux kernel commits from 4302187d955f up to (but not including) beed115c2ce7 (stable 6.3.x branch) and 3e40722d5580 (stable 6.4 branch), with fixes backported to kernel 6.3.2 and 6.4. The CVSS base score is reported as 0.0, indicating low assessed severity (Feedly, ENISA EUVD).

Technical details

The root cause is an improper resource management issue (CWE-401 / resource leak) in the parse_dai_link_info function within sound/soc/mediatek/common/. When iterating over device tree child nodes using for_each_available_child_of_node, the macro internally calls of_node_get() to increment the reference count of each node. If the loop returns early (e.g., due to an error condition), the corresponding of_node_put() calls are not made, leaving the reference count unbalanced and causing a memory/reference leak. The fix adds the missing of_node_put() calls on all early-return paths to properly release the device tree node references (Feedly, Linux Kernel Stable).

Impact

The primary impact of this vulnerability is a kernel resource (reference count) leak in systems using MediaTek ASoC drivers, which could lead to memory exhaustion or incorrect device tree node lifecycle management over time. In practice, this is a low-severity issue that does not directly enable remote code execution, privilege escalation, or data exfiltration. The availability impact is limited to potential system instability or resource exhaustion on affected embedded or mobile Linux systems using MediaTek audio hardware (Feedly).

Mitigation and workarounds

The fix has been merged into the Linux kernel stable trees. Users should update to Linux kernel 6.3.2 or later (for the 6.3.x branch) or kernel 6.4 or later (for the 6.4 branch), which include the corrective commits beed115c2ce7 and 3e40722d5580 respectively. Linux distributions shipping affected kernel versions with MediaTek ASoC support should apply available vendor kernel updates. No specific configuration-based workaround is documented; upgrading to a patched kernel version is the recommended remediation (Linux Kernel Stable, ENISA EUVD).

Additional resources


SourceThis report was generated using AI

Related Linux Ubuntu vulnerabilities:

CVE ID

Severity

Score

Technologies

Component name

CISA KEV exploit

Has fix

Published date

CVE-2026-50737CRITICAL9
  • Linux Debian logoLinux Debian
  • pglogical
NoNoJul 28, 2026
CVE-2026-50736CRITICAL9
  • Linux Debian logoLinux Debian
  • pglogical
NoNoJul 28, 2026
CVE-2026-50738HIGH7.7
  • Linux Debian logoLinux Debian
  • pglogical
NoNoJul 28, 2026
CVE-2026-61547NONEN/A
  • Linux Debian logoLinux Debian
  • librabbitmq
NoYesJul 29, 2026
CVE-2026-59986NONEN/A
  • Linux Debian logoLinux Debian
  • librabbitmq
NoYesJul 29, 2026

Free Vulnerability Assessment

Benchmark your Cloud Security Posture

Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.

Request assessment

Get a personalized demo

Ready to see Wiz in action?

"Best User Experience I have ever seen, provides full visibility to cloud workloads."
David EstlickCISO
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
Adam FletcherChief Security Officer
"We know that if Wiz identifies something as critical, it actually is."
Greg PoniatowskiHead of Threat and Vulnerability Management