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

CVE-2026-21512: Azure DevOps Server SSRF Vulnerability

CVE-2026-21512 is a server-side request forgery flaw in Microsoft Azure DevOps Server that enables authorized attackers to perform spoofing attacks. This article covers technical details, affected versions, impact, and mitigation.

Updated: May 15, 2026

CVE-2026-21512 Overview

CVE-2026-21512 is a Server-Side Request Forgery (SSRF) vulnerability in Microsoft Azure DevOps Server. The flaw allows an authenticated attacker with low privileges to coerce the server into issuing arbitrary network requests, enabling spoofing attacks across the network. The vulnerability is tracked under CWE-918: Server-Side Request Forgery and affects Azure DevOps Server 2022.2.0 across multiple patch levels. Microsoft published an advisory through the Microsoft Security Response Center.

Critical Impact

An authenticated attacker can abuse Azure DevOps Server to send forged requests to internal systems, leading to spoofing and unauthorized access to confidential resources reachable from the server.

Affected Products

  • Microsoft Azure DevOps Server 2022.2.0 (base release and RC)
  • Microsoft Azure DevOps Server 2022.2.0 Patch 2 through Patch 7
  • Microsoft Azure DevOps Server (all listed CPE configurations)

Discovery Timeline

  • 2026-02-10 - CVE-2026-21512 published to the National Vulnerability Database
  • 2026-02-11 - Last updated in NVD database

Technical Details for CVE-2026-21512

Vulnerability Analysis

The vulnerability resides in Azure DevOps Server functionality that issues outbound HTTP requests based on user-controllable input. An authenticated attacker with at least low-level access can supply a crafted URL or resource reference. The server then issues a request to that destination on behalf of the attacker.

Because the request originates from the Azure DevOps Server itself, it inherits the network position and trust relationships of that host. Attackers can reach internal services not exposed to the public network, including metadata endpoints, internal APIs, and adjacent management interfaces. The confidentiality impact is rated High, while integrity and availability remain unaffected.

The attack does not require user interaction and operates over the network. Exploitation is most useful for reconnaissance, credential capture from internal services, and spoofing requests to systems that trust the Azure DevOps Server.

Root Cause

The root cause is insufficient validation of URLs or destination identifiers that the server fetches on behalf of authenticated users. The application does not enforce a strict allowlist of permitted hosts or schemes. Requests to internal IP ranges, loopback addresses, and link-local metadata endpoints are not blocked before the server-side fetch executes.

Attack Vector

The attack vector is network-based and requires authentication. An attacker with a valid low-privilege account submits a request containing a malicious URL to a vulnerable endpoint within Azure DevOps Server. The server processes the URL and initiates a request to the attacker-specified target. Responses or side-channel signals can leak information about internal services, enable enumeration of internal hosts, or facilitate spoofed actions against systems that authenticate clients based on source IP.

The vulnerability manifests in Azure DevOps Server components that perform outbound HTTP requests using user-supplied parameters. See the Microsoft Security Update for CVE-2026-21512 for component-level technical details.

Detection Methods for CVE-2026-21512

Indicators of Compromise

  • Unexpected outbound HTTP or HTTPS connections from Azure DevOps Server hosts to internal IP ranges (RFC 1918), loopback addresses, or cloud metadata endpoints such as 169.254.169.254.
  • Authenticated user sessions submitting requests containing URL parameters that reference internal hostnames or IP literals.
  • Anomalous spikes in outbound request volume from the Azure DevOps Server service account.

Detection Strategies

  • Inspect Azure DevOps Server IIS and application logs for request parameters containing fully qualified URLs, particularly those targeting non-public destinations.
  • Correlate authenticated user activity with outbound network flows from the server to identify request chains that indicate SSRF behavior.
  • Apply network detection rules that flag connections from the Azure DevOps Server to metadata services and management subnets.

Monitoring Recommendations

  • Enable verbose logging on Azure DevOps Server web tier and forward logs to a centralized analytics platform for retention and querying.
  • Monitor service account behavior for deviations in outbound destinations, request rates, and response sizes.
  • Alert on any access from Azure DevOps Server to cloud instance metadata endpoints or internal administrative interfaces.

How to Mitigate CVE-2026-21512

Immediate Actions Required

  • Apply the security update referenced in the Microsoft Security Response Center advisory for Azure DevOps Server 2022.2.0.
  • Audit all Azure DevOps Server accounts and revoke unnecessary low-privilege access until patching is complete.
  • Restrict outbound network access from Azure DevOps Server hosts using host-based and network firewall rules.

Patch Information

Microsoft has released a security update for Azure DevOps Server 2022.2.0. Administrators should consult the Microsoft Security Update for CVE-2026-21512 for the specific patch package matching their installed version and apply it through standard Azure DevOps Server update procedures.

Workarounds

  • Block outbound traffic from Azure DevOps Server to internal management subnets, loopback ranges, and cloud metadata IP addresses at the network perimeter.
  • Enforce egress proxy filtering so that the server can reach only an explicit allowlist of required external destinations.
  • Disable or restrict Azure DevOps Server features that fetch user-supplied URLs if they are not required for business operations.
bash
# Example Windows Firewall rule to block outbound traffic to cloud metadata endpoint
New-NetFirewallRule -DisplayName "Block-AzDO-Metadata-Egress" `
  -Direction Outbound `
  -RemoteAddress 169.254.169.254 `
  -Action Block `
  -Profile Any

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

  • Vulnerability Details
  • TypeSSRF

  • Vendor/TechMicrosoft Azure Devops Server

  • SeverityMEDIUM

  • CVSS Score6.5

  • EPSS Probability0.11%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-918
  • Vendor Resources
  • Microsoft Security Update CVE-2026-21512
  • Related CVEs
  • CVE-2023-38155: Azure DevOps Server RCE Vulnerability

  • CVE-2023-21569: Azure DevOps Server Spoofing Vulnerability

  • CVE-2023-21564: Azure DevOps Server XSS Vulnerability

  • CVE-2023-21553: Azure DevOps Server RCE 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