CVE-2026-64226
Received Received - Intake

sched_ext UAF in Linux Kernel

Vulnerability report for CVE-2026-64226, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-07-24

Last updated on: 2026-07-24

Assigner: kernel.org

Description

In the Linux kernel, the following vulnerability has been resolved: sched_ext: Avoid UAF in scx_root_enable_workfn() init failure path In scx_root_enable_workfn(), put_task_struct(p) is called before scx_error() dereferences p->comm and p->pid. If the iterator's reference is the last drop, the task is freed synchronously and the deref becomes a UAF. Move put_task_struct() past scx_error().

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-07-24
Last Modified
2026-07-24
Generated
2026-07-24
AI Q&A
2026-07-24
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
linux linux_kernel *

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This is a use-after-free (UAF) vulnerability in the Linux kernel's sched_ext subsystem. It occurs in the scx_root_enable_workfn() function where a task structure pointer is freed before another part of the code tries to access it. Specifically, put_task_struct(p) is called too early, potentially freeing the task while scx_error() still needs to read p->comm and p->pid, leading to a use-after-free condition.

Detection Guidance

This vulnerability is specific to the Linux kernel's sched_ext subsystem and requires kernel-level detection. No direct network or system commands are provided in the context to detect this issue. Monitoring kernel logs for crashes or unusual task management events may help identify related issues.

Impact Analysis

This vulnerability could allow an attacker to cause a denial-of-service (system crash) or potentially execute arbitrary code with kernel privileges. If exploited, it may lead to system instability, data corruption, or unauthorized access depending on the attacker's goals and system configuration.

Compliance Impact

This vulnerability is a use-after-free (UAF) issue in the Linux kernel's sched_ext subsystem. It does not directly impact compliance with standards like GDPR or HIPAA, as those focus on data protection and privacy rather than kernel memory management flaws.

Mitigation Strategies

Apply the latest Linux kernel patches or updates that address this vulnerability. If using a custom or patched kernel, ensure the fix for CVE-2026-64226 is included. Restart systems after applying updates to ensure the patched kernel is active.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-64226. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart