Bug 2396531 (CVE-2023-53443) - CVE-2023-53443 kernel: mfd: arizona: Use pm_runtime_resume_and_get() to prevent refcnt leak
Summary: CVE-2023-53443 kernel: mfd: arizona: Use pm_runtime_resume_and_get() to preve...
Keywords:
Status: NEW
Alias: CVE-2023-53443
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
low
low
Target Milestone: ---
Assignee: Product Security DevOps Team
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2025-09-18 17:03 UTC by OSIDB Bzimport
Modified: 2025-09-18 20:32 UTC (History)
0 users

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


Attachments (Terms of Use)

Description OSIDB Bzimport 2025-09-18 17:03:40 UTC
In the Linux kernel, the following vulnerability has been resolved:

mfd: arizona: Use pm_runtime_resume_and_get() to prevent refcnt leak

In arizona_clk32k_enable(), we should use pm_runtime_resume_and_get()
as pm_runtime_get_sync() will increase the refcnt even when it
returns an error.


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