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-46154

7.0 · HIGH
Published May 28, 2026 linux CWE-416

Overview

CVE-2026-46154 is a high-severity vulnerability affecting linux linux_kernel. It was published on May 28, 2026 and has a CVSS 3.1 base score of 7.0 (HIGH).

This vulnerability has a CVSS 3.1 base score of 7.0, rated HIGH. 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:

sched_ext: Read scx_root under scx_cgroup_ops_rwsem in cgroup setters

scx_group_set_{weight,idle,bandwidth}() cache scx_root before acquiring

scx_cgroup_ops_rwsem, so the pointer can be stale by the time the op runs.

If the loaded scheduler is disabled and freed (via RCU work) and another is

enabled between the naked load and the rwsem acquire, the reader sees

scx_cgroup_enabled=true (the new scheduler's) but dereferences the freed one

- UAF on SCX_HAS_OP(sch, ...) / SCX_CALL_OP(sch, ...).

scx_cgroup_enabled is toggled only under scx_cgroup_ops_rwsem write

(scx_cgroup_{init,exit}), so reading scx_root inside the rwsem read section

correlates @sch with the enabled snapshot.

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 >= 6.18, < 6.18.32 Affected

Frequently Asked Questions

What is CVE-2026-46154?

CVE-2026-46154 is a high-severity vulnerability affecting linux linux_kernel. It was published on May 28, 2026 and has a CVSS 3.1 base score of 7.0 (HIGH).

How severe is CVE-2026-46154?

This vulnerability has a CVSS 3.1 base score of 7.0, rated HIGH. 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-46154?

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-46154?

CyberStrike's AI-powered security agents can automatically detect CVE-2026-46154 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.