PT-2026-38974 · Linux · Linux Kernel
John
·
Published
2026-05-08
·
Updated
2026-05-16
·
CVE-2026-43323
CVSS v3.1
5.5
Medium
| Vector | AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H |
Name of the Vulnerable Software and Affected Versions
Linux kernel (affected versions not specified)
Description
An issue exists in the fair scheduler (
sched/fair) regarding the tracking of zero vruntime. When two runnable tasks repeatedly perform a yield operation, they can enter a state where they leapfrog each other. Because zero vruntime is only updated during ticks or full enqueue/dequeue operations, and not during enqueue entity() or dequeue entity() calls from put prev task() or set next task(), the tracking can fall behind. If these tasks reach an overflow point within a single tick's duration, it can lead to system instability. This risk is further increased when multiple cgroups (control groups, a Linux kernel feature that limits, accounts for, and isolates the resource usage of a collection of processes) are involved, as there is no guarantee that every cgroup will receive a tick in a timely manner.Recommendations
At the moment, there is no information about a newer version that contains a fix for this vulnerability.
Found an issue in the description? Have something to add? Feel free to write us 👾
Related Identifiers
Affected Products
Linux Kernel