
Cloud Vulnerability DB
A community-led vulnerabilities database
CVE-2025-68762 is a kernel warning vulnerability in the Linux kernel's netpoll subsystem caused by an uninitialized work queue during netconsole setup failure on devices with the IFF_DISABLE_NETPOLL flag. The flaw was published on January 5, 2026, and affects the Linux kernel's net/netpoll component. It carries a CVSS v3.1 base score of 5.5 (Medium), reflecting a local attack vector with low privileges required and high availability impact (Red Hat CVE, Red Hat Bugzilla).
The root cause is improper initialization ordering in __netpoll_setup(): when the function encounters a device with the IFF_DISABLE_NETPOLL flag, it fails early and invokes skb_pool_flush() for cleanup. That cleanup function calls cancel_work_sync(&np->refill_wq), but refill_wq has not yet been initialized via INIT_WORK(), triggering a kernel warning at kernel/workqueue.c:4242 in __flush_work. The fix moves INIT_WORK() to the beginning of __netpoll_setup() so the work queue is always initialized before any potential failure point. This is a use-before-initialization issue (related to improper resource lifecycle management) exploitable locally by a low-privileged user who can trigger netconsole configuration on an affected device (Red Hat Bugzilla, Red Hat CVE).
Successful exploitation causes kernel instability through an unhandled cleanup path, resulting in a kernel warning and potential disruption of availability — particularly affecting network logging and monitoring capabilities provided by netconsole. There is no confidentiality or integrity impact; the vulnerability is limited to availability (CVSS A:H). Systems relying on netconsole for remote kernel logging on devices with IFF_DISABLE_NETPOLL are most at risk of disrupted operations (Red Hat CVE, Red Hat Bugzilla).
Apply the upstream kernel patches available via the stable kernel tree (commits 760bc6ceda8e, a90d0dc38a10, and e5235eb6cfe0). Red Hat has tracked this issue in Bugzilla (Bug 2427125) and rates it low severity/priority. As interim mitigations: restrict netconsole configuration to trusted administrators, disable netconsole if not operationally required, and monitor kernel logs for warnings related to workqueue operations (kernel/workqueue.c:4242). Organizations should prioritize patching Linux kernel systems that use netconsole for remote logging (Red Hat Bugzilla, Red Hat CVE).
Source: This report was generated using AI
Free Vulnerability Assessment
Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.
Get a personalized demo
"Best User Experience I have ever seen, provides full visibility to cloud workloads."
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
"We know that if Wiz identifies something as critical, it actually is."