CVE Tools

CVE-2026-43499

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

No known exploitation. EPSS puts it in the 18th percentile. A vendor fix is available.

Published Updated Sources: CVE.org, NVD

What to do

The vendor has published a fix. Version details are below where the sources state them.

Steps

Written by AI from the record
  1. Check your Linux kernel version (e.g., run uname -r).
  2. Compare it against the fixed kernel versions listed below and confirm whether your version includes the fix.
  3. Update your Linux kernel to include the fix (choose the matching line from the list of fixed versions for your distribution’s kernel branch).
  4. Reboot after applying the kernel update so the new kernel is actually running.
  5. If you cannot patch immediately, reduce local access to the affected machines (tighten who can log in) until the kernel is upgraded.

What it is

From the CVE record

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 ]

In plain language

Written by AI from the record

This Linux kernel bug can let a local attacker crash the system (and possibly gain higher privileges) by triggering a mistake in real-time mutex cleanup; small businesses should patch because it’s a high-impact local issue, but there’s no clear evidence of real-world attacks.

CVE-2026-43499 is a Linux kernel real-time mutex (rtmutex) flaw where remove_waiter() uses the wrong task context (“current” instead of the waiter task), which can cause use-after-free conditions and incorrect priority/PI state handling; it requires low-effort local access.

If you're affected

  • System crash (denial of service)
  • Possible privilege escalation
  • Service outage during exploitation
  • Compromise of worker processes

Exploitation

Where each signal puts this CVE on the scale from published to confirmed exploited.

EPSS18th
CISA KEV

Not in the catalog. CISA has not confirmed exploitation.

Public exploits

No public exploit or proof of concept found in the sources we track.

EPSS

0.3% chance of exploitation activity in the next 30 days, which ranks it in the 18th percentile of scored CVEs.

Exploit Prediction Scoring System, FIRST.org. A probability, not a confirmation.

Lifecycle

18 events over 110 days, from the signal feeds we watch.

  1. Patch availablerecord updated
  2. Patch availablerecord updated
  3. Patch availablerecord updated
  4. Patch availablerecord updated
  5. Patch availablerecord updated
  6. Patch availablerecord updated

Affected products

And 1 more affected product. See all after sign-in

Technical detail

CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H

Scored 7.8 by NVD.

How it is reached

  • Attack Vector LocalRequires local access to the vulnerable system (e.g. local login, malicious file)
  • Attack Complexity LowNo special conditions — the attack can be reliably reproduced
  • Privileges Required LowRequires basic user-level privileges
  • User Interaction NoneNo user interaction needed — fully automated exploitation

Scope

  • Scope UnchangedImpact is limited to the vulnerable component itself

Impact if exploited

  • Confidentiality HighTotal information disclosure — all data in the component is compromised
  • Integrity HighTotal loss of integrity — attacker can modify any data in the component
  • Availability HighTotal denial of service — the component is completely unavailable

Weaknesses

ATT&CK techniques

Mapped from the weaknesses above (CWE to ATT&CK), not observed in attacks.

Sources

Watch the software you run.

My Stack ranks new CVEs for your products by real-world exploitation, so the next serious one reaches you without reading every advisory.

We'll flag the next CVE, public exploit or patch for Linux, not every advisory.

We use analytics cookies to see which pages and articles actually help people. Decline and none of them run — the site works the same. What we store