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.
Published: 2026-05-27
Score: n/a
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The mfd: Arizona helper function wm5102_clear_write_sequencer() can return an error and simply return, bypassing the required cleanup sequence. This leaves the regulator configuration enabled, resulting in a resource leak. The flaw does not provide an execution vector or privilege escalation, but the persistent state may lead to elevated power consumption or hardware instability.

Affected Systems

All Linux kernel releases that include the mfd: Arizona wm5102 driver when compiled and loaded on hardware that uses the WM5102 chip are affected. The vendor is Linux; no explicit kernel version range is supplied, implying the issue persisted until the patch was merged.

Risk and Exploitability

No CVSS score is provided, the EPSS score is unavailable, and the vulnerability is not listed in CISA KEV. The flaw is confined to internal kernel code; an attacker would need the ability to trigger the error path on a device that employs this driver, typically requiring local or privileged access. No publicly known exploits exist.

Generated by OpenCVE AI on May 27, 2026 at 17:42 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update the Linux kernel to a version that includes the commit 2049820d1e635e467d795237fd40287213d92349 or manually apply that patch to the driver source.
  • Reload the driver module or reboot the system after updating the kernel so the fixed cleanup routine is exercised during initialization.
  • Check kernel logs for repeated regulator enablement or warning messages to confirm that the resource leak has been eliminated.

Generated by OpenCVE AI on May 27, 2026 at 17:42 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Wed, 27 May 2026 18:00:00 +0000

Type Values Removed Values Added
Weaknesses CWE-399
CWE-778

Wed, 27 May 2026 14:15:00 +0000

Type Values Removed Values Added
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.
Title mfd: arizona: Fix regulator resource leak on wm5102_clear_write_sequencer() failure
First Time appeared Linux
Linux linux Kernel
CPEs cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
Vendors & Products Linux
Linux linux Kernel
References

Subscriptions

Linux Linux Kernel
cve-icon MITRE

Status: PUBLISHED

Assigner: Linux

Published:

Updated: 2026-05-27T12:15:56.675Z

Reserved: 2026-05-13T15:03:33.081Z

Link: CVE-2026-45875

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Awaiting Analysis

Published: 2026-05-27T14:17:01.117

Modified: 2026-05-27T14:48:31.480

Link: CVE-2026-45875

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-05-27T17:45:33Z

Weaknesses