Use After Free in Linux Kernel's Scheduler Handling
CVE-2026-64226

Currently unrated

Key Information:

Vendor

Linux

Status
Vendor
CVE Published:
24 July 2026

What is CVE-2026-64226?

A use after free vulnerability has been identified in the Linux kernel's scheduler within the scx_root_enable_workfn() function. This issue arises when the function prematurely calls put_task_struct(p) before verifying the integrity of p->comm and p->pid. As a consequence, if the referenced task's reference count drops to zero, it can lead to a situation where the task is freed synchronously, resulting in a use after free condition when dereferencing. This flaw necessitates careful management of task references to ensure stability and security in task handling.

Affected Version(s)

Linux f0e1a0643a59bf1f922fa209cec86a170b784f3f

Linux f0e1a0643a59bf1f922fa209cec86a170b784f3f < 45c7c4e3db8b700307313c035ea08be829a7f21b

Linux f0e1a0643a59bf1f922fa209cec86a170b784f3f < 57e19ba3f58a67eb924022a5a60b67fd08e5cbbd

References

Timeline

  • Vulnerability published

  • Vulnerability Reserved

.