Vulnerability Description
In the Linux kernel, the following vulnerability has been resolved: net: drv: netdevsim: don't napi_complete() from netpoll netdevsim supports netpoll. Make sure we don't call napi_complete() from it, since it may not be scheduled. Breno reports hitting a warning in napi_complete_done(): WARNING: CPU: 14 PID: 104 at net/core/dev.c:6592 napi_complete_done+0x2cc/0x560 __napi_poll+0x2d8/0x3a0 handle_softirqs+0x1fe/0x710 This is presumably after netpoll stole the SCHED bit prematurely.
CVSS Score
HIGH
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux Kernel | >= 6.10, < 6.12.34 |
References
- https://git.kernel.org/stable/c/1264971017b4d7141352a7fe29021bdfce5d885dPatch
- https://git.kernel.org/stable/c/6837dd877270c57689bd866de9f3de14172c2439Patch
- https://git.kernel.org/stable/c/a8ff2e362d901200a1075c3ca9c56d9c7bbef389Patch
FAQ
What is CVE-2025-38270?
CVE-2025-38270 is a vulnerability with a CVSS score of 7.8 (HIGH). In the Linux kernel, the following vulnerability has been resolved: net: drv: netdevsim: don't napi_complete() from netpoll netdevsim supports netpoll. Make sure we don't call napi_complete() from i...
How severe is CVE-2025-38270?
CVE-2025-38270 has been rated HIGH with a CVSS base score of 7.8/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2025-38270?
Check the references section above for vendor advisories and patch information. Affected products include: Linux Linux Kernel.