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-68333

5.5 · MEDIUM
Published Dec 22, 2025 linux CWE-667 EPSS 0.10% (1th pctl)

Overview

CVE-2025-68333 is a medium-severity vulnerability affecting linux linux_kernel. It was published on December 22, 2025 and has a CVSS 3.1 base score of 5.5 (MEDIUM).

This vulnerability has a CVSS 3.1 base score of 5.5, rated MEDIUM. It requires local or adjacent network access to exploit. Some level of privileges is required for exploitation.

Technical Description

In the Linux kernel, the following vulnerability has been resolved:

sched_ext: Fix possible deadlock in the deferred_irq_workfn()

For PREEMPT_RT=y kernels, the deferred_irq_workfn() is executed in

the per-cpu irq_work/* task context and not disable-irq, if the rq

returned by container_of() is current CPU's rq, the following scenarios

may occur:

lock(&rq->__lock);

<Interrupt>

lock(&rq->__lock);

This commit use IRQ_WORK_INIT_HARD() to replace init_irq_work() to

initialize rq->scx.deferred_irq_work, make the deferred_irq_workfn()

is always invoked in hard-irq context.

Remediation

Check the references section for vendor advisories and patches from linux. Update linux_kernel to the latest patched version. 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.

Affected Products

Vendor Product Versions Status
linux linux_kernel >= 6.12, < 6.12.68 Affected

Frequently Asked Questions

What is CVE-2025-68333?

CVE-2025-68333 is a medium-severity vulnerability affecting linux linux_kernel. It was published on December 22, 2025 and has a CVSS 3.1 base score of 5.5 (MEDIUM).

How severe is CVE-2025-68333?

This vulnerability has a CVSS 3.1 base score of 5.5, rated MEDIUM. It requires local or adjacent network access to exploit. Some level of privileges is required for exploitation.

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

Check the references section for vendor advisories and patches from linux. Update linux_kernel to the latest patched version. 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-68333?

CyberStrike's AI-powered security agents can automatically detect CVE-2025-68333 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.