CVE-2026-43323

Source
https://cve.org/CVERecord?id=CVE-2026-43323
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-43323.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-43323
Downstream
Published
2026-05-08T13:31:08.188Z
Modified
2026-07-08T08:13:28.394587780Z
Summary
sched/fair: Fix zero_vruntime tracking fix
Details

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

sched/fair: Fix zero_vruntime tracking fix

John reported that stress-ng-yield could make his machine unhappy and managed to bisect it to commit b3d99f43c72b ("sched/fair: Fix zero_vruntime tracking").

The combination of yield and that commit was specific enough to hypothesize the following scenario:

Suppose we have 2 runnable tasks, both doing yield. Then one will be eligible and one will not be, because the average position must be in between these two entities.

Therefore, the runnable task will be eligible, and be promoted a full slice (all the tasks do is yield after all). This causes it to jump over the other task and now the other task is eligible and current is no longer. So we schedule.

Since we are runnable, there is no {de,en}queue. All we have is the _{en,de}queueentity() from {putprev,setnext}task(). But per the fingered commit, those two no longer move zerovruntime.

All that moves zero_vruntime are tick and full {de,en}queue.

This means, that if the two tasks playing leapfrog can reach the critical speed to reach the overflow point inside one tick's worth of time, we're up a creek.

Additionally, when multiple cgroups are involved, there is no guarantee the tick will in fact hit every cgroup in a timely manner. Statistically speaking it will, but that same statistics does not rule out the possibility of one cgroup not getting a tick for a significant amount of time -- however unlikely.

Therefore, just like with the yield() case, force an update at the end of every slice. This ensures the update is never more than a single slice behind and the whole thing is within 2 lag bounds as per the comment on entity_key().

Database specific
{
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/43xxx/CVE-2026-43323.json",
    "cna_assigner": "Linux"
}
References

Affected packages

Git / git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git

Affected ranges

Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
d2fc2dcfce47a56ffd414783003cc966c742c8a9
Fixed
c089147074ed96ff4330739a0559394c19a3dfc8
Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
99673934a89febe664e704550216638dcb2336a8
Fixed
87573883c30f1a8555ff720836bb6ea231058539
Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
978d4fe59665c13db692ba96839f9c52d69f13f3
Fixed
fb61ffb3fb30a161eb5404c27fc7635e275beafd
Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
b3d99f43c72b56cf7a104a364e7fb34b0702828b
Fixed
1319ea57529e131822bab56bf417c8edc2db9ae8

Affected versions

v6.*
v6.12.78
v6.12.79
v6.12.80
v6.18.17
v6.18.18
v6.18.19
v6.18.20
v6.18.21
v6.19.10
v6.19.11
v6.19.7
v6.19.8
v6.19.9

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-43323.json"

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
6.12.78
Fixed
6.12.81
Type
ECOSYSTEM
Events
Introduced
6.18.17
Fixed
6.18.22
Type
ECOSYSTEM
Events
Introduced
6.19.7
Fixed
6.19.12

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-43323.json"