CVE-2025-68780
BaseFortify
Publication date: 2026-01-13
Last updated on: 2026-01-19
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linux | linux_kernel | * |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-UNKNOWN |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability in the Linux kernel's deadline scheduler involves incorrect handling of the free_cpus mask for CPUs that are offline. Specifically, the cpudl_clear function can mistakenly set the free_cpus bit for a CPU even when its deadline runqueue is offline. This can cause the scheduler to believe that a powered-down CPU is available to run tasks, leading to tasks being assigned to CPUs that cannot execute them. As a result, those tasks will not run as expected.
How can this vulnerability impact me? :
The impact of this vulnerability is that tasks scheduled by the deadline scheduler may be assigned to CPUs that are offline or powered down, causing those tasks to never run. This can lead to missed deadlines and degraded system performance or reliability, especially in real-time or deadline-sensitive environments.