CVE-2026-46252

MEDIUM EPSS 0.6%
Published Jun 3, 20263w ago · Modified Jun 17, 20261w ago
5.5 CVSS 3.1
Medium
Find Similar
Published Jun 3, 2026 3w ago
Last Modified Jun 17, 2026 1w ago

Description

In the Linux kernel, the following vulnerability has been resolved: regulator: core: fix locking in regulator_resolve_supply() error path If late enabling of a supply regulator fails in regulator_resolve_supply(), the code currently triggers a lockdep warning: WARNING: drivers/regulator/core.c:2649 at _regulator_put+0x80/0xa0, CPU#6: kworker/u32:4/596 ... Call trace: _regulator_put+0x80/0xa0 (P) regulator_resolve_supply+0x7cc/0xbe0 regulator_register_resolve_supply+0x28/0xb8 as the regulator_list_mutex must be held when calling _regulator_put(). To solve this, simply switch to using regulator_put(). While at it, we should also make sure that no concurrent access happens to our rdev while we clear out the supply pointer. Add appropriate locking to ensure that. While the code in question will be removed altogether in a follow-up commit, I believe it is still beneficial to have this corrected before removal for future reference.

CVSS Details

Base Score
5.5
Exploitability
1.8
Impact
3.6
Vector string
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Attack Vector Local
Attack Complexity Low
Privileges Required Low
User Interaction None
Scope Unchanged
Confidentiality None
Integrity None
Availability High

Threat Intelligence

EPSS Exploit Probability
0.6% percentile
Exploit & Patch Status
No Known Exploit
Patch Available

Weaknesses 1

CWE-667

Affected Products 7

VendorProductVersionRange
linuxlinux_kernel*≥4.2.1  –  <6.19.4
linuxlinux_kernel4.2any
linuxlinux_kernel4.2any
linuxlinux_kernel4.2any
linuxlinux_kernel4.2any
linuxlinux_kernel4.2any
linuxlinux_kernel4.2any

References 2

  • git.kernel.org https://git.kernel.org/stable/c/497330b203d2c59c5ff3fa4c34d14494d7203bc3
    Patch
  • git.kernel.org https://git.kernel.org/stable/c/c66e0db0f37290b53c57994f998bb55590364fd0
    Patch

Remediation

  • git.kernel.org https://git.kernel.org/stable/c/497330b203d2c59c5ff3fa4c34d14494d7203bc3
    Patch
  • git.kernel.org https://git.kernel.org/stable/c/c66e0db0f37290b53c57994f998bb55590364fd0
    Patch