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
    • 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-2026-25177

CVE-2026-25177: Active Directory Privilege Escalation Flaw

CVE-2026-25177 is a privilege escalation vulnerability in Active Directory Domain Services caused by improper file name restrictions. Authorized attackers can exploit this flaw over a network to gain elevated privileges.

Published: March 13, 2026

CVE-2026-25177 Overview

CVE-2026-25177 is a privilege escalation vulnerability in Microsoft Active Directory Domain Services (AD DS) caused by improper restriction of names for files and other resources. This vulnerability allows an authorized attacker with low-privilege network access to elevate their privileges over the network, potentially gaining unauthorized access to sensitive domain resources and administrative capabilities.

Critical Impact

An authenticated attacker can exploit improper resource name restrictions in Active Directory Domain Services to escalate privileges over the network, potentially compromising domain security and gaining administrative access.

Affected Products

  • Microsoft Active Directory Domain Services
  • Windows Server (versions with AD DS role enabled)
  • Domain Controllers running affected AD DS implementations

Discovery Timeline

  • 2026-03-10 - CVE CVE-2026-25177 published to NVD
  • 2026-03-11 - Last updated in NVD database

Technical Details for CVE-2026-25177

Vulnerability Analysis

This vulnerability stems from CWE-641 (Improper Restriction of Names for Files and Other Resources), which occurs when the software does not properly restrict the names used for resources such as files, directories, or other objects. In the context of Active Directory Domain Services, this weakness can be exploited by an authenticated user with low privileges to manipulate resource naming conventions in ways that bypass security controls.

The attack can be executed remotely over the network and requires only low-level authentication, meaning any domain user could potentially exploit this vulnerability. No user interaction is required, making it particularly dangerous in enterprise environments where Active Directory serves as the central authentication and authorization system.

Root Cause

The root cause lies in insufficient validation and restriction of resource names within Active Directory Domain Services. When AD DS processes requests involving file and resource names, it fails to properly sanitize or restrict certain name patterns that can be leveraged to bypass access controls. This improper restriction allows authenticated attackers to craft specially named resources that exploit the trust relationships and naming conventions within the Active Directory infrastructure.

Attack Vector

The attack vector is network-based, allowing exploitation from any network-connected system with domain access. An attacker requires low-level privileges (standard domain user credentials) to initiate the attack. The exploitation process involves:

  1. Initial Access: The attacker authenticates to the domain with standard user credentials
  2. Resource Manipulation: The attacker creates or modifies resources using specially crafted names that exploit the improper restriction
  3. Privilege Escalation: Through the naming manipulation, the attacker bypasses authorization checks and gains elevated privileges
  4. Impact: The attacker achieves unauthorized access to sensitive resources, potentially including administrative capabilities

The vulnerability enables high-impact compromise of confidentiality, integrity, and availability of affected systems. Detailed technical exploitation information is available in the Microsoft Security Update Guide.

Detection Methods for CVE-2026-25177

Indicators of Compromise

  • Unusual object creation or modification events in Active Directory logs with atypical naming patterns
  • Unexpected privilege changes for standard domain user accounts
  • Anomalous LDAP queries or directory service access patterns from non-administrative accounts
  • Security event logs showing access to sensitive AD objects by unauthorized users

Detection Strategies

  • Monitor Windows Security Event Logs for Event ID 4662 (operations performed on directory service objects) with suspicious object names
  • Implement SIEM rules to detect unusual patterns in AD object creation and modification activities
  • Deploy honeypot accounts and monitor for unauthorized privilege enumeration attempts
  • Configure alerts for unexpected changes to security-sensitive AD attributes and group memberships

Monitoring Recommendations

  • Enable advanced auditing on Domain Controllers with focus on Directory Service Access and Directory Service Changes
  • Implement real-time monitoring of AD replication traffic for anomalous patterns
  • Deploy endpoint detection and response (EDR) solutions on Domain Controllers to identify exploitation attempts
  • Regularly audit AD object permissions and ACLs for unauthorized modifications

How to Mitigate CVE-2026-25177

Immediate Actions Required

  • Apply the latest security patches from Microsoft for Active Directory Domain Services immediately
  • Review and audit all AD objects for unusual naming patterns or recent modifications
  • Implement the principle of least privilege for all domain accounts
  • Enable enhanced monitoring on all Domain Controllers until patches are applied

Patch Information

Microsoft has released security updates to address this vulnerability. Detailed patch information and affected versions are available in the Microsoft Security Update Guide. Organizations should prioritize deploying these updates across all Domain Controllers and systems running Active Directory Domain Services.

Workarounds

  • Implement strict naming conventions and validation policies for AD objects where possible
  • Restrict the ability to create or modify certain AD objects to only trusted administrative accounts
  • Deploy additional network segmentation to limit exposure of Domain Controllers
  • Enable Protected Users security group for high-privilege accounts to reduce attack surface
bash
# PowerShell - Enable enhanced AD auditing for detection
# Configure auditing on the domain to detect exploitation attempts
auditpol /set /subcategory:"Directory Service Changes" /success:enable /failure:enable
auditpol /set /subcategory:"Directory Service Access" /success:enable /failure:enable

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

  • SeverityHIGH

  • CVSS Score8.8

  • EPSS Probability0.07%

  • 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-641
  • Technical References
  • Microsoft Security Update Guide
  • Related CVEs
  • CVE-2026-32219: Microsoft Brokering File System Vulnerability

  • CVE-2026-32184: Microsoft HPC Privilege Escalation Flaw

  • CVE-2026-32150: Function Discovery Service Race Condition

  • CVE-2026-32091: Microsoft Brokering File System Escalation
Default Legacy - Prefooter | 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