CVE-2026-45875
Awaiting Analysis Awaiting Analysis - Queue
Linux Kernel Regulator Resource Leak in Arizona MFD

Publication date: 2026-05-27

Last updated on: 2026-05-27

Assigner: kernel.org

Description
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.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2026-05-27
Last Modified
2026-05-27
Generated
2026-06-16
AI Q&A
2026-05-27
EPSS Evaluated
2026-06-15
NVD
EUVD
Affected Vendors & Products
Showing 1 associated CPE
Vendor Product Version / Range
arizona wm5102 *
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN
Attack-Flow Graph
AI Quick Actions
Instant insights powered by AI
Executive Summary

This vulnerability exists in the Linux kernel's mfd: arizona driver, specifically in the wm5102_clear_write_sequencer() function.

If wm5102_clear_write_sequencer() encounters an error, it returns immediately without completing the necessary cleanup sequence.

As a result, regulators remain enabled, causing a resource leak.

The fix changes the function to jump to an error handling label (err_reset) to properly free the resources instead of returning directly.

Impact Analysis

This vulnerability can lead to a resource leak in the system due to regulators remaining enabled when an error occurs.

Resource leaks can cause increased power consumption or instability in hardware components managed by the wm5102 regulator.

Over time, this may degrade system performance or cause unexpected behavior in devices relying on these regulators.

Chat Assistant
Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-45875. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70
EPSS Chart