Bug 2405748 (CVE-2022-50572) - CVE-2022-50572 kernel: ASoC: audio-graph-card: fix refcount leak of cpu_ep in __graph_for_each_link()
Summary: CVE-2022-50572 kernel: ASoC: audio-graph-card: fix refcount leak of cpu_ep in...
Keywords:
Status: NEW
Alias: CVE-2022-50572
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
unspecified
unspecified
Target Milestone: ---
Assignee: Product Security DevOps Team
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2025-10-22 14:04 UTC by OSIDB Bzimport
Modified: 2025-11-26 12:58 UTC (History)
0 users

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2025-10-22 14:04:20 UTC
In the Linux kernel, the following vulnerability has been resolved:

ASoC: audio-graph-card: fix refcount leak of cpu_ep in __graph_for_each_link()

The of_get_next_child() returns a node with refcount incremented, and
decrements the refcount of prev. So in the error path of the while loop,
of_node_put() needs be called for cpu_ep.


Note You need to log in before you can comment on or make changes to this bug.