HOMEVULNERABILITIESCVE-2026-43392
NONE

CVE-2026-43392

Published: May 8, 2026· Updated: May 12, 2026

EPSS:0.02%probability of exploitation in 30 daysPercentile:4.7th

Official Description

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

sched_ext: Fix starvation of scx_enable() under fair-class saturation

During scx_enable(), the READY -> ENABLED task switching loop changes the

calling thread's sched_class from fair to ext. Since fair has higher

priority than ext, saturating fair-class workloads can indefinitely starve

the enable thread, hanging the system. This was introduced when the enable

path switched from preempt_disable() to scx_bypass() which doesn't protect

against fair-class starvation. Note that the original preempt_disable()

protection wasn't complete either - in partial switch modes, the calling

thread could still be starved after preempt_enable() as it may have been

switched to ext class.

Fix it by offloading the enable body to a dedicated system-wide RT

(SCHED_FIFO) kthread which cannot be starved by either fair or ext class

tasks. scx_enable() lazily creates the kthread on first use and passes the

ops pointer through a struct scx_enable_cmd containing the kthread_work,

then synchronously waits for completion.

The workfn runs on a different kthread from sch->helper (which runs

disable_work), so it can safely flush disable_work on the error path

without deadlock.

NVD Source

Technical Analysis

CVE-2026-43392 requires local access, meaning attackers must already have a foothold on the target system.

Exploitation requires some privileges, which limits the exposure to scenarios where an attacker has already gained initial access.

Affected Vendors & Products

Mentioned vendors (from description):
Linux
CPE data not yet available in NVD for this CVE.

Exploit & PoC Resources

NO KNOWN EXPLOITNo public exploit confirmed at this time
External links open in a new tab. Always verify in a controlled environment before use.

All References (4)

Quick Facts

CVE IDCVE-2026-43392
SeverityNONE
CISA KEVNo
EPSS (30d)0.02%
PublishedMay 8, 2026

Recommended Actions

  • Apply vendor patches immediately
  • Monitor CVE-2026-43392 in threat intel feeds
  • Review IDS/IPS signatures for exploitation attempts
Data sourced from NVD (NIST), CISA KEV, and EPSS (FIRST). Analysis generated by CTIWATCH.COM. CVE data is provided under the NVD usage policy.