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

7.8 · HIGH
Published May 21, 2026 linux CWE-416 EPSS 0.77% (53th pctl)

Overview

CVE-2026-43499 is a high-severity vulnerability affecting linux linux_kernel. It was published on May 21, 2026 and has a CVSS 3.1 base score of 7.8 (HIGH).

This vulnerability has a CVSS 3.1 base score of 7.8, rated HIGH. 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:

rtmutex: Use waiter::task instead of current in remove_waiter()

remove_waiter() is used by the slowlock paths, but it is also used for

proxy-lock rollback in rt_mutex_start_proxy_lock() when invoked from

futex_requeue().

In the latter case waiter::task is not current, but remove_waiter()

operates on current for the dequeue operation. That results in several

problems:

1) the rbtree dequeue happens without waiter::task::pi_lock being held

2) the waiter task's pi_blocked_on state is not cleared, which leaves a

dangling pointer primed for UAF around.

3) rt_mutex_adjust_prio_chain() operates on the wrong top priority waiter

task

Use waiter::task instead of current in all related operations in

remove_waiter() to cure those problems.

[ tglx: Fixup rt_mutex_adjust_prio_chain(), add a comment and amend the

changelog ]

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 >= 2.6.39, < 6.1.175 Affected

Frequently Asked Questions

What is CVE-2026-43499?

CVE-2026-43499 is a high-severity vulnerability affecting linux linux_kernel. It was published on May 21, 2026 and has a CVSS 3.1 base score of 7.8 (HIGH).

How severe is CVE-2026-43499?

This vulnerability has a CVSS 3.1 base score of 7.8, rated HIGH. 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-43499?

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

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