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
    • 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-1007

CVE-2026-1007: Devolutions Server Auth Bypass Vulnerability

CVE-2026-1007 is an authorization bypass flaw in Devolutions Server's virtual gateway that lets attackers circumvent IP deny rules. This article covers the technical details, affected versions 2025.3.1-2025.3.12, and mitigation.

Published: January 23, 2026

CVE-2026-1007 Overview

CVE-2026-1007 is an Incorrect Authorization vulnerability in the virtual gateway component of Devolutions Server that allows attackers to bypass deny IP rules. This authorization bypass weakness (CWE-863) enables threat actors to circumvent network access controls that administrators have configured to restrict connections from specific IP addresses.

Critical Impact

Attackers can bypass IP-based access controls in Devolutions Server's virtual gateway component, potentially gaining unauthorized access to sensitive resources that should be protected by deny rules.

Affected Products

  • Devolutions Server versions 2025.3.1 through 2025.3.12

Discovery Timeline

  • 2026-01-19 - CVE CVE-2026-1007 published to NVD
  • 2026-01-20 - Last updated in NVD database

Technical Details for CVE-2026-1007

Vulnerability Analysis

This vulnerability stems from an Incorrect Authorization flaw (CWE-863) in how the virtual gateway component processes and enforces IP deny rules. When administrators configure IP-based access restrictions to block connections from specific addresses or ranges, the authorization logic fails to properly validate incoming requests against these rules.

The virtual gateway component is responsible for managing remote connections and enforcing access policies within Devolutions Server. The flawed authorization mechanism allows network-based attackers with high privileges to craft requests that evade the IP deny list enforcement, effectively rendering these security controls ineffective.

The scope of this vulnerability extends beyond the vulnerable component itself, potentially affecting other systems and resources that rely on these IP-based access controls for protection.

Root Cause

The root cause is an Incorrect Authorization vulnerability (CWE-863) in the virtual gateway component's request processing logic. The component fails to properly authorize or validate incoming connection requests against configured deny IP rules before granting access. This authorization bypass occurs due to improper implementation of the access control checks within the virtual gateway's connection handling code.

Attack Vector

The attack is network-based and requires high privileges to exploit. An attacker with elevated access to the system can bypass IP deny rules configured in the virtual gateway component. While user interaction is not required, the attacker must already possess privileged access to the Devolutions Server environment.

The exploitation flow involves:

  1. Attacker identifies a Devolutions Server instance running a vulnerable version (2025.3.1 through 2025.3.12)
  2. Attacker leverages their high-privilege access to interact with the virtual gateway component
  3. Requests are crafted to circumvent the IP deny rule validation logic
  4. The virtual gateway incorrectly authorizes the connection despite the attacker's IP being on the deny list
  5. Attacker gains access to protected resources or systems

For technical details on the vulnerability mechanism, refer to the Devolutions Security Advisory DEVO-2026-0003.

Detection Methods for CVE-2026-1007

Indicators of Compromise

  • Unexpected successful connections from IP addresses that should be blocked by deny rules
  • Authentication or access logs showing connections from previously denied IP ranges
  • Anomalous virtual gateway activity patterns indicating authorization bypass attempts

Detection Strategies

  • Monitor virtual gateway logs for connections originating from IP addresses configured in deny lists
  • Implement network traffic analysis to detect access attempts from blocked IP ranges that succeed unexpectedly
  • Review Devolutions Server audit logs for privilege escalation or unauthorized resource access patterns

Monitoring Recommendations

  • Enable verbose logging on the virtual gateway component to capture detailed connection authorization events
  • Configure SIEM alerts for successful connections from IP addresses matching deny rule patterns
  • Regularly audit IP deny rule configurations against actual connection logs to identify potential bypasses

How to Mitigate CVE-2026-1007

Immediate Actions Required

  • Upgrade Devolutions Server to a version beyond 2025.3.12 that contains the security fix
  • Review and audit all IP deny rules configured in the virtual gateway component
  • Implement additional network-level access controls (firewalls, network ACLs) as defense-in-depth measures
  • Monitor virtual gateway logs for any signs of unauthorized access from blocked IP addresses

Patch Information

Devolutions has released a security advisory addressing this vulnerability. Organizations should upgrade to the latest patched version of Devolutions Server. For specific patch details and download information, consult the Devolutions Security Advisory DEVO-2026-0003.

Workarounds

  • Implement network-level firewall rules to enforce IP restrictions as an additional layer of defense
  • Restrict access to the virtual gateway component to only trusted networks and users with verified business needs
  • Consider temporarily disabling the virtual gateway component if it is not critical to operations until patching is complete
  • Enable enhanced logging and monitoring on all virtual gateway connections to detect potential bypass attempts

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

  • SeverityHIGH

  • CVSS Score7.6

  • EPSS Probability0.02%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:C/C:L/I:H/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-863
  • Technical References
  • Devolutions Security Advisory DEVO-2026-0003
  • 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