CVE-2022-50113
Severity CVSS v4.0:
Pending analysis
Type:
Unavailable / Other
Publication date:
18/06/2025
Last modified:
18/06/2025
Description
In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
ASoc: audio-graph-card2: Fix refcount leak bug in __graph_get_type()<br />
<br />
We should call of_node_put() for the reference before its replacement<br />
as it returned by of_get_parent() which has increased the refcount.<br />
Besides, we should also call of_node_put() before return.