{"dataType":"CVE_RECORD","dataVersion":"5.2","cveMetadata":{"cveId":"CVE-2026-46154","assignerOrgId":"416baaa9-dc9f-4396-8d5f-8c081fb06d67","state":"PUBLISHED","assignerShortName":"Linux","dateReserved":"2026-05-13T15:03:33.102Z","datePublished":"2026-05-28T09:36:10.310Z","dateUpdated":"2026-08-05T12:30:05.703Z"},"containers":{"cna":{"providerMetadata":{"orgId":"416baaa9-dc9f-4396-8d5f-8c081fb06d67","shortName":"Linux","dateUpdated":"2026-08-05T12:30:05.703Z"},"descriptions":[{"lang":"en","value":"In the Linux kernel, the following vulnerability has been resolved:\n\nsched_ext: Read scx_root under scx_cgroup_ops_rwsem in cgroup setters\n\nscx_group_set_{weight,idle,bandwidth}() cache scx_root before acquiring\nscx_cgroup_ops_rwsem, so the pointer can be stale by the time the op runs.\nIf the loaded scheduler is disabled and freed (via RCU work) and another is\nenabled between the naked load and the rwsem acquire, the reader sees\nscx_cgroup_enabled=true (the new scheduler's) but dereferences the freed one\n- UAF on SCX_HAS_OP(sch, ...) / SCX_CALL_OP(sch, ...).\n\nscx_cgroup_enabled is toggled only under scx_cgroup_ops_rwsem write\n(scx_cgroup_{init,exit}), so reading scx_root inside the rwsem read section\ncorrelates @sch with the enabled snapshot."}],"metrics":[{"cvssV3_1":{"version":"3.1","vectorString":"CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H","baseScore":7,"baseSeverity":"HIGH"},"scenarios":[{"lang":"en","value":"AV:L - The vulnerable setters are reached only by writing cgroup CPU control files (cpu.weight/idle/max) via the local filesystem/syscall interface; there is no network-reachable path.\nAC:H - The UAF requires a full scheduler disable→RCU-free→enable cycle to land within the window after the naked scx_root load; the unprivileged attacker reliably controls only the cgroup-write side, not the privileged scheduler-swap timing, so success cannot be achieved at will.\nPR:L - cpu.weight/cpu.idle/cpu.max are delegatable in cgroup v2, so an unprivileged user in a delegated subtree (common in container/systemd setups) can repeatedly invoke the setters that perform the stale dereference.\nUI:N - Triggering the setter requires only programmatic writes to cgroup files; no victim interaction is involved.\nS:U - The freed object and the corrupted control flow are both within the kernel's own security authority; no VM/IOMMU/sandbox boundary is crossed.\nC:H - The UAF reads the freed scx_sched (has_op bitmap and ops pointers); a reallocated, attacker-shaped object enables disclosure of freed/controlled kernel memory.\nI:H - The bug culminates in an indirect call through sch->ops.cgroup_*() on freed memory; heap-spraying the freed scx_sched yields a control-flow-hijack/arbitrary-write primitive.\nA:H - Dereferencing and calling through a freed scx_sched reliably causes an oops/panic, taking down the kernel."}]}],"affected":[{"product":"Linux","vendor":"Linux","defaultStatus":"unaffected","repo":"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git","programFiles":["kernel/sched/ext.c"],"versions":[{"version":"a5bd6ba30b3364354269b81ac55c2edca9a96d6d","lessThan":"ce9aaa3af445c391735c9d000c4db60dfd5640d4","status":"affected","versionType":"git"},{"version":"a5bd6ba30b3364354269b81ac55c2edca9a96d6d","lessThan":"0f54f6355575971673d8aac7da107ec4178e45bd","status":"affected","versionType":"git"},{"version":"a5bd6ba30b3364354269b81ac55c2edca9a96d6d","lessThan":"80afd4c84bc8f5e80145ce35279f5ce53f6043db","status":"affected","versionType":"git"}]},{"product":"Linux","vendor":"Linux","defaultStatus":"affected","repo":"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git","programFiles":["kernel/sched/ext.c"],"versions":[{"version":"6.18","status":"affected"},{"version":"0","lessThan":"6.18","status":"unaffected","versionType":"semver"},{"version":"6.18.32","lessThanOrEqual":"6.18.*","status":"unaffected","versionType":"semver"},{"version":"7.0.7","lessThanOrEqual":"7.0.*","status":"unaffected","versionType":"semver"},{"version":"7.1","lessThanOrEqual":"*","status":"unaffected","versionType":"original_commit_for_fix"}]}],"cpeApplicability":[{"nodes":[{"operator":"OR","negate":false,"cpeMatch":[{"vulnerable":true,"criteria":"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*","versionStartIncluding":"6.18","versionEndExcluding":"6.18.32"},{"vulnerable":true,"criteria":"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*","versionStartIncluding":"6.18","versionEndExcluding":"7.0.7"},{"vulnerable":true,"criteria":"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*","versionStartIncluding":"6.18","versionEndExcluding":"7.1"}]}]}],"references":[{"url":"https://git.kernel.org/stable/c/ce9aaa3af445c391735c9d000c4db60dfd5640d4"},{"url":"https://git.kernel.org/stable/c/0f54f6355575971673d8aac7da107ec4178e45bd"},{"url":"https://git.kernel.org/stable/c/80afd4c84bc8f5e80145ce35279f5ce53f6043db"}],"title":"sched_ext: Read scx_root under scx_cgroup_ops_rwsem in cgroup setters","x_generator":{"engine":"bippy-1.2.0"}}}}