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-2025-26467

CVE-2025-26467: Apache Cassandra Privilege Escalation Flaw

CVE-2025-26467 is a privilege escalation vulnerability in Apache Cassandra 4.0.16 that allows users with MODIFY permission to gain superuser access. This article covers technical details, affected versions, and mitigation.

Published: May 26, 2026

CVE-2025-26467 Overview

CVE-2025-26467 is a privilege escalation vulnerability in Apache Cassandra 4.0.16. A user holding MODIFY permission ON ALL KEYSPACES can escalate to superuser privileges within a targeted Cassandra cluster by performing unsafe actions against a system resource. The flaw exists because the fix for CVE-2025-23015 was incorrectly applied to the 4.0.16 release, leaving that version exposed. The vulnerability is classified under [CWE-267] (Privilege Defined With Unsafe Actions) and carries a CVSS score of 8.8.

Critical Impact

An authenticated low-privilege Cassandra user with broad MODIFY rights can obtain superuser control over the cluster, compromising confidentiality, integrity, and availability of all stored data.

Affected Products

  • Apache Cassandra 4.0.16
  • Apache Cassandra 3.0.30, 3.11.17, 4.1.7, and 5.0.2 (covered separately by CVE-2025-23015)
  • Clusters granting data MODIFY permission on all keyspaces to non-administrative users

Discovery Timeline

  • 2025-08-25 - CVE-2025-26467 published to NVD
  • 2025-08-26 - Last updated in NVD database

Technical Details for CVE-2025-26467

Vulnerability Analysis

The vulnerability arises from Cassandra's permission model around system resources. When an operator grants MODIFY ON ALL KEYSPACES to a role, that grant unintentionally extends to internal system keyspaces that store authentication and authorization metadata. An attacker holding this permission can modify entries that govern role membership and privileges, including the superuser flag.

Apache addressed this class of issue in CVE-2025-23015 across multiple release branches. However, the patch was applied incorrectly in version 4.0.16, leaving the 4.0 series exposed. Cassandra 4.0.17 contains the corrected fix.

Exploitation requires network access to the Cassandra cluster and valid credentials with MODIFY permission on all keyspaces. No user interaction is required, and the attacker fully compromises confidentiality, integrity, and availability of the database.

Root Cause

The root cause is improper enforcement of permission scope on system tables. Granting MODIFY ALL KEYSPACES should not implicitly authorize writes against internal authorization tables, but in Cassandra 4.0.16 the access control check fails to exclude system resources whose modification leads to privilege change. This matches the [CWE-267] pattern, where a privilege is defined to permit actions whose security implications exceed the intended scope.

Attack Vector

An authenticated attacker connects to the Cassandra cluster over its native protocol using credentials with MODIFY ON ALL KEYSPACES. The attacker issues Cassandra Query Language (CQL) statements that alter rows in system authorization keyspaces. By updating role metadata, the attacker grants their own account superuser status. The attacker then performs any administrative action, including reading, modifying, or deleting any data in any keyspace.

The vulnerability mechanism is documented in the Apache project advisory. See the Apache Mailing List Thread for the official disclosure and remediation guidance.

Detection Methods for CVE-2025-26467

Indicators of Compromise

  • Unexpected changes to roles, role memberships, or the is_superuser attribute in system authorization tables
  • CQL statements from non-administrative users targeting system_auth or other internal keyspaces
  • New or modified superuser accounts appearing in system_auth.roles without an authorized administrative change
  • Authentication events from accounts that recently gained elevated privileges followed by bulk data access

Detection Strategies

  • Audit Cassandra logs for ALTER ROLE, GRANT, and UPDATE statements issued by accounts that should not modify role data
  • Review which roles currently hold MODIFY ON ALL KEYSPACES and treat each as a potential privilege escalation path on 4.0.16
  • Correlate CQL audit events with privilege changes to identify unauthorized escalation sequences
  • Validate the running Cassandra version across all nodes and flag any node still on 4.0.16

Monitoring Recommendations

  • Enable Cassandra audit logging and forward events to a centralized analytics platform for retention and search
  • Alert on any write activity directed at system_auth keyspace from non-administrative principals
  • Track changes to the superuser population in system_auth.roles on a continuous basis
  • Monitor for anomalous query patterns from service accounts granted broad keyspace permissions

How to Mitigate CVE-2025-26467

Immediate Actions Required

  • Upgrade Apache Cassandra 4.0.16 deployments to version 4.0.17, which contains the corrected fix
  • Inventory all roles granted MODIFY ON ALL KEYSPACES and revoke the permission where not strictly required
  • Audit system_auth.roles for unexpected superuser accounts and remove any that cannot be attributed to authorized changes
  • Rotate credentials for any account that may have exercised elevated access while running 4.0.16

Patch Information

Apache Cassandra 4.0.17 fixes CVE-2025-26467 by correctly applying the access control logic introduced for CVE-2025-23015. Users running 3.0, 3.11, 4.1, or 5.0 series should follow the remediation guidance published for CVE-2025-23015. Patch details and download links are available in the Apache Mailing List Thread.

Workarounds

  • Restrict the granting of MODIFY ON ALL KEYSPACES to administrative roles only; use keyspace-scoped grants for application service accounts
  • Enforce least privilege by issuing MODIFY permissions only on specific keyspaces required by each role
  • Enable and review CQL audit logging so unauthorized writes against authorization tables generate alerts
  • Isolate Cassandra cluster network access so only trusted application hosts can authenticate to the cluster
bash
# Review roles with broad MODIFY permission and revoke where unnecessary
cqlsh> LIST ALL PERMISSIONS OF '<role_name>';
cqlsh> REVOKE MODIFY ON ALL KEYSPACES FROM '<role_name>';
cqlsh> GRANT MODIFY ON KEYSPACE <specific_keyspace> TO '<role_name>';

# Identify superuser accounts for review
cqlsh> SELECT role, is_superuser FROM system_auth.roles;

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

  • Vulnerability Details
  • TypePrivilege Escalation

  • Vendor/TechApache Cassandra

  • SeverityHIGH

  • CVSS Score8.8

  • EPSS Probability0.08%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-267
  • Vendor Resources
  • Apache Mailing List Thread
  • Related CVEs
  • CVE-2026-27314: Apache Cassandra Privilege Escalation Flaw

  • CVE-2025-23015: Apache Cassandra Privilege Escalation

  • CVE-2025-26511: Cassandra-Lucene-Index Privilege Escalation

  • CVE-2026-32588: Apache Cassandra 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