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

CVE-2026-41091: Microsoft Defender Privilege Escalation Flaw

CVE-2026-41091 is a privilege escalation vulnerability in Microsoft Defender caused by improper link resolution. Authorized attackers can exploit this to gain elevated privileges locally.

Published: May 21, 2026

CVE-2026-41091 Overview

CVE-2026-41091 is a local privilege escalation vulnerability in the Microsoft Malware Protection Engine, the core component behind Microsoft Defender. The flaw stems from improper link resolution before file access, classified under [CWE-59]. An authorized local attacker can abuse symbolic or hard links to redirect file operations performed by the privileged Defender process. Successful exploitation grants the attacker elevated privileges on the affected system. CISA has added this vulnerability to its Known Exploited Vulnerabilities (KEV) catalog, confirming active exploitation in the wild.

Critical Impact

Local attackers with low privileges can escalate to SYSTEM by manipulating filesystem links processed by the Microsoft Malware Protection Engine, compromising endpoint confidentiality, integrity, and availability.

Affected Products

  • Microsoft Malware Protection Engine (all versions prior to the security update)
  • Microsoft Defender Antivirus components relying on the Malware Protection Engine
  • Windows endpoints and servers shipping Microsoft Defender by default

Discovery Timeline

  • 2026-05-20 - CVE-2026-41091 published to NVD
  • 2026-05-20 - Last updated in NVD database

Technical Details for CVE-2026-41091

Vulnerability Analysis

The Microsoft Malware Protection Engine performs file operations against paths under contexts where the SYSTEM account holds elevated privileges. The engine resolves file paths without adequately validating whether path components are symbolic links, junctions, or hard links pointing outside the intended target. A local attacker who controls a writable directory can plant a link that redirects an engine-initiated write, delete, or quarantine operation to an arbitrary location.

This class of flaw is commonly referred to as a link-following or filesystem-redirection vulnerability. The attacker does not need to inject code into the Defender process. Instead, the attacker tricks the privileged process into modifying a file the attacker could not otherwise touch. The result is a Local Privilege Escalation primitive that yields integrity and confidentiality compromise across the host.

Root Cause

The root cause is improper link resolution before file access [CWE-59]. The Malware Protection Engine opens, modifies, or removes files based on attacker-influenced paths without using opt-in protections such as FILE_FLAG_OPEN_REPARSE_POINT checks, secure path canonicalization, or impersonation of the requesting user. Because Defender runs with SYSTEM-level rights, any redirected operation inherits those rights.

Attack Vector

Exploitation requires local access and low-privilege authentication. The attacker stages a malicious file in a directory Defender will inspect, then replaces a path component with a symbolic link, NTFS junction, or hard link pointing to a SYSTEM-owned target. When Defender acts on the original path, the operation follows the link and modifies the protected target. No user interaction is required, and the attack complexity is low.

A functional public proof-of-concept is not currently available. See the Microsoft Security Update Guide for vendor-provided technical detail.

Detection Methods for CVE-2026-41091

Indicators of Compromise

  • Creation of symbolic links, NTFS junctions, or hard links inside directories scanned by Microsoft Defender, particularly user-writable temp paths.
  • Unexpected modifications to SYSTEM-owned files such as C:\Windows\System32 binaries or service DLLs immediately following a Defender scan or quarantine event.
  • MsMpEng.exe performing file writes or deletions to paths outside the standard Defender working directories.
  • New or modified service binaries, scheduled tasks, or DLLs in privileged locations correlated with low-privilege user activity.

Detection Strategies

  • Monitor process telemetry for MsMpEng.exe and related Defender processes writing to or deleting files in protected system directories.
  • Alert on creation of reparse points by non-administrative users in directories that Defender scans on demand or on access.
  • Correlate Defender scan events with subsequent SYSTEM-context file modifications to detect link-following exploitation patterns.
  • Track installation of unexpected services, drivers, or autoruns immediately after Defender file operations.

Monitoring Recommendations

  • Enable Microsoft Defender tamper protection and forward Defender operational logs to a centralized SIEM for correlation.
  • Audit filesystem object access (Event ID 4663) on sensitive system directories to capture reparse point manipulation.
  • Baseline normal MsMpEng.exe file activity and alert on deviations, especially writes outside ProgramData\Microsoft\Windows Defender.
  • Review CISA KEV catalog status and prioritize remediation for hosts that have not received the patch.

How to Mitigate CVE-2026-41091

Immediate Actions Required

  • Apply the Microsoft security update for the Malware Protection Engine as referenced in the Microsoft Security Update Guide.
  • Confirm that the Malware Protection Engine version on every endpoint is updated, since the engine updates independently of Windows cumulative updates.
  • Prioritize federal and regulated environments per CISA Known Exploited Vulnerabilities guidance.
  • Audit endpoints for indicators of prior exploitation before assuming patched systems are clean.

Patch Information

Microsoft has released an updated Malware Protection Engine that corrects link resolution logic. Engine updates typically deploy automatically through Microsoft Update, Windows Server Update Services (WSUS), or Microsoft Defender for Endpoint cloud-delivered protection. Administrators should verify the deployed engine version on managed endpoints and trigger a manual signature and engine update where automatic delivery is disabled. Refer to the Microsoft Security Update Guide for the fixed engine version and deployment guidance.

Workarounds

  • Restrict interactive logon and local access on high-value hosts to limit who can stage link-following payloads.
  • Enforce least privilege so standard users cannot create reparse points in directories shared with privileged processes.
  • Enable Defender tamper protection and attack surface reduction rules to limit secondary post-exploitation behavior.
  • Treat patching as the primary remediation; workarounds do not fully neutralize the underlying link resolution flaw.
bash
# Verify Microsoft Defender engine and signature versions on Windows
Get-MpComputerStatus | Select-Object AMEngineVersion, AMProductVersion, AntivirusSignatureVersion, AMServiceVersion

# Force an immediate signature and engine update
Update-MpSignature

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 Malware Protection Engine

  • SeverityHIGH

  • CVSS Score7.8

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CISA KEV Information
  • In CISA KEVYes
  • CWE References
  • CWE-59
  • Technical References
  • CISA Known Exploited Vulnerabilities
  • Vendor Resources
  • Microsoft Security Update Guide
  • Related CVEs
  • CVE-2023-23389: Microsoft Defender Privilege Escalation

  • CVE-2021-34471: Windows Defender Privilege Escalation Flaw

  • CVE-2026-45584: Microsoft Defender Buffer Overflow Flaw

  • CVE-2022-24548: Microsoft Defender DoS Vulnerability
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