CVE-2022-50392
Severity CVSS v4.0:
Pending analysis
Type:
Unavailable / Other
Publication date:
18/09/2025
Last modified:
19/09/2025
Description
In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
ASoC: mediatek: mt8183: fix refcount leak in mt8183_mt6358_ts3a227_max98357_dev_probe()<br />
<br />
The node returned by of_parse_phandle() with refcount incremented,<br />
of_node_put() needs be called when finish using it. So add it in the<br />
error path in mt8183_mt6358_ts3a227_max98357_dev_probe().