cbcvebase.
CVE-2025-68762
published 2026-01-05

CVE-2025-68762: In the Linux kernel, the following vulnerability has been resolved: net: netpoll: initialize work queue before error checks Prevent a kernel warning when…

PriorityP419high7.2
EPSS
0.16%
5.8th percentile
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.

Affected

9 ranges
VendorProductVersion rangeFixed in
debianlinux< linux 6.17.13-1 (forky)linux 6.17.13-1 (forky)
linuxlinux
linuxlinux>= 248f6571fd4c51531f7f8f07f186f7ae98a50afc < a90d0dc38a10347078cca60e7495ad0648838f18a90d0dc38a10347078cca60e7495ad0648838f18
linuxlinux>= 248f6571fd4c51531f7f8f07f186f7ae98a50afc < 760bc6ceda8e2c273c0e2018ad2595967c3dd308760bc6ceda8e2c273c0e2018ad2595967c3dd308
linuxlinux>= 248f6571fd4c51531f7f8f07f186f7ae98a50afc < e5235eb6cfe02a51256013a78f7b28779a7740d5e5235eb6cfe02a51256013a78f7b28779a7740d5
linuxlinux_kernel>= 0 < 6.17.13-16.17.13-1
linuxlinux_kernel>= 0 < 6.17.0-19.196.17.0-19.19
linuxlinux_kernel>= 6.15.0 < 6.17.136.17.13
linuxlinux_kernel>= 6.18.0 < 6.18.26.18.2

CVSS provenance

osv7.2HIGH
vendor_ubuntu7.2HIGH
vendor_redhat3.3LOW
Stop checking back — get the weekly exploitation signal.

Every Monday: what got weaponized or added to CISA KEV in the last seven days — each CVE cross-linked to its PoC, Nuclei template, and detection rule. Free, one email a week, unsubscribe in one click.