Bug 2481946 (CVE-2026-45875) - CVE-2026-45875 kernel: mfd: arizona: Fix regulator resource leak on wm5102_clear_write_sequencer() failure
Summary: CVE-2026-45875 kernel: mfd: arizona: Fix regulator resource leak on wm5102_cl...
Keywords:
Status: NEW
Alias: CVE-2026-45875
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
unspecified
unspecified
Target Milestone: ---
Assignee: Product Security
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2026-05-27 15:03 UTC by OSIDB Bzimport
Modified: 2026-05-28 03:35 UTC (History)
2 users (show)

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


Attachments (Terms of Use)

Description OSIDB Bzimport 2026-05-27 15:03:43 UTC
In the Linux kernel, the following vulnerability has been resolved:

mfd: arizona: Fix regulator resource leak on wm5102_clear_write_sequencer() failure

The wm5102_clear_write_sequencer() helper may return an error
and just return, bypassing the cleanup sequence and causing
regulators to remain enabled, leading to a resource leak.

Change the direct return to jump to the err_reset label to
properly free the resources.


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