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

CVE-2023-38155: Azure DevOps Server RCE Vulnerability

CVE-2023-38155 is a remote code execution vulnerability in Microsoft Azure DevOps Server that allows attackers to execute arbitrary code remotely. This article covers technical details, affected versions, impact, and mitigation.

Published: January 28, 2026

CVE-2023-38155 Overview

CVE-2023-38155 is a remote code execution vulnerability affecting Microsoft Azure DevOps Server. This vulnerability allows attackers to execute arbitrary code on affected Azure DevOps Server installations through the network. The vulnerability is classified under CWE-502 (Desecure Deserialization), indicating that the flaw involves improper handling of serialized data, which can be exploited to achieve code execution.

Critical Impact

Successful exploitation of this vulnerability could allow an unauthenticated attacker to execute arbitrary code on the target Azure DevOps Server, potentially leading to complete system compromise, data theft, and lateral movement within the network.

Affected Products

  • Microsoft Azure DevOps Server 2019.0.1
  • Microsoft Azure DevOps Server 2019.1.2
  • Microsoft Azure DevOps Server 2020.1.2
  • Microsoft Azure DevOps Server 2022.0.1
  • Microsoft Azure DevOps Server 2022.0.2

Discovery Timeline

  • 2023-09-12 - CVE-2023-38155 published to NVD
  • 2024-11-21 - Last updated in NVD database

Technical Details for CVE-2023-38155

Vulnerability Analysis

This remote code execution vulnerability in Azure DevOps Server stems from insecure deserialization practices. The underlying weakness (CWE-502) indicates that the application processes serialized data without proper validation, allowing attackers to inject malicious objects that execute arbitrary code upon deserialization.

The attack complexity is considered high, meaning successful exploitation requires specific conditions or additional preparation by the attacker. However, no privileges or user interaction are required to initiate the attack, making it particularly concerning for internet-facing Azure DevOps Server deployments. Exploitation would potentially compromise the confidentiality, integrity, and availability of the targeted system.

Root Cause

The vulnerability originates from insecure deserialization within Azure DevOps Server. When the server processes certain serialized objects, it fails to adequately validate or sanitize the input before deserializing it. This allows an attacker to craft malicious serialized payloads that, when processed by the vulnerable component, instantiate objects that execute attacker-controlled code in the context of the Azure DevOps Server process.

Attack Vector

The attack is network-based, meaning an attacker can exploit this vulnerability remotely without physical access to the target system. The exploitation flow typically involves:

  1. The attacker identifies an Azure DevOps Server instance running a vulnerable version
  2. The attacker crafts a malicious serialized payload designed to execute arbitrary code upon deserialization
  3. The payload is transmitted to the vulnerable Azure DevOps Server endpoint
  4. The server deserializes the malicious payload without proper validation
  5. Code execution occurs in the context of the Azure DevOps Server service account

While the attack complexity is high, successful exploitation grants the attacker complete control over the affected server, enabling data exfiltration, service disruption, or further attacks on connected systems.

Detection Methods for CVE-2023-38155

Indicators of Compromise

  • Unusual process spawning from Azure DevOps Server service processes
  • Unexpected network connections originating from Azure DevOps Server to external IP addresses
  • Anomalous serialized data patterns in HTTP requests to Azure DevOps Server endpoints
  • Unexpected file system modifications in Azure DevOps Server installation directories

Detection Strategies

  • Monitor Azure DevOps Server application logs for deserialization errors or exceptions
  • Implement network intrusion detection rules to identify suspicious payloads targeting Azure DevOps Server
  • Deploy endpoint detection and response (EDR) solutions to identify post-exploitation behavior
  • Review IIS logs for unusual request patterns or oversized payloads to Azure DevOps endpoints

Monitoring Recommendations

  • Enable verbose logging on Azure DevOps Server instances to capture detailed request information
  • Configure SIEM alerts for anomalous process behavior associated with Azure DevOps Server services
  • Monitor for unauthorized changes to Azure DevOps Server configuration files
  • Implement network segmentation monitoring to detect lateral movement attempts from compromised servers

How to Mitigate CVE-2023-38155

Immediate Actions Required

  • Verify the version of Azure DevOps Server deployed in your environment against the affected versions list
  • Apply Microsoft's security update for CVE-2023-38155 immediately
  • Restrict network access to Azure DevOps Server to trusted networks and IP ranges
  • Review Azure DevOps Server logs for any signs of exploitation attempts

Patch Information

Microsoft has released security updates to address this vulnerability. Administrators should consult the Microsoft Security Response Center advisory for CVE-2023-38155 for detailed patching instructions and download links for the appropriate security updates. The patch addresses the insecure deserialization issue by implementing proper validation of serialized data before processing.

Workarounds

  • Implement network-level access controls to limit Azure DevOps Server exposure to untrusted networks
  • Deploy a web application firewall (WAF) with rules to filter potentially malicious serialized payloads
  • Consider temporarily disabling internet-facing access to Azure DevOps Server until patches can be applied
  • Enable enhanced monitoring and alerting on Azure DevOps Server instances to detect exploitation attempts
bash
# Example: Restrict Azure DevOps Server access using Windows Firewall
# Allow only specific IP ranges to access Azure DevOps Server
netsh advfirewall firewall add rule name="Azure DevOps Server Restricted Access" dir=in action=allow protocol=tcp localport=443 remoteip=192.168.1.0/24
netsh advfirewall firewall add rule name="Block External Azure DevOps Access" dir=in action=block protocol=tcp localport=443

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechMicrosoft Azure Devops Server

  • SeverityHIGH

  • CVSS Score8.1

  • EPSS Probability0.34%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityHigh
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-502

  • NVD-CWE-noinfo
  • Vendor Resources
  • Microsoft CVE-2023-38155 Advisory
  • Related CVEs
  • CVE-2023-21553: Azure DevOps Server RCE Vulnerability

  • CVE-2026-21512: Microsoft Azure DevOps Server SSRF Flaw

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

  • CVE-2023-21564: Azure DevOps Server XSS 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