NVD Recent CVEs

CVE-2026-64226:Linux内核中以下漏洞已修复:sched_ext: 避免scx_root_enable_workfn()初始化失败路径中的释放后使用(UAF)问题。在scx_root_enable_workfn()中,put_task_struct(p)在scx_error()解引用p->comm和p->pid之前被调用

Linux内核中以下漏洞已修复:sched_ext: 避免scx_root_enable_workfn()初始化失败路径中的释放后使用(UAF)问题。在scx_root_enable_workfn()中,put_task_struct(p)在scx_error()解引用p->comm和p->pid之前被调用。如果迭代器的引用是最后一次释放,任务会被同步释放,此时解引用就变成了释放后使用。将put_task_struct()移到scx_error()之后。

查看原始信源

English