Skip to main content

Over 150 LLM Providers · Over 5,300 Models The most extensible AI-powered pentesting platform. Open source. Star on GitHub

CVE-2026-74731

7.8 · HIGH
Published Aug 22, 2026 EPSS 0.12% (2th pctl)

Overview

CVE-2026-74731 is a high-severity vulnerability. It was published on August 22, 2026 and has a CVSS 3.1 base score of 7.8 (HIGH).

This vulnerability has a CVSS 3.1 base score of 7.8, rated HIGH. It requires local or adjacent network access to exploit. Some level of privileges is required for exploitation.

Technical Description

In the Linux kernel, the following vulnerability has been resolved:

sched_ext: Skip sub-disable teardown for never-linked sub-schedulers

A sub-scheduler enable can fail before scx_link_sched() links the sched into

the hierarchy, e.g. when the parent is already being disabled, and cleanup

still runs the full scx_sub_disable().

That is racy against root disable: drain_descendants() is the only ordering

between a sub's disable-time task walk and root disable's all-task teardown,

and an unlinked sub is invisible to it. Root's teardown can thus run between

the never-linked sub's drain and its walk, exiting every task to no

scheduler.

The walk then trips the membership WARN and re-homes the exited tasks onto

the dying hierarchy, a use-after-free.

Skip the cgroup ownership reset and the task walk if @sch was never linked,

indicated by the empty ->sibling as unlinking only happens later in the same

function. The membership WARN remains valid: a linked sub is always waited

on by an ancesto

Remediation

Check the references section for vendor advisories, patches, and mitigation guidance. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

Frequently Asked Questions

What is CVE-2026-74731?

CVE-2026-74731 is a high-severity vulnerability. It was published on August 22, 2026 and has a CVSS 3.1 base score of 7.8 (HIGH).

How severe is CVE-2026-74731?

This vulnerability has a CVSS 3.1 base score of 7.8, rated HIGH. It requires local or adjacent network access to exploit. Some level of privileges is required for exploitation.

How do I fix or remediate CVE-2026-74731?

Check the references section for vendor advisories, patches, and mitigation guidance. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

How can CyberStrike help with CVE-2026-74731?

CyberStrike's AI-powered security agents can automatically detect CVE-2026-74731 across your infrastructure using autonomous pentesting, DAST scanning, and HackBrowser. The platform continuously monitors for known vulnerabilities and provides actionable remediation guidance prioritized by real-world exploitability.