CVE-2023-54075
Unknown Unknown - Not Provided

Reference Count Leak in Linux Kernel mediatek ASoC Component

Vulnerability report for CVE-2023-54075, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2025-12-24

Last updated on: 2025-12-24

Assigner: kernel.org

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.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2025-12-24
Last Modified
2025-12-24
Generated
2026-07-06
AI Q&A
2025-12-24
EPSS Evaluated
2026-07-04
NVD
EUVD

Affected Vendors & Products

Showing 2 associated CPEs
Vendor Product Version / Range
linux linux_kernel *
mediatek common *

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability is a refcount leak in the Linux kernel's ASoC mediatek common code, specifically in the parse_dai_link_info function. The issue arises because missing of_node_put() calls before return statements cause an imbalance with of_node_get() calls, especially when the for_each_available_child_of_node loop exits early. This leads to resource management problems in the kernel.

Impact Analysis

The refcount leak can cause resource leaks in the kernel, potentially leading to increased memory usage or instability in the affected system. Over time, this could degrade system performance or cause unexpected behavior in audio subsystem components relying on the affected code.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2023-54075. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart