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

5.5 · MEDIUM
Published Apr 22, 2026 linux CWE-476 EPSS 0.12% (2th pctl)

Overview

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

btrfs: set BTRFS_ROOT_ORPHAN_CLEANUP during subvol create

We have recently observed a number of subvolumes with broken dentries.

ls-ing the parent dir looks like:

drwxrwxrwt 1 root root 16 Jan 23 16:49 .

drwxr-xr-x 1 root root 24 Jan 23 16:48 ..

d????????? ? ? ? ? ? broken_subvol

and similarly stat-ing the file fails.

In this state, deleting the subvol fails with ENOENT, but attempting to

create a new file or subvol over it errors out with EEXIST and even

aborts the fs. Which leaves us a bit stuck.

dmesg contains a single notable error message reading:

"could not do orphan cleanup -2"

2 is ENOENT and the error comes from the failure handling path of

btrfs_orphan_cleanup(), with the stack leading back up to

btrfs_lookup().

btrfs_lookup

btrfs_lookup_dentry

btrfs_orphan_cleanup // prints that message and returns -ENOENT

After some detailed inspection of the internal state, it became clear

that:

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.32.19, < 2.6.33 Affected

Frequently Asked Questions

What is CVE-2026-31519?

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

How severe is CVE-2026-31519?

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

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

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