In the Linux kernel, the following vulnerability has been...
Moderate severity
Unreviewed
Published
Sep 18, 2025
to the GitHub Advisory Database
•
Updated Dec 12, 2025
Description
Published by the National Vulnerability Database
Sep 18, 2025
Published to the GitHub Advisory Database
Sep 18, 2025
Last updated
Dec 12, 2025
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.
References