Skip to main content

Over 150 LLM Providers · Over 5,300 Models The most extensible AI-powered pentesting platform. Open source. Star on GitHub

CVE-2025-68762

Published Jan 5, 2026

Overview

CVE-2025-68762 is a known-severity vulnerability. It was published on January 5, 2026.

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

Remediation

Check the references section for vendor advisories, patches, and mitigation guidance. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

Frequently Asked Questions

What is CVE-2025-68762?

CVE-2025-68762 is a known-severity vulnerability. It was published on January 5, 2026.

How severe is CVE-2025-68762?

CVSS score information is not yet available for this vulnerability. Check back as the CVE record is updated by NVD analysts.

How do I fix or remediate CVE-2025-68762?

Check the references section for vendor advisories, patches, and mitigation guidance. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

How can CyberStrike help with CVE-2025-68762?

CyberStrike's AI-powered security agents can automatically detect CVE-2025-68762 across your infrastructure using autonomous pentesting, DAST scanning, and HackBrowser. The platform continuously monitors for known vulnerabilities and provides actionable remediation guidance prioritized by real-world exploitability.

Browse by year 2026