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-2023-21564

CVE-2023-21564: Azure DevOps Server XSS Vulnerability

CVE-2023-21564 is a cross-site scripting flaw in Microsoft Azure DevOps Server that allows attackers to inject malicious scripts. This article covers the technical details, affected versions, impact, and mitigation.

Published: January 28, 2026

CVE-2023-21564 Overview

CVE-2023-21564 is a Cross-Site Scripting (XSS) vulnerability affecting Microsoft Azure DevOps Server. This vulnerability allows an authenticated attacker to inject malicious scripts into vulnerable components of the Azure DevOps Server interface, potentially leading to unauthorized access to sensitive information and limited integrity impact on affected systems.

Critical Impact

Authenticated attackers can exploit this XSS vulnerability to steal sensitive data from Azure DevOps Server users, potentially compromising confidential project information, credentials, and session tokens within enterprise DevOps environments.

Affected Products

  • Microsoft Azure DevOps Server 2022
  • Microsoft Azure DevOps Server 2022 Patch 1

Discovery Timeline

  • 2023-02-14 - CVE-2023-21564 published to NVD
  • 2024-11-21 - Last updated in NVD database

Technical Details for CVE-2023-21564

Vulnerability Analysis

This Cross-Site Scripting vulnerability (CWE-79) exists in Microsoft Azure DevOps Server, a popular platform used by development teams for source control, project tracking, and CI/CD pipelines. The vulnerability enables authenticated attackers to inject malicious client-side scripts that execute in the context of other users' browser sessions.

The attack requires network access and low-privilege authentication, but no user interaction is needed for exploitation. The primary impact is on confidentiality, with potential exposure of sensitive project data, user credentials, and session information. There is also a limited impact on data integrity, as attackers could potentially modify displayed content or perform actions on behalf of compromised users.

Root Cause

The vulnerability stems from improper input validation and inadequate output encoding within the Azure DevOps Server web interface. When user-supplied input is rendered without proper sanitization, it allows malicious scripts to be embedded and executed in the browser context of other authenticated users accessing the affected components.

Attack Vector

The attack is network-based and requires the attacker to have valid credentials (low privilege level) to access the Azure DevOps Server instance. Once authenticated, the attacker can inject malicious JavaScript payloads through vulnerable input fields or parameters. When other users interact with the compromised content, the injected scripts execute with the victim's session privileges, potentially allowing the attacker to:

  • Steal session cookies and authentication tokens
  • Access sensitive project information and source code repositories
  • Perform unauthorized actions on behalf of the victim user
  • Redirect users to malicious external sites

The vulnerability does not require user interaction beyond normal browsing of the Azure DevOps Server interface, making it particularly dangerous in enterprise environments with multiple concurrent users.

Detection Methods for CVE-2023-21564

Indicators of Compromise

  • Unusual JavaScript execution patterns in Azure DevOps Server web logs
  • Unexpected outbound connections from user browsers to external domains during Azure DevOps sessions
  • Authentication token or session cookie exfiltration attempts in network traffic
  • Reports from users of unexpected behavior or redirections when accessing Azure DevOps Server

Detection Strategies

  • Deploy Web Application Firewall (WAF) rules to detect and block common XSS payload patterns
  • Enable and monitor Azure DevOps Server audit logs for suspicious user activities
  • Implement Content Security Policy (CSP) headers to restrict script execution sources
  • Use endpoint detection solutions to identify malicious script execution in browser contexts

Monitoring Recommendations

  • Monitor Azure DevOps Server IIS logs for suspicious request patterns containing script tags or encoded JavaScript
  • Enable browser-based XSS auditing and track any blocked script injection attempts
  • Set up alerts for unusual data access patterns or bulk downloads from Azure DevOps repositories
  • Review authentication logs for sessions with anomalous geographic or behavioral patterns

How to Mitigate CVE-2023-21564

Immediate Actions Required

  • Apply the latest security patches from Microsoft for Azure DevOps Server 2022
  • Review and restrict network access to Azure DevOps Server to trusted networks and users
  • Enable Content Security Policy (CSP) headers if not already configured
  • Audit user accounts and remove unnecessary access privileges

Patch Information

Microsoft has released security updates to address this vulnerability. Organizations should update their Azure DevOps Server 2022 installations to the latest patched version. For detailed patch information and download links, refer to the Microsoft Security Update Guide for CVE-2023-21564.

Workarounds

  • Implement strict input validation and output encoding at the application layer if immediate patching is not possible
  • Deploy Web Application Firewall rules to filter known XSS attack patterns
  • Restrict Azure DevOps Server access to VPN or internal network only until patches can be applied
  • Enable browser security features such as X-XSS-Protection headers as an additional defense layer
bash
# Example: Configure IIS to add security headers for Azure DevOps Server
# Add to web.config in the Azure DevOps Server installation directory
# <system.webServer>
#   <httpProtocol>
#     <customHeaders>
#       <add name="X-XSS-Protection" value="1; mode=block" />
#       <add name="X-Content-Type-Options" value="nosniff" />
#       <add name="Content-Security-Policy" value="default-src 'self'" />
#     </customHeaders>
#   </httpProtocol>
# </system.webServer>

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

  • Vulnerability Details
  • TypeXSS

  • Vendor/TechMicrosoft Azure Devops Server

  • SeverityHIGH

  • CVSS Score7.1

  • EPSS Probability1.37%

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

  • CVE-2023-38155: Azure DevOps Server RCE Vulnerability

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

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