NONE · 0

CVE-2022-50572

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 refcoun...

Vulnerability Description

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.

References

FAQ

What is CVE-2022-50572?

CVE-2022-50572 is a documented vulnerability. 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 refcoun...

How severe is CVE-2022-50572?

CVSS scoring is not yet available for CVE-2022-50572. Check NVD for updates.

Is there a patch for CVE-2022-50572?

Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.