CVE-2022-49245

Summary

In the Linux kernel, the following vulnerability has been resolved:

ASoC: rockchip: Fix PM usage reference of rockchip_i2s_tdm_resume

pm_runtime_get_sync will increment pm usage counter even it failed. Forgetting to putting operation will result in reference leak here. We fix it by replacing it with pm_runtime_resume_and_get to keep usage counter balanced.

Affected Software

VendorProductVersion RangeStatus
LinuxLinux081068fd641403994f0505e6b91e021d3925f348 < 4e5510219111607b1f1875ab3c3f0485ba3c381caffected
LinuxLinux081068fd641403994f0505e6b91e021d3925f348 < 5c1834aac759ddfd0f17c9f38db1b30adc8eb4e8affected
LinuxLinux081068fd641403994f0505e6b91e021d3925f348 < cc5d8ac95663a5813c696008bc524b794d471215affected
LinuxLinux5.16affected
LinuxLinux0 < 5.16unaffected
LinuxLinux5.16.19 <= 5.16.*unaffected
LinuxLinux5.17.2 <= 5.17.*unaffected
LinuxLinux5.18 <= *unaffected

Weaknesses

References