CVE-2025-40260
BaseFortify
Publication date: 2025-12-04
Last updated on: 2025-12-04
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 is a flaw in the Linux kernel's sched_ext component where a crash occurs due to improper error handling during helper kernel thread creation failure. Specifically, when the function kthread_run_worker() fails, it returns an error pointer instead of NULL, but the code only checks for NULL. This leads to dereferencing an error pointer and causes a crash when the sched_ext selftests runner is terminated with Ctrl+\ during a specific test. The fix involves properly handling the error pointer to avoid the crash.
How can this vulnerability impact me? :
This vulnerability can cause the Linux kernel to crash unexpectedly when certain tests or operations involving sched_ext are terminated improperly. Such crashes can lead to system instability, potential denial of service, and disruption of normal operations on affected systems.