CVE-2026-46252
Last modified
CVE-2026-46252 is a medium-severity vulnerability rated 5.5/10 on the CVSS scale. 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.. EPSS estimates a 0.09% chance of exploitation in the next 30 days.
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.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Weakness Enumeration
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux Kernel | >= 4.2.1, < 6.19.4 |
| Linux | Linux Kernel | 4.2 |
References
Timeline
- Published
- Last Modified
- Status
- Modified
Frequently Asked Questions
What is CVE-2026-46252?
How severe is CVE-2026-46252?
How do I fix CVE-2026-46252?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-46247In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-46248In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-46249In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-4625A flaw has been found in SourceCodester Online Admission Sys…7.3
- CVE-2026-46250In the Linux kernel, the following vulnerability has been re…7.3
- CVE-2026-46251In the Linux kernel, the following vulnerability has been re…8.4
- CVE-2026-46253In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-46254In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-46255In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-46256In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-46257In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-46258In the Linux kernel, the following vulnerability has been re…5.5
Are you affected by CVE-2026-46252?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
