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

CVE-2025-59213: Configuration Manager Privilege Escalation

CVE-2025-59213 is a SQL injection privilege escalation vulnerability in Microsoft Configuration Manager 2403 that allows attackers to elevate privileges over an adjacent network. This article covers technical details, impact, and mitigation.

Published: May 26, 2026

CVE-2025-59213 Overview

CVE-2025-59213 is an SQL injection vulnerability in Microsoft Configuration Manager that allows an unauthorized attacker to elevate privileges over an adjacent network. The flaw is categorized under [CWE-89] (Improper Neutralization of Special Elements used in an SQL Command). Microsoft Configuration Manager versions 2403, 2409, and 2503 are affected. The vulnerability requires no authentication and no user interaction, but the attacker must be positioned on an adjacent network segment to reach the vulnerable component.

Critical Impact

Successful exploitation gives an unauthenticated attacker on an adjacent network the ability to elevate privileges and compromise confidentiality, integrity, and availability of the Configuration Manager environment.

Affected Products

  • Microsoft Configuration Manager 2403
  • Microsoft Configuration Manager 2409
  • Microsoft Configuration Manager 2503

Discovery Timeline

  • 2025-10-14 - CVE-2025-59213 published to NVD
  • 2026-02-13 - Last updated in NVD database

Technical Details for CVE-2025-59213

Vulnerability Analysis

The vulnerability stems from improper neutralization of special characters in SQL statements processed by Microsoft Configuration Manager. An attacker on an adjacent network can submit crafted input that is concatenated into a backend SQL query without proper sanitization or parameterization. The database engine then interprets attacker-controlled fragments as part of the query logic.

Because Configuration Manager runs with elevated database privileges to manage enterprise endpoints, successful injection allows the attacker to read, modify, or delete data inside the site database. The attack does not require valid credentials or user interaction. Exploitation is constrained to adjacent network access, meaning the attacker must reach the Configuration Manager site systems over a logically adjacent segment such as the same broadcast domain or VPN tunnel.

Root Cause

The root cause is the construction of SQL statements through unsafe string handling rather than parameterized queries or prepared statements. User-supplied values reach the SQL command parser without filtering of meta-characters such as single quotes, semicolons, and SQL keywords. This is a classic [CWE-89] pattern.

Attack Vector

An unauthenticated attacker on an adjacent network sends crafted requests to a Configuration Manager site role. The malicious input modifies the structure of a server-side SQL query, letting the attacker execute arbitrary statements within the database context. This yields privilege elevation across the managed environment. Microsoft has not published exploit details, and no public proof-of-concept code is available. Refer to the Microsoft CVE-2025-59213 Update Guide for vendor-supplied technical references.

Detection Methods for CVE-2025-59213

Indicators of Compromise

  • Anomalous SQL statements in Configuration Manager site database transaction logs, including stacked queries, xp_cmdshell invocations, or UNION SELECT constructs.
  • Unexpected creation or modification of administrative accounts and security roles within the Configuration Manager console.
  • Outbound or lateral connections originating from Configuration Manager site systems to unmanaged hosts on adjacent network segments.

Detection Strategies

  • Enable SQL Server auditing on the Configuration Manager site database and alert on syntactically unusual queries or schema changes.
  • Monitor Configuration Manager component logs (smsexec.log, SMS_PROVIDER) for unexpected errors or sessions originating from non-administrative hosts.
  • Deploy network signatures for SQL injection patterns targeting Configuration Manager ports and HTTP/HTTPS site role endpoints.

Monitoring Recommendations

  • Baseline normal administrative traffic to site systems and alert on deviations from adjacent subnets.
  • Correlate authentication, database, and Configuration Manager audit events through a centralized SIEM for cross-source visibility.
  • Track privilege changes in the Configuration Manager RBAC_Admins and related tables and review them against change-management records.

How to Mitigate CVE-2025-59213

Immediate Actions Required

  • Apply the Microsoft security update for Configuration Manager 2403, 2409, and 2503 as documented in the vendor advisory.
  • Restrict network access to Configuration Manager site systems to known administrative subnets and management workstations.
  • Audit Configuration Manager administrative accounts and database logins for unauthorized additions or privilege changes.

Patch Information

Microsoft has issued an official fix through the Microsoft CVE-2025-59213 Update Guide. Administrators should install the corresponding hotfix or in-console update for their Configuration Manager version. Verify the patch by checking the site server build number after installation.

Workarounds

  • Segment Configuration Manager site systems on a dedicated management VLAN to eliminate adjacent-network exposure from general user subnets.
  • Enforce IPsec or 802.1X authentication on management segments to block unauthenticated peers from reaching site role endpoints.
  • Disable or firewall any unused Configuration Manager site role services until the patch is deployed.
bash
# Example: restrict inbound access to Configuration Manager site server
# to a defined management subnet using Windows Firewall
New-NetFirewallRule -DisplayName "Allow ConfigMgr Mgmt Only" `
  -Direction Inbound `
  -Action Allow `
  -RemoteAddress 10.10.50.0/24 `
  -Protocol TCP `
  -LocalPort 1433,445,80,443,8530,8531

New-NetFirewallRule -DisplayName "Block ConfigMgr From Other Subnets" `
  -Direction Inbound `
  -Action Block `
  -Protocol TCP `
  -LocalPort 1433,445,80,443,8530,8531

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

  • Vulnerability Details
  • TypePrivilege Escalation

  • Vendor/TechMicrosoft Configuration Manager

  • SeverityHIGH

  • CVSS Score8.8

  • EPSS Probability0.14%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-89
  • Vendor Resources
  • Microsoft CVE-2025-59213 Update Guide
  • Related CVEs
  • CVE-2025-47178: Configuration Manager 2503 SQLi Vulnerability

  • CVE-2024-43468: Microsoft Configuration Manager RCE Flaw
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