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.
References
Configurations
Configuration 1 (hide)
|
History
25 Jun 2026, 21:05
| Type | Values Removed | Values Added |
|---|---|---|
| CWE | CWE-401 | |
| CVSS |
v2 : v3 : |
v2 : unknown
v3 : 5.5 |
| First Time |
Linux linux Kernel
Linux |
|
| CPE | cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | |
| References | () https://git.kernel.org/stable/c/2049820d1e635e467d795237fd40287213d92349 - Patch | |
| References | () https://git.kernel.org/stable/c/3ea01691738b0decb63ea2705d2cdf27f6f26fc0 - Patch | |
| References | () https://git.kernel.org/stable/c/445cec7b4fbb1546836ae8e332d158e8d37d0fb6 - Patch | |
| References | () https://git.kernel.org/stable/c/4feb753ba6e5e5bbaba868b841a2db41c21e56fa - Patch | |
| References | () https://git.kernel.org/stable/c/54eafc1b0dbcf79c5f8b6dc8d9e92e56b9384c0a - Patch | |
| References | () https://git.kernel.org/stable/c/5a4923726a165593d7601834a6fb2a10ab47b85d - Patch | |
| References | () https://git.kernel.org/stable/c/933c5463873582baaecf5c38401ec4095b1c6269 - Patch | |
| References | () https://git.kernel.org/stable/c/e0527c09bcf1e6beeb685a7f4177683866b8609c - Patch |
27 May 2026, 14:17
| Type | Values Removed | Values Added |
|---|---|---|
| New CVE |
Information
Published : 2026-05-27 14:17
Updated : 2026-06-25 21:05
NVD link : CVE-2026-45875
Mitre link : CVE-2026-45875
CVE.ORG link : CVE-2026-45875
JSON object : View
Products Affected
linux
- linux_kernel
CWE
CWE-401
Missing Release of Memory after Effective Lifetime
