Bug 2420268 (CVE-2022-50644) - CVE-2022-50644 kernel: clk: ti: dra7-atl: Fix reference leak in of_dra7_atl_clk_probe
Summary: CVE-2022-50644 kernel: clk: ti: dra7-atl: Fix reference leak in of_dra7_atl_c...
Keywords:
Status: NEW
Alias: CVE-2022-50644
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
unspecified
unspecified
Target Milestone: ---
Assignee: Product Security DevOps Team
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2025-12-09 01:04 UTC by OSIDB Bzimport
Modified: 2025-12-19 13:18 UTC (History)
0 users

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2025-12-09 01:04:38 UTC
In the Linux kernel, the following vulnerability has been resolved:

clk: ti: dra7-atl: Fix reference leak in of_dra7_atl_clk_probe

pm_runtime_get_sync() will increment pm usage counter.
Forgetting to putting operation will result in reference leak.
Add missing pm_runtime_put_sync in some error paths.


Note You need to log in before you can comment on or make changes to this bug.