CVE-2025-68762 Details
Description
In the Linux kernel, the following vulnerability has been resolved: net: netpoll: initialize work queue before error checks Prevent a kernel warning when netconsole setup fails on devices with IFF_DISABLE_NETPOLL flag. The warning (at kernel/workqueue.c:4242 in __flush_work) occurs because the cleanup path tries to cancel an uninitialized work queue. When __netpoll_setup() encounters a device with IFF_DISABLE_NETPOLL, it fails early and calls skb_pool_flush() for cleanup. This function calls cancel_work_sync(&np->refill_wq), but refill_wq hasn't been initialized yet, triggering the warning. Move INIT_WORK() to the beginning of __netpoll_setup(), ensuring the work queue is properly initialized before any potential failure points. This allows the cleanup path to safely cancel the work queue regardless of where the setup fails.
A vulnerability in the Linux kernel's netpoll feature can lead to a kernel warning when setting up netconsole on devices with the IFF_DISABLE_NETPOLL flag. The issue arises because the cleanup process attempts to cancel an uninitialized work queue, causing a warning in the workqueue management code. This vulnerability affects the Linux kernel stable tree.
The vulnerability has been addressed by modifying the netpoll setup process to initialize the work queue before performing any error checks. Users can apply the latest patches from the Linux kernel stable tree to resolve this issue.
Metrics
CVSS 4.0 Severity and Vector Strings:
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
Volerion
Assessed Jan 5, 2026References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
| URL | Source(s) | Tag(s) |
|---|---|---|
| https://git.kernel.org/stable/c/760bc6ceda8e2c273c0e2018ad2595967c3dd308 | kernel.org | Source CodeVendor |
| https://git.kernel.org/stable/c/a90d0dc38a10347078cca60e7495ad0648838f18 | kernel.org | Source CodeVendor |
| https://git.kernel.org/stable/c/e5235eb6cfe02a51256013a78f7b28779a7740d5 | kernel.org | Source CodeVendor |
Weakness Enumeration
No weakness enumeration is available for this CVE.
Affected Products
| Product | Versions |
|---|---|
| Linux kernel | All versions |
CPE
Remediation
| |
Change History
2 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Jun 17, 2026 | CVE Modified | kernel.org |
| Jan 5, 2026 | New CVE Received | kernel.org |
Volerion