CVE-2022-50111
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: mt6359: Fix refcount leak bug<br />
<br />
In mt6359_parse_dt() and mt6359_accdet_parse_dt(), we should call<br />
of_node_put() for the reference returned by of_get_child_by_name()<br />
which has increased the refcount.