You are using an out of date browser. It may not display this or other websites correctly. You should upgrade or use an alternative browser.
cve-2026-23371
About this tag
CVE-2026-23371 is a Linux kernel scheduler vulnerability in the SCHED_DEADLINE code path, specifically related to a missing ENQUEUE_REPLENISH flag during priority inheritance (PI) de-boosting. This flaw can corrupt bandwidth accounting, potentially triggering kernel warnings such as a running_bw underflow. The issue arises when a task that was deadline-boosted is demoted to a lower priority class while still holding a mutex, causing the scheduler to lose track of bookkeeping state. While not a classic crash-and-exploit vulnerability, it highlights fragility in deadline scheduling under priority inheritance. Discussions on WindowsForum cover the technical details, implications for system stability, and potential mitigations for affected Linux systems.
Linux has assigned CVE-2026-23371 to a scheduler bug in the SCHED_DEADLINE code path, and the issue is notable less for a classic crash-and-burn exploit pattern than for what it reveals about the fragility of deadline scheduling under priority inheritance. The flaw centers on a missing...