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

CVE-2026-4989: Devolutions Server SSRF Vulnerability

CVE-2026-4989 is an SSRF vulnerability in Devolutions Server's gateway health check feature that allows authenticated users to perform server-side request forgery. This article covers technical details, affected versions, impact, and mitigation.

Published: April 2, 2026

CVE-2026-4989 Overview

CVE-2026-4989 is a Server-Side Request Forgery (SSRF) vulnerability affecting Devolutions Server, a centralized password management and privileged access management solution. The vulnerability exists in the gateway health check feature due to improper input validation, allowing a low-privileged authenticated user to craft malicious API requests that can force the server to make arbitrary outbound requests. This can potentially lead to information disclosure by accessing internal resources or services that should not be directly accessible.

Critical Impact

Authenticated attackers with low privileges can exploit this SSRF vulnerability to probe internal network infrastructure, access cloud metadata services, or exfiltrate sensitive configuration data through crafted API requests to the gateway health check endpoint.

Affected Products

  • Devolutions Server versions 2026.1.1 through 2026.1.11
  • Devolutions Server versions 2025.3.1 through 2025.3.17

Discovery Timeline

  • 2026-04-01 - CVE-2026-4989 published to NVD
  • 2026-04-01 - Last updated in NVD database

Technical Details for CVE-2026-4989

Vulnerability Analysis

This vulnerability is classified under CWE-918 (Server-Side Request Forgery), which occurs when a web application fetches a remote resource based on user-supplied input without properly validating the destination URL. In the context of Devolutions Server, the gateway health check feature accepts user-controlled input that is used to construct outbound HTTP requests from the server.

The attack requires authentication, meaning an attacker must have valid credentials with at least low-level privileges to access the vulnerable API endpoint. Once authenticated, the attacker can craft malicious API requests that manipulate the health check functionality to reach arbitrary URLs. This could include internal IP addresses, localhost services, cloud metadata endpoints (such as 169.254.169.254 on AWS/Azure/GCP), or other internal infrastructure that would otherwise be inaccessible from outside the network perimeter.

The vulnerability is exploitable over the network without user interaction, making it a viable target for attackers who have obtained or compromised low-privileged credentials through phishing, credential stuffing, or other means.

Root Cause

The root cause of this vulnerability is improper input validation in the gateway health check feature. The API endpoint fails to adequately sanitize or restrict the URLs that can be specified in health check requests. Without proper allowlist validation or URL scheme restrictions, the server blindly follows user-supplied URLs, enabling SSRF attacks.

Proper implementation should include:

  • URL scheme validation (restricting to http/https only)
  • Destination IP address validation (blocking private IP ranges, localhost, and link-local addresses)
  • Allowlisting of permitted health check destinations
  • Request timeout and response size limits

Attack Vector

The attack vector is network-based and requires authentication. An attacker who has obtained valid credentials to Devolutions Server can exploit this vulnerability by sending a crafted API request to the gateway health check endpoint. The malicious request contains a URL pointing to an internal resource or service.

When the server processes this request, it initiates an outbound connection to the attacker-specified URL. The response from this internal resource is then potentially returned to the attacker or can be inferred through timing differences, error messages, or other side channels. This enables reconnaissance of internal network topology, access to cloud instance metadata, and potential data exfiltration.

For detailed technical information about this vulnerability and the specific API parameters involved, refer to the Devolutions Security Advisory.

Detection Methods for CVE-2026-4989

Indicators of Compromise

  • Unusual API requests to the gateway health check endpoint with non-standard or internal IP addresses
  • Outbound server connections to private IP ranges (10.x.x.x, 172.16.x.x-172.31.x.x, 192.168.x.x), localhost (127.0.0.1), or cloud metadata services (169.254.169.254)
  • Anomalous health check API activity from low-privileged user accounts
  • Error logs indicating failed connections to internal resources from the Devolutions Server process

Detection Strategies

  • Monitor and alert on API calls to the gateway health check endpoint that contain URL parameters pointing to internal IP addresses or non-standard destinations
  • Implement network-level monitoring for outbound connections from the Devolutions Server to private IP ranges or metadata endpoints
  • Review authentication logs for suspicious patterns where low-privileged accounts are making excessive health check API requests
  • Deploy web application firewall (WAF) rules to detect SSRF patterns in API requests

Monitoring Recommendations

  • Enable verbose logging on the Devolutions Server to capture all API requests including parameters
  • Configure network security monitoring to alert on SSRF-indicative traffic patterns from the server
  • Set up anomaly detection for user accounts that suddenly increase their API usage, particularly for health check functionality
  • Monitor DNS query logs for resolution attempts to internal hostnames from the server

How to Mitigate CVE-2026-4989

Immediate Actions Required

  • Upgrade Devolutions Server to a patched version beyond 2026.1.11 (for 2026.1.x branch) or beyond 2025.3.17 (for 2025.3.x branch)
  • Review audit logs for any suspicious health check API activity from low-privileged accounts
  • Implement network-level egress filtering to restrict the Devolutions Server from making connections to internal IP ranges
  • Consider temporarily disabling the gateway health check feature if not critical to operations until patching is complete

Patch Information

Devolutions has released security updates to address this vulnerability. Organizations should upgrade to the latest available version of Devolutions Server. For specific patch information and download links, refer to the Devolutions Security Advisory DEVO-2026-0010.

Workarounds

  • Implement network segmentation to limit the Devolutions Server's ability to reach internal resources
  • Configure egress firewall rules to block outbound connections from the server to private IP ranges and cloud metadata endpoints
  • Apply the principle of least privilege by auditing and restricting user accounts that have access to the gateway health check API
  • Deploy a reverse proxy or WAF in front of Devolutions Server configured to block SSRF attack patterns in API requests
bash
# Example iptables egress filtering to block common SSRF targets
# Block connections to private IP ranges from Devolutions Server
iptables -A OUTPUT -d 10.0.0.0/8 -m owner --uid-owner devolutions -j DROP
iptables -A OUTPUT -d 172.16.0.0/12 -m owner --uid-owner devolutions -j DROP
iptables -A OUTPUT -d 192.168.0.0/16 -m owner --uid-owner devolutions -j DROP
iptables -A OUTPUT -d 169.254.169.254/32 -m owner --uid-owner devolutions -j DROP
iptables -A OUTPUT -d 127.0.0.0/8 -m owner --uid-owner devolutions -j DROP

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

  • Vulnerability Details
  • TypeSSRF

  • 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:L/I:N/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-918
  • Technical References
  • 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