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

5.5 · MEDIUM
Published Apr 24, 2026 linux EPSS 0.13% (3th pctl)

Overview

CVE-2026-31555 is a medium-severity vulnerability affecting linux linux_kernel. It was published on April 24, 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:

futex: Clear stale exiting pointer in futex_lock_pi() retry path

Fuzzying/stressing futexes triggered:

WARNING: kernel/futex/core.c:825 at wait_for_owner_exiting+0x7a/0x80, CPU#11: futex_lock_pi_s/524

When futex_lock_pi_atomic() sees the owner is exiting, it returns -EBUSY

and stores a refcounted task pointer in 'exiting'.

After wait_for_owner_exiting() consumes that reference, the local pointer

is never reset to nil. Upon a retry, if futex_lock_pi_atomic() returns a

different error, the bogus pointer is passed to wait_for_owner_exiting().

CPU0 CPU1 CPU2

futex_lock_pi(uaddr)

// acquires the PI futex

exit()

futex_cleanup_begin()

futex_state = EXITING;

futex_lock_pi(uaddr)

futex_lock_pi_atomic()

attach_to_pi_owner()

// observes EXITING

*exiting = owner; // takes ref

return -EBUSY

wait_for_owner_exiting(-EBUSY, owner)

pu

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 >= 4.4.255, < 4.5 Affected

Frequently Asked Questions

What is CVE-2026-31555?

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

How severe is CVE-2026-31555?

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

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

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