CVE-2022-50572

Severity CVSS v4.0:
Pending analysis
Type:
Unavailable / Other
Publication date:
22/10/2025
Last modified:
22/10/2025

Description

In the Linux kernel, the following vulnerability has been resolved:<br /> <br /> ASoC: audio-graph-card: fix refcount leak of cpu_ep in __graph_for_each_link()<br /> <br /> The of_get_next_child() returns a node with refcount incremented, and<br /> decrements the refcount of prev. So in the error path of the while loop,<br /> of_node_put() needs be called for cpu_ep.

Impact