Improper locking in Linux kernel - CVE-2026-43392
Published: May 8, 2026
Linux kernel
Detailed vulnerability description
The vulnerability allows a local user to cause a denial of service.
The vulnerability exists due to improper scheduling logic in scx_enable() when switching the calling thread from fair to ext class under fair-class saturation. A local user can trigger scx_enable() while the system is saturated with fair-class workloads to cause a denial of service.
The issue can indefinitely starve the enable thread and hang the system.