In the Linux kernel, the following vulnerability has been resolved:
schedext: Read scxroot under scxcgroupops_rwsem in cgroup setters
scxgroupset_{weight,idle,bandwidth}() cache scxroot before acquiring scxcgroupopsrwsem, 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 scxcgroupenabled=true (the new scheduler's) but dereferences the freed one - UAF on SCXHASOP(sch, ...) / SCXCALLOP(sch, ...).
scxcgroupenabled is toggled only under scxcgroupopsrwsem write (scxcgroup_{init,exit}), so reading scx_root inside the rwsem read section correlates @sch with the enabled snapshot.
{
"cna_assigner": "Linux",
"osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/46xxx/CVE-2026-46154.json"
}