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

CVE-2025-66170: Apache CloudStack Auth Bypass Vulnerability

CVE-2025-66170 is an authorization bypass flaw in Apache CloudStack's Backup plugin that allows authenticated users to list backups from any account. This article covers the technical details, affected versions, and mitigation.

Published: May 18, 2026

CVE-2025-66170 Overview

CVE-2025-66170 is an improper authorization vulnerability [CWE-863] in the Apache CloudStack Backup plugin. The flaw affects CloudStack versions 4.21.0.0 and 4.22.0.0 when the Backup plugin is enabled. Any authenticated user with access to specific Backup APIs can enumerate backups belonging to any account in the environment. The vulnerability exposes backup metadata across tenant boundaries but does not disclose the contents of the backups themselves. Apache addressed the issue in CloudStack 4.22.0.1.

Critical Impact

Authenticated users in multi-tenant CloudStack environments can list backups from accounts they should not have visibility into, breaking tenant isolation guarantees.

Affected Products

  • Apache CloudStack 4.21.0.0
  • Apache CloudStack 4.22.0.0
  • Deployments with the Backup plugin enabled

Discovery Timeline

  • 2026-05-08 - CVE-2025-66170 published to NVD
  • 2026-05-11 - Last updated in NVD database

Technical Details for CVE-2025-66170

Vulnerability Analysis

The Apache CloudStack Backup plugin enforces insufficient authorization checks on specific backup listing APIs. The affected endpoints fail to validate whether the requesting account owns the backups returned in the response. As a result, any authenticated user permitted to call the affected APIs receives a list of backups across all accounts in the deployment.

The disclosure is limited to backup metadata such as identifiers, names, and ownership references. The contents of the backups remain protected by storage-layer access controls. The flaw still violates tenant isolation expectations in shared CloudStack deployments and exposes reconnaissance data useful for targeted follow-on attacks.

This condition falls under CWE-863: Incorrect Authorization. The vulnerability requires valid credentials but no user interaction, and the attack is delivered over the network through the CloudStack management API.

Root Cause

The Backup plugin's API handlers do not scope query results by the caller's account or domain. Authorization logic verifies that the caller can invoke the API but omits per-resource ownership filtering on the returned backup records. This pattern is a classic broken object-level authorization (BOLA) defect.

Attack Vector

An attacker authenticates to CloudStack with any low-privileged account that has access to the affected Backup plugin APIs. The attacker then calls the vulnerable listing API and receives backup records belonging to other tenants. No exploit code is required beyond a normal API client. See the Apache Security Mailing List Thread and the Openwall OSS Security Discussion for vendor-provided details.

Detection Methods for CVE-2025-66170

Indicators of Compromise

  • API access log entries showing repeated calls to Backup plugin listing endpoints from a single authenticated user across short time windows.
  • Backup listing API responses that return records associated with account IDs the caller does not own.
  • Unexpected enumeration patterns from non-administrative service or user accounts.

Detection Strategies

  • Audit CloudStack management server access logs for backup-related API calls and correlate caller account IDs against returned resource ownership.
  • Compare response volumes for backup listing APIs against historical baselines per user to identify reconnaissance behavior.
  • Review role and API permission assignments to identify users with access to Backup plugin endpoints in 4.21.0.0 and 4.22.0.0 deployments.

Monitoring Recommendations

  • Forward CloudStack management server logs to a centralized logging or SIEM platform and alert on anomalous backup API usage.
  • Track authentication events for accounts that begin invoking Backup APIs they have not previously used.
  • Monitor for privilege or role changes that grant non-administrative users access to backup listing functionality.

How to Mitigate CVE-2025-66170

Immediate Actions Required

  • Upgrade Apache CloudStack to version 4.22.0.1 or later, which contains the authorization fix.
  • Inventory all CloudStack management servers running 4.21.0.0 or 4.22.0.0 and confirm whether the Backup plugin is enabled.
  • Review user and role assignments to restrict access to Backup plugin APIs to accounts that require them.

Patch Information

Apache CloudStack 4.22.0.1 resolves the improper authorization logic in the Backup plugin. Operators should follow the standard CloudStack management server upgrade procedure and validate plugin functionality after the upgrade. Refer to the Apache Security Mailing List Thread for the official advisory.

Workarounds

  • Disable the Backup plugin in affected deployments until the upgrade to 4.22.0.1 is completed, if backup functionality is not in active use.
  • Restrict Backup plugin API access through CloudStack role definitions so that only trusted administrative accounts can invoke the affected endpoints.
  • Place the CloudStack management API behind network controls that limit access to known administrative sources.

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechApache Cloudstack

  • SeverityMEDIUM

  • CVSS Score6.5

  • EPSS Probability0.02%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-863
  • Technical References
  • Apache Security Mailing List Thread

  • Openwall OSS Security Discussion
  • Related CVEs
  • CVE-2025-66171: Apache CloudStack Auth Bypass Vulnerability

  • CVE-2025-66172: Apache CloudStack Auth Bypass Vulnerability

  • CVE-2025-66467: Apache CloudStack Auth Bypass Vulnerability

  • CVE-2026-25199: Apache CloudStack Auth Bypass 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