Security Advisory

CVE-2023-53443

CVE vulnerability detail — eXtreme Datacenter Security Operations

Published 2025-09-18 16:04:19
Last updated 2026-05-11 19:45:06
Assigner Linux
State PUBLISHED

Description

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.