CVE-2025-68762
Linux Kernel vulnerability analysis and mitigation

Overview

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).

Technical details

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).

Impact

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).

Mitigation and workarounds

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).

Additional resources


SourceThis report was generated using AI

Related Linux Kernel vulnerabilities:

CVE ID

Severity

Score

Technologies

Component name

CISA KEV exploit

Has fix

Published date

CVE-2026-64557NONEN/A
  • Linux Kernel logoLinux Kernel
  • kernel-rt-selftests-internal
NoNoJul 29, 2026
CVE-2026-64556NONEN/A
  • Linux Kernel logoLinux Kernel
  • kernel-64k-devel
NoNoJul 29, 2026
CVE-2026-64555NONEN/A
  • Linux Kernel logoLinux Kernel
  • linux-azure-fde-6.14
NoNoJul 27, 2026
CVE-2026-64554NONEN/A
  • Linux Kernel logoLinux Kernel
  • linux-gcp-6.14
NoYesJul 27, 2026
CVE-2026-64553NONEN/A
  • Linux Kernel logoLinux Kernel
  • kernel-rt-64k-debug-modules-internal
NoYesJul 27, 2026

Free Vulnerability Assessment

Benchmark your Cloud Security Posture

Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.

Request assessment

Get a personalized demo

Ready to see Wiz in action?

"Best User Experience I have ever seen, provides full visibility to cloud workloads."
David EstlickCISO
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
Adam FletcherChief Security Officer
"We know that if Wiz identifies something as critical, it actually is."
Greg PoniatowskiHead of Threat and Vulnerability Management