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

CVE-2026-3130: Devolutions Server Auth Bypass Vulnerability

CVE-2026-3130 is an authentication bypass flaw in Devolutions Server that allows authenticated attackers to bypass access controls and delete checked-out PAM accounts. This article covers technical details, affected versions, impact, and mitigation strategies.

Published: March 6, 2026

CVE-2026-3130 Overview

CVE-2026-3130 is a critical vulnerability in Devolutions Server 2025.3.15 and earlier versions that allows an authenticated attacker with delete permissions to bypass behavioral controls and delete Privileged Access Management (PAM) accounts that are currently checked out by other users. The attack is executed by selecting the checked-out account alongside at least one non-checked-out account and performing a bulk deletion operation, effectively circumventing the security mechanisms designed to protect active sessions.

Critical Impact

An authenticated attacker can delete PAM accounts that are actively in use, potentially disrupting privileged access workflows, causing data loss, and compromising the integrity of the credential management system.

Affected Products

  • Devolutions Server versions 2025.3.15 and earlier
  • Devolutions Server PAM module with bulk deletion functionality
  • All Devolutions Server deployments with delete permissions assigned to users

Discovery Timeline

  • 2026-03-03 - CVE CVE-2026-3130 published to NVD
  • 2026-03-04 - Last updated in NVD database

Technical Details for CVE-2026-3130

Vulnerability Analysis

This vulnerability falls under CWE-841: Improper Enforcement of Behavioral Workflow. The core issue lies in how Devolutions Server handles bulk deletion operations for PAM accounts. While the system correctly enforces behavioral controls when a single checked-out account is selected for deletion, these protections are improperly bypassed when the deletion request includes multiple accounts with mixed checkout states.

The vulnerability is network-accessible and requires no user interaction to exploit. An authenticated attacker with delete permissions can leverage this flaw to remove PAM accounts that are actively being used by other administrators or automated processes, potentially causing significant operational disruption.

Root Cause

The root cause is improper validation logic in the bulk deletion handler. When processing a deletion request containing multiple PAM accounts, the system fails to properly evaluate the checkout status of each individual account. Instead, the behavioral control that prevents deletion of checked-out accounts appears to be either bypassed entirely during bulk operations or only applied to the first account in the selection. This allows the deletion to proceed for all selected accounts, regardless of their individual checkout state.

Attack Vector

The attack requires an authenticated user with delete permissions on PAM accounts within Devolutions Server. The attacker identifies a target PAM account that is currently checked out (in active use), then selects this account along with at least one additional account that is not checked out. By initiating a bulk deletion operation on this mixed selection, the attacker bypasses the behavioral controls and successfully deletes the checked-out account that would otherwise be protected.

This attack could be used to disrupt privileged access workflows, force credential rotation at inopportune times, or as part of a larger attack chain to deny access to critical systems managed through the PAM solution.

Detection Methods for CVE-2026-3130

Indicators of Compromise

  • Unexpected deletion of PAM accounts, particularly those that were actively checked out
  • Bulk deletion events in Devolutions Server audit logs involving mixed account states
  • User complaints about PAM accounts disappearing during active sessions
  • Anomalous deletion patterns from users who don't typically perform bulk operations

Detection Strategies

  • Monitor Devolutions Server audit logs for bulk deletion operations targeting PAM accounts
  • Implement alerting for deletion of accounts that were in a checked-out state
  • Review user activity logs for unusual bulk operations, especially during off-hours
  • Correlate PAM account deletions with checkout/check-in events to identify suspicious patterns

Monitoring Recommendations

  • Enable verbose logging for all PAM account management operations in Devolutions Server
  • Configure SIEM integration to capture and analyze Devolutions Server events
  • Set up real-time alerts for any deletion operations affecting checked-out PAM accounts
  • Implement periodic audits of user permissions, focusing on delete capabilities

How to Mitigate CVE-2026-3130

Immediate Actions Required

  • Update Devolutions Server to a version newer than 2025.3.15 as soon as a patch is available
  • Review and restrict delete permissions to only essential administrative accounts
  • Audit recent bulk deletion operations in the environment for potential exploitation
  • Consider temporarily disabling bulk deletion functionality until patched

Patch Information

Devolutions has published a security advisory addressing this vulnerability. Refer to Devolutions Security Advisory DEVO-2026-0005 for official patch information and updated software versions. Organizations should prioritize applying the vendor-recommended update to address this critical vulnerability.

Workarounds

  • Restrict delete permissions to a minimal set of highly trusted administrators
  • Implement approval workflows requiring secondary authorization for bulk deletion operations
  • Monitor and alert on all deletion activities targeting PAM accounts
  • Consider disabling bulk deletion functionality through configuration or policy until the patch is applied
  • Implement network segmentation to limit access to Devolutions Server management interfaces

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechDevolutions Server

  • SeverityCRITICAL

  • CVSS Score9.8

  • EPSS Probability0.02%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-841
  • Vendor Resources
  • Devolutions Security Advisory
  • Related CVEs
  • CVE-2026-5175: Devolutions Server Auth Bypass Vulnerability

  • CVE-2026-4925: Devolutions Server MFA Bypass Vulnerability

  • CVE-2026-4924: Devolutions Server 2FA Bypass Vulnerability

  • CVE-2026-4828: Devolutions Server MFA Bypass 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