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-2026-43326

5.5 · MEDIUM
Published May 8, 2026 linux CWE-667

Overview

CVE-2026-43326 is a medium-severity vulnerability affecting linux linux_kernel. It was published on May 8, 2026 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 SCX_KICK_WAIT deadlock by deferring wait to balance callback

SCX_KICK_WAIT busy-waits in kick_cpus_irq_workfn() using

smp_cond_load_acquire() until the target CPU's kick_sync advances. Because

the irq_work runs in hardirq context, the waiting CPU cannot reschedule and

its own kick_sync never advances. If multiple CPUs form a wait cycle, all

CPUs deadlock.

Replace the busy-wait in kick_cpus_irq_workfn() with resched_curr() to

force the CPU through do_pick_task_scx(), which queues a balance callback

to perform the wait. The balance callback drops the rq lock and enables

IRQs following the sched_core_balance() pattern, so the CPU can process

IPIs while waiting. The local CPU's kick_sync is advanced on entry to

do_pick_task_scx() and continuously during the wait, ensuring any CPU that

starts waiting for us sees the advancement and cannot form cyclic

dependencies.

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.19.12 Affected

Frequently Asked Questions

What is CVE-2026-43326?

CVE-2026-43326 is a medium-severity vulnerability affecting linux linux_kernel. It was published on May 8, 2026 and has a CVSS 3.1 base score of 5.5 (MEDIUM).

How severe is CVE-2026-43326?

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-2026-43326?

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-2026-43326?

CyberStrike's AI-powered security agents can automatically detect CVE-2026-43326 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