Not a U.S. government website. NDD is an independent vulnerability database by Volerion and is not affiliated with or endorsed by NIST or NVD.
VOLERION
Volerion Security Research

NOT DEFERRED DATABASE

VULNERABILITIES

CVE-2026-46252 Details

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.

Metrics

CVSS 3.x Severity and Vector Strings:

References to Advisories, Solutions, and Tools

By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.

Weakness Enumeration

CWE-IDCWE NameSource
CWE-667Improper Locking[email protected]

Affected Products

ProductVersions
linux linux kernel
>= 4.2.1, < 6.19.4
4.2 -
4.2 rc4
4.2 rc5
4.2 rc6

CPE

  • cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:4.2:-:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:4.2:rc4:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:4.2:rc5:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:4.2:rc6:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:4.2:rc7:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:4.2:rc8:*:*:*:*:*:*

Remediation

  • No remediation found in references.

Change History

6 change records found show changes


QUICK INFO

CVE Dictionary Entry:
CVE-2026-46252
NVD Published Date:
Jun 3, 2026
NVD Last Modified:
Jul 22, 2026
Source:
kernel.org