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

CVE-2025-23015: Apache Cassandra Privilege Escalation

CVE-2025-23015 is a privilege escalation vulnerability in Apache Cassandra allowing users with MODIFY permissions to gain superuser access. This article covers technical details, affected versions, and mitigation.

Updated: January 22, 2026

CVE-2025-23015 Overview

CVE-2025-23015 is a Privilege Escalation vulnerability affecting Apache Cassandra, a widely-deployed distributed NoSQL database. The vulnerability exists due to privilege definitions with unsafe actions, allowing a user with MODIFY permission ON ALL KEYSPACES to escalate their privileges to superuser status within a targeted Cassandra cluster via unsafe actions to a system resource.

This flaw is classified under CWE-267 (Privilege Defined With Unsafe Actions), indicating that the authorization mechanism grants certain permissions that can be abused to perform actions beyond the intended scope.

Critical Impact

Users with data MODIFY permissions on all keyspaces can escalate to superuser privileges, potentially gaining complete administrative control over the Cassandra cluster including access to all data, configuration changes, and the ability to compromise cluster integrity.

Affected Products

  • Apache Cassandra through version 3.0.30
  • Apache Cassandra through version 3.11.17
  • Apache Cassandra through version 4.0.15
  • Apache Cassandra through version 4.1.7
  • Apache Cassandra through version 5.0.2

Discovery Timeline

  • February 4, 2025 - CVE-2025-23015 published to NVD
  • July 14, 2025 - Last updated in NVD database

Technical Details for CVE-2025-23015

Vulnerability Analysis

The vulnerability stems from how Apache Cassandra defines and enforces privileges related to MODIFY operations on keyspaces. When a user is granted MODIFY permission ON ALL KEYSPACES, the permission scope inadvertently extends to system resources that should be protected.

The core issue is that the privilege model does not adequately distinguish between user data keyspaces and critical system keyspaces. This design oversight allows authenticated users with seemingly limited data modification rights to interact with internal system tables in ways that enable privilege escalation.

The attack can be executed over the network by any authenticated user who has been granted MODIFY permissions on all keyspaces, which is a common configuration in many Cassandra deployments where operators grant broad permissions for operational convenience.

Root Cause

The root cause is a privilege boundary violation in Apache Cassandra's authorization framework. The MODIFY permission, when granted at the ALL KEYSPACES scope, does not properly exclude system-level resources from its scope. This allows users to perform unsafe actions against system tables that control user roles and permissions, ultimately enabling escalation to superuser status.

The authorization check fails to enforce a clear separation between user data operations and administrative operations on system keyspaces, violating the principle of least privilege.

Attack Vector

An attacker with valid credentials and MODIFY permission ON ALL KEYSPACES can exploit this vulnerability by:

  1. Authenticating to the Cassandra cluster with their existing credentials
  2. Identifying system keyspaces and tables that control role/permission assignments
  3. Using their MODIFY permissions to alter system resource entries
  4. Escalating their own privileges to superuser level
  5. Gaining complete administrative control over the Cassandra cluster

The vulnerability requires network access to the Cassandra cluster and valid authentication credentials with MODIFY permissions on all keyspaces. The exploitation does not require user interaction and the attack complexity is low once the prerequisites are met.

Detection Methods for CVE-2025-23015

Indicators of Compromise

  • Unexpected modifications to system keyspaces, particularly system_auth tables
  • User accounts suddenly gaining superuser privileges without administrative action
  • Audit log entries showing MODIFY operations against system tables from non-administrative users
  • Unusual CQL queries targeting system keyspace tables from users with limited intended permissions

Detection Strategies

  • Enable and monitor Cassandra audit logging for all operations against system keyspaces
  • Implement alerting for any permission changes or role modifications in the system_auth keyspace
  • Review access control lists to identify users with MODIFY ON ALL KEYSPACES permissions
  • Deploy database activity monitoring solutions to detect anomalous modification patterns

Monitoring Recommendations

  • Configure Cassandra audit logging to capture all authentication and authorization events
  • Set up automated alerts for privilege escalation patterns and superuser role assignments
  • Regularly audit user permissions to identify overly broad MODIFY grants
  • Monitor for queries targeting system_auth.roles and system_auth.role_permissions tables

How to Mitigate CVE-2025-23015

Immediate Actions Required

  • Review all user accounts with MODIFY permission ON ALL KEYSPACES immediately
  • Audit the system_auth keyspace for unauthorized modifications to roles and permissions
  • Restrict MODIFY permissions to specific keyspaces rather than ALL KEYSPACES where possible
  • Implement network segmentation to limit access to Cassandra cluster nodes
  • Enable audit logging if not already configured to track permission-related activities

Patch Information

Apache has released patched versions that address this privilege escalation vulnerability. Organizations should upgrade to the following fixed versions:

  • Version 3.0.31 (fixes versions through 3.0.30)
  • Version 3.11.18 (fixes versions through 3.11.17)
  • Version 4.0.16 (fixes versions through 4.0.15)
  • Version 4.1.8 (fixes versions through 4.1.7)
  • Version 5.0.3 (fixes versions through 5.0.2)

For detailed patch information, refer to the Apache Mailing List Thread and the NetApp Security Advisory.

Workarounds

  • Remove MODIFY ON ALL KEYSPACES grants and replace with explicit grants on specific user keyspaces
  • Implement additional authorization controls using Cassandra's role-based access control (RBAC)
  • Deploy network-level access controls to restrict who can connect to Cassandra nodes
  • Consider implementing a proxy layer that filters and validates CQL commands before execution
  • Regularly audit and rotate credentials for accounts with elevated permissions
bash
# Review users with MODIFY ON ALL KEYSPACES
# Run this CQL query to list role permissions
cqlsh -e "SELECT * FROM system_auth.role_permissions WHERE resource = 'data';"

# Revoke overly broad permissions (example)
# REVOKE MODIFY ON ALL KEYSPACES FROM 'username';

# Grant specific keyspace permissions instead
# GRANT MODIFY ON KEYSPACE user_data TO 'username';

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.26%

  • 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
  • Technical References
  • OpenWall OSS-Security Update

  • OpenWall OSS-Security Update

  • NetApp Security Advisory
  • Vendor Resources
  • Apache Mailing List Thread
  • Related CVEs
  • CVE-2026-27314: Apache Cassandra Privilege Escalation Flaw

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

  • CVE-2026-32588: Apache Cassandra DoS Vulnerability

  • CVE-2026-27315: Apache Cassandra Information Disclosure
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