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-2026-5146

CVE-2026-5146: Devolutions Server Auth Bypass Vulnerability

CVE-2026-5146 is an authentication bypass vulnerability in Devolutions Server that allows unauthenticated attackers to modify or delete notification records. This article covers technical details, affected versions, and steps.

Published: May 17, 2026

CVE-2026-5146 Overview

CVE-2026-5146 is an improper access control vulnerability in Devolutions Server notification management endpoints. The flaw stems from missing session validation, allowing an unauthenticated attacker to modify or delete arbitrary user notification records. The vulnerability is tracked under CWE-862: Missing Authorization.

The issue affects Devolutions Server 2026.1.6.0 through 2026.1.15.0 and 2025.3.19.0 and earlier. Devolutions disclosed the vulnerability in advisory DEVO-2026-0012.

Critical Impact

An unauthenticated network attacker can tamper with or destroy notification records belonging to any user, undermining the integrity of audit and alerting workflows in Devolutions Server deployments.

Affected Products

  • Devolutions Server 2026.1.6.0 through 2026.1.15.0
  • Devolutions Server 2025.3.19.0 and earlier
  • Devolutions Server notification management endpoints

Discovery Timeline

  • 2026-05-12 - CVE-2026-5146 published to NVD
  • 2026-05-13 - Last updated in NVD database

Technical Details for CVE-2026-5146

Vulnerability Analysis

The vulnerability resides in the notification management endpoints exposed by Devolutions Server. These endpoints are intended to allow authenticated users to manage their own notification records. However, the affected versions fail to enforce session validation before processing modification or deletion requests.

Because the server does not verify whether the caller holds a valid session, requests are processed without authorization. An attacker reaches the endpoints over the network and submits requests targeting notification records owned by any user. The classification under CWE-862: Missing Authorization reflects this absence of authorization checks at the API layer.

The impact is limited to the integrity of notification records. Confidentiality of other data and overall service availability are not directly affected by this flaw. Notification records often track security-relevant events, so tampering can disrupt operational visibility and obscure prior administrative actions.

Root Cause

The root cause is missing session validation on notification management API routes. The endpoint handlers proceed to mutate persistence-layer records without first confirming that the request originates from an authenticated principal with rights to the target record.

Attack Vector

The attack vector is network-based and requires no prior authentication or user interaction. An attacker reachable to the Devolutions Server HTTP interface crafts requests against the vulnerable notification endpoints and supplies identifiers for notification records belonging to arbitrary users. The server then modifies or deletes those records.

No verified proof-of-concept exploit code is publicly available. Refer to the Devolutions Security Advisory DEVO-2026-0012 for vendor-supplied technical details.

Detection Methods for CVE-2026-5146

Indicators of Compromise

  • Unexpected deletion or modification of user notification records in Devolutions Server audit logs.
  • HTTP requests to notification management endpoints lacking valid session cookies or authentication headers.
  • Anomalous request volume against notification API routes from external or unauthenticated sources.

Detection Strategies

  • Review Devolutions Server application logs for notification mutation events that do not correlate with an authenticated user session.
  • Correlate web server access logs with application-layer authentication events to identify requests that reach notification endpoints without prior login activity.
  • Monitor for sudden gaps or inconsistencies in notification history that may indicate tampering.

Monitoring Recommendations

  • Enable verbose logging on the Devolutions Server web tier and forward logs to a centralized SIEM for retention and analysis.
  • Alert on HTTP requests to notification endpoints originating from untrusted networks or IP ranges outside expected administrative access.
  • Track integrity baselines of notification records and alert on out-of-band deletions.

How to Mitigate CVE-2026-5146

Immediate Actions Required

  • Upgrade Devolutions Server to a fixed release as identified in DEVO-2026-0012.
  • Restrict network exposure of Devolutions Server management interfaces to trusted administrative networks only.
  • Audit notification records and supporting backups to identify any tampering that occurred prior to patching.

Patch Information

Devolutions has published fixed builds addressing the missing session validation. Administrators running 2026.1.6.0 through 2026.1.15.0 or 2025.3.19.0 and earlier should upgrade to the remediated version listed in the Devolutions Security Advisory.

Workarounds

  • Place Devolutions Server behind a reverse proxy or web application firewall that blocks unauthenticated access to notification management routes.
  • Limit inbound access to the Devolutions Server HTTPS listener using network ACLs until the patch can be applied.
  • Increase log retention and review frequency for notification-related events during the remediation window.
bash
# Example: restrict inbound access to Devolutions Server using firewall rules
# Replace <trusted-admin-cidr> with your administrative network range
New-NetFirewallRule -DisplayName "Devolutions Server - Admin Only" `
  -Direction Inbound -Protocol TCP -LocalPort 443 `
  -RemoteAddress <trusted-admin-cidr> -Action Allow

New-NetFirewallRule -DisplayName "Devolutions Server - Block Other" `
  -Direction Inbound -Protocol TCP -LocalPort 443 `
  -Action Block

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

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

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

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

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