CVE-2026-46154
Last modified
CVE-2026-46154 is a high-severity vulnerability rated 7/10 on the CVSS scale. 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.. EPSS estimates a 0.12% chance of exploitation in the next 30 days.
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.
Metrics
CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H
Weakness Enumeration
Affected Software
| Vendor | Product | Versions | Update |
|---|---|---|---|
| Linux | Linux Kernel | >= 6.18, < 6.18.32 | — |
| Linux | Linux Kernel | >= 6.19, < 7.0.7 | — |
| Linux | Linux Kernel | 7.1 | Rc1 |
References
Timeline
- Published
- Last Modified
- Status
- Analyzed
Frequently Asked Questions
What is CVE-2026-46154?
How severe is CVE-2026-46154?
How do I fix CVE-2026-46154?
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-46149In the Linux kernel, the following vulnerability has been re…7.1
- CVE-2026-4615A vulnerability was identified in SourceCodester Online Cate…7.3
- CVE-2026-46150In the Linux kernel, the following vulnerability has been re…7.1
- CVE-2026-46151In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-46152In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2026-46153In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-46155In the Linux kernel, the following vulnerability has been re…9.1
- CVE-2026-46156In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-46157In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-46158In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-46159In the Linux kernel, the following vulnerability has been re…4.7
- CVE-2026-4616A security flaw has been discovered in bolo-blog up to 2.6.4…2.4
Are you affected by CVE-2026-46154?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
