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

5.5 · MEDIUM
Published May 13, 2026 linux EPSS 0.12% (2th pctl)

Overview

CVE-2026-43482 is a medium-severity vulnerability affecting linux linux_kernel. It was published on May 13, 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: Disable preemption between scx_claim_exit() and kicking helper work

scx_claim_exit() atomically sets exit_kind, which prevents scx_error() from

triggering further error handling. After claiming exit, the caller must kick

the helper kthread work which initiates bypass mode and teardown.

If the calling task gets preempted between claiming exit and kicking the

helper work, and the BPF scheduler fails to schedule it back (since error

handling is now disabled), the helper work is never queued, bypass mode

never activates, tasks stop being dispatched, and the system wedges.

Disable preemption across scx_claim_exit() and the subsequent work kicking

in all callers - scx_disable() and scx_vexit(). Add

lockdep_assert_preemption_disabled() to scx_claim_exit() to enforce the

requirement.

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

Frequently Asked Questions

What is CVE-2026-43482?

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

How severe is CVE-2026-43482?

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-43482?

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-43482?

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