CVE-2025-38270
BaseFortify
Publication date: 2025-07-10
Last updated on: 2025-11-20
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linux | linux_kernel | 6.16 |
| linux | linux_kernel | From 5.15.160 (inc) to 5.16 (inc) |
| linux | linux_kernel | From 5.15.160 (inc) to 5.16 (inc) |
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 involves the Linux kernel's netdevsim driver, which supports netpoll. The issue is that the driver incorrectly calls napi_complete() from netpoll, which may not be scheduled properly. This can cause a warning or error in the kernel related to napi_complete_done(), indicating that netpoll prematurely stole the SCHED bit, leading to potential instability or unexpected behavior in network packet processing.
How can this vulnerability impact me? :
This vulnerability can cause warnings or errors in the Linux kernel related to network packet processing, potentially leading to instability or unexpected behavior in systems using the netdevsim driver with netpoll. This could affect network performance or reliability on affected systems.