The SentinelOne Annual Threat Report - A Defenders Guide from the FrontlinesThe SentinelOne Annual Threat ReportGet the Report
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-43365

CVE-2026-43365: Linux Kernel DOS Vulnerability

CVE-2026-43365 is a denial of service flaw in the Linux Kernel XFS filesystem that causes corrupt logs and unmountable filesystems on disks with 4k physical sectors. This article covers technical details, impact, and mitigation.

Published: May 18, 2026

CVE-2026-43365 Overview

CVE-2026-43365 is a Linux kernel vulnerability in the XFS filesystem driver. The flaw resides in the log roundoff logic, where the incore log roundoff value defaults to 512 bytes when the superblock does not specify a log stripe unit. On disks with 4K physical sectors, this undersized value produces corrupt logs and unmountable filesystems. Affected systems trigger torn write (CRC failure) errors during log recovery, resulting in mount failures with error -74. The issue affects Linux kernel versions including 7.0 release candidates rc1, rc2, and rc3. Crafted or fuzzed on-disk superblocks can deliberately trigger the condition, escalating the impact beyond accidental mkfs misconfiguration.

Critical Impact

Filesystem corruption and denial of service through unmountable XFS volumes, with potential for limited integrity impact via crafted on-disk metadata.

Affected Products

  • Linux Kernel (multiple stable branches)
  • Linux Kernel 7.0-rc1
  • Linux Kernel 7.0-rc2 and 7.0-rc3

Discovery Timeline

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

Technical Details for CVE-2026-43365

Vulnerability Analysis

The vulnerability resides in the XFS log subsystem of the Linux kernel. XFS uses an l_iclog_roundoff value to align in-core log writes. When the superblock lacks a log stripe unit (sunit=0), the kernel falls back to a hardcoded 512-byte roundoff. On storage devices with 4K physical sectors and a log sector size of 4096, this 512-byte alignment is smaller than the underlying sector size. The mismatch causes log writes that do not align to physical sector boundaries, producing torn writes during recovery.

The resulting log state fails CRC verification at recovery time. The kernel emits messages such as Torn write (CRC failure) detected at log block and failed to locate log tail, ultimately returning error -74 and refusing to mount the filesystem. Attackers able to supply crafted superblock metadata can deliberately induce these conditions, treating the bug as a corruption primitive against XFS volumes.

Root Cause

The roundoff selection logic in the XFS mount path does not consider the log sector size when the superblock omits a stripe unit. The fallback constant of 512 predates commit a6a65fef5ef8d0 and assumes legacy 512-byte sector geometry. Modern Advanced Format drives with 4K physical sectors require alignment matching the log sector size, not the historical default.

Attack Vector

The issue is reachable through two scenarios. First, mkfs.xfs builds that generate filesystems with sectsz=4096 sunit=0 produce volumes that corrupt themselves on normal use. Second, anyone able to write or fuzz an on-disk XFS superblock can force the kernel into the undersized roundoff path. Mounting such a volume triggers log corruption and denial of service for the affected filesystem.

No verified public exploit code is available for this issue. Technical details are documented in the upstream commits referenced in the Kernel Git Commit 2ecda4b and related stable branch fixes.

Detection Methods for CVE-2026-43365

Indicators of Compromise

  • Kernel log messages containing XFS followed by Torn write (CRC failure) detected at log block during mount.
  • Mount failures returning error -74 with log mount/recovery failed messages in dmesg.
  • XFS volumes reporting sectsz=4096 sunit=0 in xfs_info output on 4K physical-sector disks.

Detection Strategies

  • Audit running kernel versions against the patched commits listed in the kernel.org stable tree references.
  • Inventory XFS volumes using xfs_info and flag any volume with a 4096-byte log sector size and a zero log stripe unit.
  • Correlate kernel ring buffer messages from journalctl -k with filesystem mount events to identify recovery failures.

Monitoring Recommendations

  • Forward kernel logs to a centralized logging platform and alert on XFS CRC failure and log recovery error patterns.
  • Track mount and unmount events on storage hosts, especially after firmware updates or disk replacements on 4K-sector media.
  • Monitor for unexpected use of xfs_db or other low-level filesystem tools that can modify superblock fields.

How to Mitigate CVE-2026-43365

Immediate Actions Required

  • Apply the upstream kernel patches from the stable tree commits referenced in the advisory and reboot affected hosts.
  • Avoid mounting untrusted XFS images, especially those originating from external or unverified sources.
  • Verify that mkfs.xfs on build systems is not producing filesystems with sectsz=4096 sunit=0 on 4K-sector media.

Patch Information

Fixes are available across multiple stable branches. Refer to the upstream commits: Kernel Git Commit 41e91df, Kernel Git Commit 446a1f5, Kernel Git Commit 52a8a1b, Kernel Git Commit 5afae52, Kernel Git Commit 5e71484, and Kernel Git Commit e88ce9f0. Distribution vendors are shipping backports through their normal update channels.

Workarounds

  • Recreate affected filesystems with mkfs.xfs using an explicit log stripe unit matching the underlying sector size.
  • Restrict the ability to attach or mount arbitrary block devices to privileged administrators only.
  • Use read-only mounts for forensic analysis of suspect XFS images until the host kernel is patched.
bash
# Verify XFS log geometry and inspect kernel for the fix
sudo xfs_info /dev/sda1 | grep -E 'sectsz|sunit'
uname -r
dmesg | grep -i 'XFS.*CRC failure'

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

  • SeverityHIGH

  • CVSS Score8.2

  • EPSS Probability0.07%

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

  • Kernel Git Commit 41e91df

  • Kernel Git Commit 446a1f5

  • Kernel Git Commit 52a8a1b

  • Kernel Git Commit 5afae52

  • Kernel Git Commit 5e71484

  • Kernel Git Commit e88ce9f0
  • Related CVEs
  • 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

  • CVE-2026-43331: Linux Kernel 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