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

CVE-2023-36437: Azure Pipelines Agent RCE Vulnerability

CVE-2023-36437 is a remote code execution vulnerability in Microsoft Azure Pipelines Agent that enables attackers to execute arbitrary code. This article covers the technical details, affected versions, security impact, and mitigation.

Published: February 4, 2026

CVE-2023-36437 Overview

CVE-2023-36437 is a Remote Code Execution (RCE) vulnerability affecting Microsoft Azure Pipelines Agent. This vulnerability allows an authenticated attacker with low privileges to execute arbitrary code on affected systems through a network-based attack vector. The vulnerability is classified under CWE-94 (Improper Control of Generation of Code), indicating a code injection weakness that can be exploited to compromise CI/CD pipeline infrastructure.

Critical Impact

Successful exploitation could allow attackers to execute arbitrary code on Azure DevOps Server infrastructure, potentially compromising build pipelines, accessing sensitive source code, and pivoting to connected systems within the development environment.

Affected Products

  • Microsoft Azure Pipelines Agent (all versions prior to patch)
  • Azure DevOps Server environments utilizing affected Azure Pipelines Agent versions
  • Self-hosted Azure DevOps agents running vulnerable software versions

Discovery Timeline

  • November 14, 2023 - CVE-2023-36437 published to NVD
  • November 21, 2024 - Last updated in NVD database

Technical Details for CVE-2023-36437

Vulnerability Analysis

This vulnerability represents a code injection flaw (CWE-94) within the Microsoft Azure Pipelines Agent component. The weakness allows an authenticated attacker to inject and execute malicious code within the context of the Azure Pipelines Agent process. Given that Azure Pipelines Agent is a critical component in CI/CD workflows, successful exploitation could have severe consequences for software development and deployment processes.

The attack requires network access and low-privilege authentication, but no user interaction is necessary for exploitation. Once exploited, an attacker gains complete control over the confidentiality, integrity, and availability of the affected system, potentially allowing them to manipulate build processes, inject malicious code into software artifacts, or exfiltrate sensitive credentials and source code.

Root Cause

The root cause of this vulnerability stems from improper control of code generation within the Azure Pipelines Agent. This CWE-94 classification indicates that the software constructs code segments using externally-influenced input without properly neutralizing special elements that could modify the intended code syntax or behavior. This allows attackers to craft malicious input that, when processed by the vulnerable component, results in arbitrary code execution.

Attack Vector

The attack vector for CVE-2023-36437 is network-based, requiring authenticated access with low privileges. An attacker would need to:

  1. Obtain valid credentials or authentication tokens for the Azure DevOps environment
  2. Craft malicious input designed to exploit the code injection vulnerability
  3. Submit the payload through the network interface to the Azure Pipelines Agent
  4. Achieve code execution within the context of the agent process

The vulnerability does not require user interaction, making it particularly dangerous in automated CI/CD environments where the agent operates continuously. The exploitation mechanism leverages the code generation capabilities of the agent, allowing injected code to execute with the same privileges as the Azure Pipelines Agent service account.

Detection Methods for CVE-2023-36437

Indicators of Compromise

  • Unexpected processes spawned by the Azure Pipelines Agent service
  • Anomalous network connections originating from agent hosts to external destinations
  • Modified or newly created files in agent working directories outside normal build operations
  • Unusual authentication patterns or privilege escalation attempts from agent service accounts

Detection Strategies

  • Monitor Azure Pipelines Agent logs for suspicious code execution patterns or error messages indicating injection attempts
  • Implement network traffic analysis to detect unusual outbound connections from Azure DevOps infrastructure
  • Deploy endpoint detection and response (EDR) solutions on self-hosted agent machines to identify malicious process chains
  • Audit Azure DevOps access logs for unauthorized or anomalous authentication events

Monitoring Recommendations

  • Enable verbose logging on Azure Pipelines Agents and forward logs to a centralized SIEM solution
  • Configure alerts for unexpected process execution or file system modifications on agent hosts
  • Implement network segmentation monitoring to detect lateral movement attempts from compromised agents
  • Regularly review Azure DevOps audit logs for signs of unauthorized access or configuration changes

How to Mitigate CVE-2023-36437

Immediate Actions Required

  • Update all Azure Pipelines Agent installations to the latest patched version immediately
  • Review Azure DevOps access controls and remove unnecessary user permissions
  • Audit all self-hosted agent configurations and ensure they are running with least-privilege service accounts
  • Implement network segmentation to isolate Azure DevOps infrastructure from other critical systems

Patch Information

Microsoft has released security updates to address this vulnerability. Administrators should consult the Microsoft Security Update Guide for CVE-2023-36437 for detailed patch information and download links. All Azure Pipelines Agent installations should be updated to incorporate the security fix.

For organizations using Microsoft-hosted agents, the platform is automatically updated by Microsoft. Self-hosted agents require manual updates and should be prioritized for patching given the remote code execution nature of this vulnerability.

Workarounds

  • Restrict network access to Azure Pipelines Agent endpoints using firewall rules and network access control lists
  • Implement additional authentication controls such as multi-factor authentication for all Azure DevOps users
  • Consider temporarily disabling self-hosted agents until patches can be applied in environments where immediate patching is not feasible
  • Monitor agent activity closely using enhanced logging and alerting until remediation is complete
bash
# Verify Azure Pipelines Agent version (check for patched versions)
./config.sh --version

# Update Azure Pipelines Agent on Linux self-hosted agents
cd /home/azagent/agent
./svc.sh stop
./bin/Agent.Listener configure --unattended --url https://dev.azure.com/yourorg --auth pat --token YOUR_PAT
./svc.sh start

# Restrict agent service account permissions (Windows)
# Run as Administrator - configure agent with minimal permissions
# Review and restrict service account in Services.msc

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechAzure Pipelines

  • SeverityHIGH

  • CVSS Score8.8

  • EPSS Probability0.50%

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

  • NVD-CWE-noinfo
  • Vendor Resources
  • Microsoft Security Update CVE-2023-36437
  • Latest CVEs
  • CVE-2026-35467: Browser API Key Information Disclosure

  • CVE-2026-35466: cveInterface.js XSS Vulnerability

  • CVE-2026-30252: ZenShare Suite XSS Vulnerability

  • CVE-2026-30251: ZenShare Suite v17.0 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