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

CVE-2026-9246: Devolutions Server Auth Bypass Vulnerability

CVE-2026-9246 is an authentication bypass flaw in Devolutions Server that allows authenticated users to access sealed entry documentation and attachments. This article covers technical details, affected versions, and mitigation.

Published: May 28, 2026

CVE-2026-9246 Overview

CVE-2026-9246 is an improper access control vulnerability [CWE-862] in Devolutions Server. The flaw resides in the entry documentation and attachment features. An authenticated user with vault read access can retrieve documentation and attachments belonging to sealed entries by issuing a crafted API request. Sealed entries are intended to restrict access to sensitive content even from users who can browse the vault, so this bypass exposes confidential reference material that administrators expected to remain protected.

Critical Impact

Authenticated users with vault read permissions can exfiltrate documentation and attachments from sealed entries, undermining the confidentiality control that sealing is designed to enforce.

Affected Products

  • Devolutions Server 2026.1.6.0 through 2026.1.16.0
  • Devolutions Server 2025.3.20.0 and earlier
  • Devolutions Server (all builds prior to the fixed release)

Discovery Timeline

  • 2026-05-22 - CVE-2026-9246 published to the National Vulnerability Database (NVD)
  • 2026-05-22 - Devolutions published advisory DEVO-2026-0013
  • 2026-05-22 - Last updated in NVD database

Technical Details for CVE-2026-9246

Vulnerability Analysis

Devolutions Server implements a sealing mechanism that restricts visibility of sensitive entry content even when a user has general read access to the containing vault. The server enforces this restriction at the primary entry retrieval path. However, the API endpoints that serve entry documentation and attachments do not consistently re-check the sealed state before returning data.

An authenticated user with vault read access can therefore call the documentation or attachment endpoints directly using a known entry identifier. The response includes the protected content that would otherwise be blocked by the sealed entry control. The weakness aligns with CWE-862: Missing Authorization.

Root Cause

The root cause is missing authorization logic in the documentation and attachment retrieval code paths. The sealed-entry check is enforced on the main entry object but is not propagated to its associated child resources. As a result, authorization decisions rely on vault-level permissions alone rather than on the per-entry sealed state.

Attack Vector

Exploitation requires network access to the Devolutions Server API and valid credentials with at least read access to a vault containing sealed entries. The attacker enumerates or guesses an entry identifier and submits a crafted API request to the documentation or attachment endpoint. No user interaction or elevated privileges are required. The impact is limited to disclosure and modification of protected reference content; credential material handled by other entry types is not in scope of this advisory.

No public proof-of-concept exploit code is available. Refer to the Devolutions Security Advisory DEVO-2026-0013 for vendor technical details.

Detection Methods for CVE-2026-9246

Indicators of Compromise

  • API access log entries showing requests to documentation or attachment endpoints from accounts that do not normally interact with sealed entries.
  • Repeated enumeration of entry identifiers by a single authenticated session within a short time window.
  • Successful HTTP 200 responses from documentation or attachment endpoints referencing entries flagged as sealed in the database.

Detection Strategies

  • Review Devolutions Server audit logs for GetDocumentation and GetAttachment operations targeting sealed entries.
  • Correlate user identity with vault membership to identify accounts retrieving content from entries they did not author or normally access.
  • Baseline normal attachment retrieval volume per user and alert on statistical outliers.

Monitoring Recommendations

  • Forward Devolutions Server audit and application logs to a centralized log platform for retention and analysis.
  • Create alerts on bulk attachment downloads or sequential entry ID access patterns.
  • Periodically reconcile sealed-entry access reports against the list of users authorized to view that content.

How to Mitigate CVE-2026-9246

Immediate Actions Required

  • Upgrade Devolutions Server to a fixed release as listed in advisory DEVO-2026-0013.
  • Review audit logs for the period preceding the upgrade to identify any unauthorized retrieval of sealed entry documentation or attachments.
  • Rotate or invalidate any sensitive information that may have been exposed through sealed entry documentation or attachments.

Patch Information

Devolutions has published advisory DEVO-2026-0013 describing the fix. Administrators running Devolutions Server 2026.1.6.0 through 2026.1.16.0 or 2025.3.20.0 and earlier must update to a corrected build. Verify the running version through the administration console after the upgrade completes.

Workarounds

  • Restrict vault read access to the minimum set of users that require it until the patch is deployed.
  • Temporarily relocate highly sensitive documentation and attachments out of sealed entries on vulnerable servers.
  • Increase audit logging verbosity and review access to sealed entries on a daily basis during the remediation window.
bash
# Verify the installed Devolutions Server version on Windows
Get-ItemProperty "HKLM:\SOFTWARE\Devolutions\Devolutions Server" | Select-Object Version

# Review IIS logs for requests to documentation/attachment API endpoints
Select-String -Path "C:\inetpub\logs\LogFiles\W3SVC*\*.log" `
    -Pattern "/api/.*(documentation|attachment)"

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

  • SeverityMEDIUM

  • CVSS Score4.3

  • EPSS Probability0.03%

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

  • CVE-2026-9248: Devolutions Server Auth Bypass Flaw

  • CVE-2026-9249: Devolutions Server Auth Bypass Vulnerability

  • CVE-2026-9224: Devolutions Server 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