CVE-2025-38017
BaseFortify
Publication date: 2025-06-18
Last updated on: 2025-11-14
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linux | linux_kernel | From 5.15.160 (inc) to 5.16 (inc) |
| linux | linux_kernel | 6.15 |
| linux | linux_kernel | 6.15 |
| linux | linux_kernel | 6.15 |
| linux | linux_kernel | 6.15 |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-NVD-CWE-noinfo |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability is a bug in the Linux kernel's eventpoll subsystem where, after a certain commit, a program using epoll with a very short timeout (like 1 nanosecond) would enter an endless busy loop. This happens because the timeout expires before the kernel function ep_poll() is entered, causing the timeout check to skip setting a 'timed_out' flag. As a result, the system repeatedly loops without pause, leading to a soft lockup, RCU stalls, and potential deadlocks.
How can this vulnerability impact me? :
This vulnerability can cause severe system instability by triggering a soft lockup and deadlocks in the Linux kernel. Systems affected may experience hangs, degraded performance, or complete unresponsiveness, which can disrupt normal operations and require a reboot or manual intervention to recover.