Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
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-23136

CVE-2026-23136: Linux Kernel Sparse-Read DOS Vulnerability

CVE-2026-23136 is a denial of service flaw in Linux kernel's libceph component that can cause system loops due to improper sparse-read state handling. This article covers technical details, affected versions, and mitigation.

Published: February 20, 2026

CVE-2026-23136 Overview

A vulnerability has been identified in the Linux kernel's libceph component where the sparse-read state machine fails to reset properly when a connection fault occurs. When an OSD (Object Storage Daemon) connection experiences a fault, the connection is abandoned and reestablished with pending operations being retried. However, the sparse-read state tracking mechanism operates largely independently of the messenger's connection state. This design flaw means that if a connection is lost mid-payload or the sparse-read state machine encounters an error, the state is not properly reset, causing the OSD client to misinterpret new reply data as a continuation of previous incomplete operations.

Critical Impact

Systems using Ceph storage with the Linux kernel may experience persistent denial of service conditions due to the sparse-read state machine entering an unrecoverable failure loop after connection faults.

Affected Products

  • Linux Kernel (versions with libceph sparse-read functionality)
  • Systems using Ceph distributed storage
  • CephFS clients utilizing the affected kernel versions

Discovery Timeline

  • 2026-02-14 - CVE CVE-2026-23136 published to NVD
  • 2026-02-18 - Last updated in NVD database

Technical Details for CVE-2026-23136

Vulnerability Analysis

The vulnerability resides in the libceph subsystem of the Linux kernel, specifically in how the OSD client tracks the progress of sparse-read reply operations. The OSD client maintains a separate state machine for sparse-read operations that functions independently from the underlying messenger connection state. This architectural separation creates a synchronization gap that becomes problematic during fault recovery scenarios.

When a connection fault occurs, the messenger properly handles reconnection and operation retry logic. However, the sparse-read state machine retains its previous state, including any partial data tracking or error conditions from the interrupted operation. When the retried operation receives a fresh reply from the OSD, the state machine incorrectly interprets this new data as a continuation of the previous incomplete transmission.

This state corruption manifests in observable error conditions where the reported data length does not match the expected extent length, leading to socket errors. The kernel logs will show repeating messages indicating a mismatch between data length and extent values, followed by socket read errors, creating an infinite loop that prevents recovery.

Root Cause

The root cause is the lack of state reset logic in the osd_fault() function for the sparse-read state machine. When a fault handler is invoked to process a connection failure, it properly reinitializes connection-level state but neglects to reset the operation-specific sparse-read tracking state. This oversight allows stale state information to persist across connection recovery cycles, corrupting the interpretation of subsequent legitimate responses.

Attack Vector

This vulnerability is triggered by network conditions that cause OSD connection faults during sparse-read operations. While primarily a reliability issue, an attacker with network-level access could potentially induce connection faults at strategic moments to trigger the vulnerable code path. The attack does not require authentication to the Ceph cluster but does require the ability to disrupt network connectivity between the kernel client and OSD servers.

The vulnerability manifests when:

  1. A sparse-read operation is in progress against a Ceph OSD
  2. The connection experiences a fault mid-payload or encounters a state machine error
  3. The connection is reestablished and operations are retried
  4. The unreset state machine misinterprets the new reply data

The fix involves adding sparse-read state reset logic to the osd_fault() function, ensuring that all retried operations start from a clean state. The kernel commits referenced in the security advisories implement this reset mechanism across multiple stable kernel branches.

Detection Methods for CVE-2026-23136

Indicators of Compromise

  • Kernel log messages showing repeated patterns of libceph: data len X != extent len Y errors
  • Socket error messages on OSD connections such as libceph: osd0 ... socket error on read
  • Ceph client operations experiencing persistent timeouts or hangs
  • System instability during Ceph storage access following network disruptions

Detection Strategies

  • Monitor kernel logs (dmesg or /var/log/kern.log) for the characteristic error loop pattern involving data length mismatches
  • Implement alerting on repeated libceph socket errors occurring in rapid succession
  • Track Ceph client health metrics for anomalous connection fault rates
  • Use system monitoring tools to detect processes blocked on Ceph filesystem operations

Monitoring Recommendations

  • Configure log monitoring to alert on the specific error pattern: data len .* != extent len
  • Establish baseline metrics for OSD connection fault rates and alert on deviations
  • Monitor Ceph client I/O latency for sudden degradation following network events
  • Implement periodic health checks on CephFS mount points to detect hung operations

How to Mitigate CVE-2026-23136

Immediate Actions Required

  • Update the Linux kernel to a patched version that includes the sparse-read state reset fix
  • Monitor systems for signs of the error loop pattern and schedule maintenance reboots if detected
  • Consider temporarily increasing network reliability measures for Ceph client connections
  • Review and apply the kernel commits listed in the external references

Patch Information

The vulnerability has been resolved in multiple Linux kernel stable branches. The fix adds proper state reset logic to the osd_fault() function to ensure sparse-read operations start from a clean state after connection recovery.

The following kernel commits address this vulnerability:

  • Commit 10b7c728
  • Commit 11194b41
  • Commit 90a60fe6
  • Commit e94075e9

Workarounds

  • If immediate patching is not possible, consider remounting CephFS filesystems after detecting the error condition
  • Implement network redundancy to reduce the likelihood of connection faults during sparse-read operations
  • Use client-side timeout configurations to force operation retries that may clear the corrupted state
  • Consider temporarily switching to non-sparse-read operation modes if supported by your Ceph configuration
bash
# Check current kernel version for vulnerable libceph
uname -r

# Monitor for the characteristic error pattern in kernel logs
dmesg | grep -E "data len .* != extent len|libceph.*socket error"

# Force unmount and remount of CephFS if error loop is detected
umount -f /mnt/cephfs
mount -t ceph <mon_addr>:/ /mnt/cephfs -o name=admin,secretfile=/etc/ceph/admin.secret

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

  • SeverityNONE

  • CVSS ScoreN/A

  • EPSS Probability0.02%

  • Known ExploitedNo
  • Impact Assessment
  • ConfidentialityNone
  • IntegrityNone
  • AvailabilityNone
  • Technical References
  • Linux Kernel Commit Change

  • Linux Kernel Commit Change

  • Linux Kernel Commit Change

  • Linux Kernel Commit Change
  • Related CVEs
  • CVE-2026-31465: Linux Kernel Writeback DoS Vulnerability

  • CVE-2026-31472: Linux Kernel IPTFS DoS Vulnerability

  • CVE-2026-31451: Linux Kernel ext4 DOS Vulnerability

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

Experience the World’s Most Advanced Cybersecurity Platform

See how our intelligent, autonomous cybersecurity platform can protect your organization now 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