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

CVE-2026-46024: Linux Kernel Privilege Escalation Flaw

CVE-2026-46024 is a privilege escalation vulnerability in the Linux kernel's libceph component that could allow unauthorized access. This article covers technical details, affected versions, impact, and mitigation.

Published: May 28, 2026

CVE-2026-46024 Overview

CVE-2026-46024 is a null pointer dereference vulnerability in the Linux kernel's libceph subsystem. The flaw resides in the ceph_handle_auth_reply() function, which processes messages of type CEPH_MSG_AUTH_REPLY from Ceph cluster peers. When a reply message contains zero values for both the protocol and result fields, the kernel fails to treat the condition as an error. This results in ac->protocol being set to 0 and ac->ops being set to NULL, after which ac->ops->handle_reply() is invoked, triggering a null pointer dereference.

Critical Impact

A malformed authentication reply from a Ceph peer can crash the kernel through a null pointer dereference in libceph, resulting in denial of service on systems mounting Ceph filesystems or using RBD block devices.

Affected Products

  • Linux kernel versions containing the vulnerable libceph authentication handling code
  • Systems using libceph for CephFS, RBD, or RADOS client functionality
  • Distributions shipping unpatched stable kernels referenced in the upstream commits

Discovery Timeline

  • 2026-05-27 - CVE-2026-46024 published to NVD
  • 2026-05-27 - Last updated in NVD database

Technical Details for CVE-2026-46024

Vulnerability Analysis

The vulnerability exists in the ceph_handle_auth_reply() function within the Linux kernel's libceph module. This function processes CEPH_MSG_AUTH_REPLY messages exchanged during authentication negotiation between a Ceph client and monitor. The logic does not validate the case where both the protocol and result fields in the reply are zero.

When ac->negotiating is true and ac->protocol holds a positive value, processing a zero-protocol reply causes ac->protocol to be reset to 0 and ac->ops to be cleared to NULL. The subsequent equality check ac->protocol != protocol evaluates to false because both sides are now zero, bypassing the call to init_protocol(). Execution then proceeds to dereference ac->ops->handle_reply(), which crashes the kernel.

Root Cause

The root cause is improper input validation [CWE-476] of the protocol field in authentication replies. The original comparison ac->protocol != protocol does not detect the case where the protocol field is zero, leaving a code path that operates on a NULL operations pointer. The upstream fix replaces the comparison with !ac->protocol, which forces zero-protocol replies to be treated as containing a bad authentication protocol.

Attack Vector

Exploitation requires the ability to deliver a crafted CEPH_MSG_AUTH_REPLY message to a vulnerable client. A malicious or compromised Ceph monitor, or an attacker positioned in the network path between a client and monitor without proper transport security, can send a message with both protocol and result set to zero. The resulting null pointer dereference crashes the client kernel, producing a denial of service condition. Refer to the upstream commits for technical details of the patched code path.

Detection Methods for CVE-2026-46024

Indicators of Compromise

  • Kernel oops or panic messages referencing ceph_handle_auth_reply or libceph in the call stack
  • Unexpected client disconnects from Ceph monitors followed by kernel crash dumps
  • CEPH_MSG_AUTH_REPLY packets observed with both protocol and result fields set to zero in network captures

Detection Strategies

  • Inspect kernel crash dumps and dmesg output for null pointer dereference traces inside libceph authentication functions
  • Monitor Ceph client logs for repeated authentication failures or abrupt session terminations preceding host reboots
  • Audit installed kernel package versions against the upstream stable commits listed in the vendor advisories

Monitoring Recommendations

  • Enable persistent kernel crash collection via kdump on hosts mounting CephFS or consuming RBD volumes
  • Track Ceph monitor connectivity events and correlate client-side reboots with auth negotiation activity
  • Restrict and log network paths between Ceph clients and monitors to detect unauthorized peers injecting traffic

How to Mitigate CVE-2026-46024

Immediate Actions Required

  • Apply the upstream stable kernel patches that change the protocol check in ceph_handle_auth_reply() to !ac->protocol
  • Update affected Linux distributions to kernel versions that include the referenced fix commits
  • Restrict Ceph monitor access to trusted networks and authenticated peers only

Patch Information

The upstream fix is available in the Linux kernel stable tree across multiple branches. See the patch commits: 016bc663657366d386993f63eb31072eb45a2b77, 4b2738b93edad661178340239de657d876b73d3d, 5199c125d25aeae8615c4fc31652cc0fe624338e, 8f2be7285941a33a9f72579a23b96392f83c758e, and 927e4bd5692f2a4901808822981fb2c8d4456548.

Workarounds

  • Unmount CephFS and disconnect RBD clients on hosts that cannot be patched immediately
  • Enforce cephx authentication and ms_mode=secure transport to prevent untrusted peers from injecting auth replies
  • Use network segmentation and firewall rules to limit which hosts can communicate with Ceph monitor ports
bash
# Verify the running kernel version and check for the libceph module
uname -r
modinfo libceph | grep -E 'version|filename'

# Temporarily prevent automatic CephFS mounts until kernel is patched
sudo systemctl mask ceph-client.target

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

  • Vulnerability Details
  • TypePrivilege Escalation

  • Vendor/TechLinux Kernel

  • SeverityNONE

  • CVSS ScoreN/A

  • Known ExploitedNo
  • Impact Assessment
  • ConfidentialityNone
  • IntegrityNone
  • AvailabilityNone
  • Technical References
  • Kernel Git Commit Update 1

  • Kernel Git Commit Update 2

  • Kernel Git Commit Update 3

  • Kernel Git Commit Update 4

  • Kernel Git Commit Update 5
  • Related CVEs
  • CVE-2026-46228: Linux Kernel Privilege Escalation Flaw

  • CVE-2026-46226: Linux Kernel SPI Privilege Escalation

  • CVE-2026-46225: Linux Kernel RSPI Privilege Escalation

  • CVE-2026-46205: Linux Kernel Privilege Escalation Flaw
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