3 matches found
SUSE CVE-2026-45875
In the Linux kernel, the following vulnerability has been resolved: mfd: arizona: Fix regulator resource leak on wm5102clearwritesequencer failure The wm5102clearwritesequencer helper may return an error and just return, bypassing the cleanup sequence and causing regulators to remain enabled,...
CVE-2026-45875
In the Linux kernel, the following vulnerability has been resolved: mfd: arizona: Fix regulator resource leak on wm5102clearwritesequencer failure The wm5102clearwritesequencer helper may return an error and just return, bypassing the cleanup sequence and causing regulators to remain enabled,...
CVE-2026-45875
The CVE-2026-45875 entry describes a Linux kernel issue in mfd: arizona where wm5102_clear_write_sequencer() could return early, bypassing cleanup and leaving regulators enabled, causing a resource leak. A fix changes the direct return to jump to the err_reset label to properly free resources dur...