Skip to main content

Over 150 LLM Providers · Over 5,300 Models The most extensible AI-powered pentesting platform. Open source. Star on GitHub

CVE-2026-46252

5.5 · MEDIUM
Published Jun 3, 2026 linux CWE-667

Overview

CVE-2026-46252 is a medium-severity vulnerability affecting linux linux_kernel. It was published on June 3, 2026 and has a CVSS 3.1 base score of 5.5 (MEDIUM).

This vulnerability has a CVSS 3.1 base score of 5.5, rated MEDIUM. It requires local or adjacent network access to exploit. Some level of privileges is required for exploitation.

Technical 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.

Remediation

Check the references section for vendor advisories and patches from linux. Update linux_kernel to the latest patched version. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

Affected Products

Vendor Product Versions Status
linux linux_kernel >= 4.2.1, < 6.19.4 Affected

Frequently Asked Questions

What is CVE-2026-46252?

CVE-2026-46252 is a medium-severity vulnerability affecting linux linux_kernel. It was published on June 3, 2026 and has a CVSS 3.1 base score of 5.5 (MEDIUM).

How severe is CVE-2026-46252?

This vulnerability has a CVSS 3.1 base score of 5.5, rated MEDIUM. It requires local or adjacent network access to exploit. Some level of privileges is required for exploitation.

How do I fix or remediate CVE-2026-46252?

Check the references section for vendor advisories and patches from linux. Update linux_kernel to the latest patched version. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

How can CyberStrike help with CVE-2026-46252?

CyberStrike's AI-powered security agents can automatically detect CVE-2026-46252 across your infrastructure using autonomous pentesting, DAST scanning, and HackBrowser. The platform continuously monitors for known vulnerabilities and provides actionable remediation guidance prioritized by real-world exploitability.