A Leader in the 2026 Gartner® Magic Quadrant™ for Endpoint Protection. Six years running.Six years. Gartner® Magic Quadrant™ Leader.Find Out Why
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-2025-47988

CVE-2025-47988: Azure Monitor Agent RCE Vulnerability

CVE-2025-47988 is a code injection vulnerability in Microsoft Azure Monitor Agent enabling remote code execution over adjacent networks. This article covers the technical details, affected versions, security impact, and mitigation.

Published: May 26, 2026

CVE-2025-47988 Overview

CVE-2025-47988 is a code injection vulnerability in Microsoft Azure Monitor Agent. The flaw allows an unauthenticated attacker on an adjacent network to execute arbitrary code on systems running the agent. Microsoft tracks the weakness under CWE-94, improper control of generation of code.

The vulnerability impacts confidentiality, integrity, and availability of affected hosts. Azure Monitor Agent runs with elevated privileges to collect telemetry from virtual machines and on-premises servers. Successful exploitation grants the attacker code execution within the agent process context.

Critical Impact

Adjacent-network attackers can inject and execute code through Azure Monitor Agent without authentication or user interaction, compromising telemetry pipelines and host systems.

Affected Products

  • Microsoft Azure Monitor Agent (all versions prior to the July 2025 security update)
  • Windows hosts running Azure Monitor Agent for VM Insights and Log Analytics
  • Linux hosts running Azure Monitor Agent for data collection rules

Discovery Timeline

  • 2025-07-08 - CVE-2025-47988 published to NVD
  • 2025-07-08 - Microsoft releases security update for Azure Monitor Agent
  • 2025-07-23 - Last updated in NVD database

Technical Details for CVE-2025-47988

Vulnerability Analysis

The vulnerability stems from improper neutralization of input used in code generation within Azure Monitor Agent. The agent processes telemetry directives, configuration payloads, and data collection rules from adjacent network sources. Insufficient validation of these inputs permits an attacker to inject executable code that the agent subsequently runs.

The attack vector is restricted to adjacent networks, meaning the attacker must reach the agent through the same broadcast domain, VPN segment, or logically adjacent network path. No authentication is required, and no user interaction is needed. Attack complexity is high because the attacker must control or position themselves on a network adjacent to the target.

Exploitation yields code execution within the privileged agent process. Because Azure Monitor Agent collects logs, performance counters, and security events, compromise can also taint downstream telemetry consumed by Microsoft Sentinel and Log Analytics workspaces.

Root Cause

The root cause is improper control of code generation [CWE-94]. The agent constructs and executes code paths from data received over the network without enforcing strict input validation, allow-list parsing, or sandboxing. Attacker-controlled fields are interpreted as code rather than treated as inert data.

Attack Vector

An attacker on an adjacent network sends a crafted payload to a listening Azure Monitor Agent endpoint or to a service the agent communicates with. The payload is parsed in a context where it influences code generation. The agent then executes the injected code with its own privileges. See the Microsoft Security Update for CVE-2025-47988 for vendor-specific guidance.

No public proof-of-concept exploit has been published, and the vulnerability is not listed in the CISA Known Exploited Vulnerabilities catalog at the time of writing.

Detection Methods for CVE-2025-47988

Indicators of Compromise

  • Unexpected child processes spawned by AzureMonitorAgent.exe or mdsd on Linux hosts
  • Anomalous outbound connections from the Azure Monitor Agent process to non-Microsoft endpoints
  • Modified or unsigned binaries within the Azure Monitor Agent installation directory
  • Unusual data collection rule changes or configuration writes not initiated by an administrator

Detection Strategies

  • Monitor process lineage for Azure Monitor Agent and alert on shell or scripting interpreters launched as children
  • Inspect network traffic on agent ports for malformed payloads originating from adjacent subnets
  • Correlate agent version inventory with the Microsoft Security Response Center advisory to identify unpatched hosts

Monitoring Recommendations

  • Enable Microsoft Defender for Cloud agent health and integrity monitoring across all VMs
  • Forward Azure Monitor Agent audit logs to a SIEM and build detections for configuration drift
  • Establish a baseline of normal agent network behavior and alert on deviations

How to Mitigate CVE-2025-47988

Immediate Actions Required

  • Apply the Azure Monitor Agent security update referenced in the Microsoft advisory to all Windows and Linux hosts
  • Inventory agent versions across the estate using Azure Resource Graph or Update Management
  • Restrict adjacent network access to agent hosts through network security groups and host firewalls

Patch Information

Microsoft published the fix on 2025-07-08. Apply the updated Azure Monitor Agent extension on Azure VMs and the standalone installer on Arc-enabled and on-premises systems. Verify the agent version after deployment to confirm remediation. Refer to the Microsoft Security Update CVE-2025-47988 for build numbers.

Workarounds

  • Segment management networks to prevent untrusted devices from reaching agent hosts on adjacent subnets
  • Restrict inbound traffic to the agent using host-based firewall rules until the patch is deployed
  • Disable unused data collection rules to reduce the parsing surface exposed by the agent
bash
# Verify Azure Monitor Agent version on Azure VMs
az vm extension list \
  --resource-group <rg-name> \
  --vm-name <vm-name> \
  --query "[?name=='AzureMonitorWindowsAgent' || name=='AzureMonitorLinuxAgent'].{Name:name,Version:typeHandlerVersion,State:provisioningState}" \
  -o table

# Trigger extension upgrade to the patched build
az vm extension set \
  --resource-group <rg-name> \
  --vm-name <vm-name> \
  --name AzureMonitorWindowsAgent \
  --publisher Microsoft.Azure.Monitor \
  --enable-auto-upgrade true

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechAzure Monitor Agent

  • SeverityHIGH

  • CVSS Score7.5

  • EPSS Probability0.55%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:A/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityHigh
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-94
  • Vendor Resources
  • Microsoft Security Update CVE-2025-47988
  • Related CVEs
  • CVE-2026-32204: Azure Monitor Agent Privilege Escalation

  • CVE-2026-32192: Azure Monitor Agent Privilege Escalation

  • CVE-2026-32168: Azure Monitor Agent Privilege Escalation
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