A Leader in the 2026 Gartner® Magic Quadrant™ for Endpoint Protection. Six years running.Six years. Gartner® Magic Quadrant™ Leader.Find Out Why
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI for Security
      Leading the Way in AI-Powered Security Solutions
    • Securing AI
      Accelerate AI Adoption with Secure AI Tools, Apps, and Agents.
    • How It Works
      The Singularity XDR Difference
    • Singularity Marketplace
      One-Click Integrations to Unlock the Power of XDR
    • Pricing & Packaging
      Comparisons and Guidance at a Glance
    Data & AI
    • Purple AI
      Accelerate SecOps with Generative AI
    • Singularity Hyperautomation
      Easily Automate Security Processes
    • AI-SIEM
      The AI SIEM for the Autonomous SOC
    • AI Data Pipelines
      Security Data Pipeline for AI SIEM and Data Optimization
    • Singularity Data Lake
      AI-Powered, Unified Data Lake
    • Singularity Data Lake for Log Analytics
      Seamlessly Ingest Data from On-Prem, Cloud or Hybrid Environments
    Endpoint Security
    • Singularity Endpoint
      Autonomous Prevention, Detection, and Response
    • Singularity XDR
      Native & Open Protection, Detection, and Response
    • Singularity RemoteOps Forensics
      Orchestrate Forensics at Scale
    • Singularity Threat Intelligence
      Comprehensive Adversary Intelligence
    • Singularity Vulnerability Management
      Application & OS Vulnerability Management
    • Singularity Identity
      Identity Threat Detection and Response
    Cloud Security
    • Singularity Cloud Security
      Block Attacks with an AI-Powered CNAPP
    • Singularity Cloud Native Security
      Secure Cloud and Development Resources
    • Singularity Cloud Workload Security
      Real-Time Cloud Workload Protection Platform
    • Singularity Cloud Data Security
      AI-Powered Threat Detection for Cloud Storage
    • Singularity Cloud Security Posture Management
      Detect and Remediate Cloud Misconfigurations
    Securing AI
    • Prompt Security
      Secure AI Tools Across Your Enterprise
  • Why SentinelOne?
    Why SentinelOne?
    • Why SentinelOne?
      Cybersecurity Built for What’s Next
    • Our Customers
      Trusted by the World’s Leading Enterprises
    • Industry Recognition
      Tested and Proven by the Experts
    • About Us
      The Industry Leader in Autonomous Cybersecurity
    Compare SentinelOne
    • Arctic Wolf
    • Broadcom
    • CrowdStrike
    • Cybereason
    • Microsoft
    • Palo Alto Networks
    • Sophos
    • Splunk
    • Trellix
    • Trend Micro
    • Wiz
    Verticals
    • Energy
    • Federal Government
    • Finance
    • Healthcare
    • Higher Education
    • K-12 Education
    • Manufacturing
    • Retail
    • State and Local Government
  • Services
    Managed Services
    • Managed Services Overview
      Wayfinder Threat Detection & Response
    • Threat Hunting
      World-Class Expertise and Threat Intelligence
    • Managed Detection & Response
      24/7/365 Expert MDR Across Your Entire Environment
    • Incident Readiness & Response
      DFIR, Breach Readiness, & Compromise Assessments
    Support, Deployment, & Health
    • Technical Account Management
      Customer Success with Personalized Service
    • SentinelOne GO
      Guided Onboarding & Deployment Advisory
    • SentinelOne University
      Live and On-Demand Training
    • Services Overview
      Comprehensive Solutions for Seamless Security Operations
    • SentinelOne Community
      Community Login
  • Partners
    Our Network
    • MSSP Partners
      Succeed Faster with SentinelOne
    • Singularity Marketplace
      Extend the Power of S1 Technology
    • Cyber Risk Partners
      Enlist Pro Response and Advisory Teams
    • Technology Alliances
      Integrated, Enterprise-Scale Solutions
    • SentinelOne for AWS
      Hosted in AWS Regions Around the World
    • Channel Partners
      Deliver the Right Solutions, Together
    • SentinelOne for Google Cloud
      Unified, Autonomous Security Giving Defenders the Advantage at Global Scale
    • Partner Locator
      Your Go-to Source for Our Top Partners in Your Region
    Partner Portal→
  • Resources
    Resource Center
    • Case Studies
    • Data Sheets
    • eBooks
    • Reports
    • Videos
    • Webinars
    • Whitepapers
    • Events
    View All Resources→
    Blog
    • Feature Spotlight
    • For CISO/CIO
    • From the Front Lines
    • Identity
    • Cloud
    • macOS
    • SentinelOne Blog
    Blog→
    Tech Resources
    • SentinelLABS
    • Ransomware Anthology
    • Cybersecurity 101
  • About
    About SentinelOne
    • About SentinelOne
      The Industry Leader in Cybersecurity
    • Investor Relations
      Financial Information & Events
    • SentinelLABS
      Threat Research for the Modern Threat Hunter
    • Careers
      The Latest Job Opportunities
    • Press & News
      Company Announcements
    • Cybersecurity Blog
      The Latest Cybersecurity Threats, News, & More
    • FAQ
      Get Answers to Our Most Frequently Asked Questions
    • DataSet
      The Live Data Platform
    • S Foundation
      Securing a Safer Future for All
    • S Ventures
      Investing in the Next Generation of Security, Data and AI
  • Pricing
Get StartedContact Us
CVE Vulnerability Database
Vulnerability Database/CVE-2026-43361

CVE-2026-43361: Linux Kernel DOS Vulnerability

CVE-2026-43361 is a denial of service vulnerability in the Linux Kernel's btrfs filesystem that allows attackers to force a filesystem into read-only mode. This article covers technical details, affected versions, and mitigation.

Published: May 18, 2026

CVE-2026-43361 Overview

CVE-2026-43361 is a denial-of-service vulnerability in the Linux kernel btrfs filesystem. A local user with inode_owner_or_capable() privileges can trigger a transaction abort by repeatedly snapshotting a previously received subvolume. The repeated operations eventually overflow the BTRFS_UUID_KEY_RECEIVED_SUBVOL item, exceeding the maximum item size storable in a B-tree leaf. When the overflow occurs, btrfs aborts the transaction and forces the filesystem into read-only mode. The flaw does not require CAP_SYS_ADMIN, allowing a malicious unprivileged user with subvolume ownership to disrupt a shared system. The affected component is the kernel btrfs module.

Critical Impact

A local user can force the btrfs filesystem into read-only mode without root privileges, causing service disruption on shared multi-tenant Linux systems.

Affected Products

  • Linux Kernel (multiple stable branches prior to fix)
  • Linux Kernel 7.0-rc1, 7.0-rc2, 7.0-rc3
  • Distributions shipping vulnerable btrfs module versions

Discovery Timeline

  • 2026-05-08 - CVE-2026-43361 published to NVD
  • 2026-05-15 - Last updated in NVD database

Technical Details for CVE-2026-43361

Vulnerability Analysis

The vulnerability resides in the btrfs snapshot creation path, specifically create_pending_snapshot() in fs/btrfs/transaction.c. When a user snapshots a subvolume that has a received_uuid set, btrfs inserts a BTRFS_UUID_KEY_RECEIVED_SUBVOL item into the UUID tree. Each new snapshot of a received subvolume appends an additional entry to this UUID item. Repeated snapshots cause the item to grow until it exceeds the maximum size that fits in a single B-tree leaf.

When the insertion fails with error -75 (EOVERFLOW), the transaction is aborted and the filesystem transitions to read-only mode. The reproducer demonstrates this occurs after roughly 496 snapshots on a filesystem using 4K node size.

The issue is categorized as a kernel-level denial-of-service [CWE-NVD-noinfo] stemming from missing boundary validation on UUID item growth.

Root Cause

The btrfs code does not check whether appending another received-subvolume entry to the UUID item would exceed the leaf-size limit. The kernel calls btrfs_uuid_tree_add() unconditionally during snapshot creation. When the resulting item exceeds the maximum item size, the B-tree code returns an error, but the snapshot path treats this condition as a fatal transaction error rather than a recoverable user-input error.

Attack Vector

Exploitation requires local access and ownership of a btrfs subvolume that has been received via btrfs receive. The attacker repeatedly invokes btrfs subvolume snapshot -r against the received subvolume. Because snapshot, send, set_received_subvol, and subvol_setflags operations only require inode_owner_or_capable() rather than CAP_SYS_ADMIN, an unprivileged user can trigger the abort if they own a received subvolume. The reproducer script in the kernel commit message creates the condition with approximately 500 iterations on a small-node-size filesystem.

No verified exploit code is published beyond the reproducer included in the upstream kernel commit. See the Kernel Git Commit Log for the patch and reproducer details.

Detection Methods for CVE-2026-43361

Indicators of Compromise

  • Kernel log entries containing BTRFS warning (device <dev>): insert uuid item failed -75 indicating UUID item overflow.
  • Kernel warnings referencing Transaction aborted (error -75) from create_pending_snapshot.cold in fs/btrfs/transaction.c.
  • Btrfs filesystem transitioning to read-only mode unexpectedly, with userspace errors such as Read-only file system from btrfs subvolume snapshot.
  • Unusually high volume of btrfs subvolume snapshot operations against a subvolume carrying a received_uuid.

Detection Strategies

  • Monitor dmesg and /var/log/kern.log for the specific insert uuid item failed -75 warning string and transaction abort messages.
  • Audit btrfs command invocations using Linux audit (auditd) rules on the btrfs binary or relevant ioctls (BTRFS_IOC_SNAP_CREATE_V2).
  • Track filesystem state transitions to read-only by monitoring /proc/mounts and mount option changes.
  • Correlate snapshot creation rate per user against baseline activity to flag automated abuse.

Monitoring Recommendations

  • Ingest kernel logs into a centralized SIEM and alert on btrfs transaction abort signatures.
  • Track per-user snapshot creation counts against received subvolumes over short time windows.
  • Inventory hosts running btrfs root or data filesystems and prioritize patch status reporting.

How to Mitigate CVE-2026-43361

Immediate Actions Required

  • Apply the upstream btrfs fix once available in your distribution's stable kernel update channel.
  • Restrict ownership of received subvolumes to trusted accounts on multi-user systems.
  • Limit unprivileged user access to btrfs subvolume management commands on shared hosts.
  • Enable kernel log monitoring to detect transaction-abort signatures early.

Patch Information

The vulnerability is resolved by upstream btrfs commits applied across multiple stable trees. Refer to the kernel git commits at 6bce705b, 770af8e4, 9a9227b4, bac55dde, e1b18b95, and e3d8efc1. Update to the patched stable kernel release shipped by your Linux distribution.

Workarounds

  • Avoid taking large numbers of snapshots of subvolumes that have a non-zero received_uuid until kernels are patched.
  • Restrict btrfs subcommands for non-administrative users via filesystem permissions or mandatory access controls (SELinux, AppArmor).
  • Increase nodesize at mkfs time on new filesystems to raise the threshold before overflow occurs (mitigation only, not a fix).
bash
# Example: verify running kernel and patch status on Debian-based systems
uname -r
apt-cache policy linux-image-$(uname -r)

# Example: restrict btrfs CLI to root only as a temporary measure
chmod 750 /usr/bin/btrfs
chown root:root /usr/bin/btrfs

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechLinux Kernel

  • SeverityMEDIUM

  • CVSS Score5.5

  • EPSS Probability0.01%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • NVD-CWE-noinfo
  • Vendor Resources
  • Kernel Git Commit Log

  • Kernel Git Commit Log

  • Kernel Git Commit Log

  • Kernel Git Commit Log

  • Kernel Git Commit Log

  • Kernel Git Commit Log
  • Related CVEs
  • CVE-2026-46206: Linux Kernel batman-adv DoS Vulnerability

  • CVE-2026-43492: Linux Kernel MPI Integer Underflow DoS

  • CVE-2026-43491: Linux Kernel QRTR NS DoS Vulnerability

  • CVE-2026-43329: Linux Kernel Netfilter DoS Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today and into the future.

Try SentinelOne
  • Get Started
  • Get a Demo
  • Product Tour
  • Why SentinelOne
  • Pricing & Packaging
  • FAQ
  • Contact
  • Contact Us
  • Customer Support
  • SentinelOne Status
  • Language
  • Platform
  • Singularity Platform
  • Singularity Endpoint
  • Singularity Cloud
  • Singularity AI-SIEM
  • Singularity Identity
  • Singularity Marketplace
  • Purple AI
  • Services
  • Wayfinder TDR
  • SentinelOne GO
  • Technical Account Management
  • Support Services
  • Verticals
  • Energy
  • Federal Government
  • Finance
  • Healthcare
  • Higher Education
  • K-12 Education
  • Manufacturing
  • Retail
  • State and Local Government
  • Cybersecurity for SMB
  • Resources
  • Blog
  • Labs
  • Case Studies
  • Videos
  • Product Tours
  • Events
  • Cybersecurity 101
  • eBooks
  • Webinars
  • Whitepapers
  • Press
  • News
  • Ransomware Anthology
  • Company
  • About Us
  • Our Customers
  • Careers
  • Partners
  • Legal & Compliance
  • Security & Compliance
  • Investor Relations
  • S Foundation
  • S Ventures

©2026 SentinelOne, All Rights Reserved.

Privacy Notice Terms of Use

English