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

CVE-2023-36422: Windows Defender Privilege Escalation Flaw

CVE-2023-36422 is a privilege escalation vulnerability in Microsoft Windows Defender that allows attackers to gain elevated system privileges. This article covers the technical details, affected versions, and mitigation.

Published: February 4, 2026

CVE-2023-36422 Overview

CVE-2023-36422 is an Elevation of Privilege vulnerability affecting Microsoft Windows Defender, the built-in antimalware solution for Windows operating systems. This vulnerability allows a local attacker with low privileges to escalate their permissions on the affected system, potentially gaining higher-level access to system resources and sensitive data.

Critical Impact

A successful exploit could allow an attacker to elevate privileges from a low-privileged user account to gain full system control, compromising the security posture of the affected endpoint.

Affected Products

  • Microsoft Windows Defender (all affected versions)

Discovery Timeline

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

Technical Details for CVE-2023-36422

Vulnerability Analysis

This vulnerability is classified under CWE-426 (Untrusted Search Path), which indicates that Windows Defender may load executable code from directories that are not properly secured or validated. When a privileged process searches for resources such as DLLs or configuration files, it may inadvertently load malicious code placed by an attacker in a location that is checked before legitimate system paths.

The local attack vector means an attacker must already have some level of access to the target system. However, the low privilege requirement and absence of user interaction needed for exploitation make this a significant concern for enterprise environments where users operate with standard permissions.

Root Cause

The root cause of CVE-2023-36422 stems from an untrusted search path vulnerability (CWE-426). Windows Defender's execution path does not adequately validate the source locations from which it loads certain executable components or libraries. This weakness allows an attacker to plant malicious code in a directory that Windows Defender searches during its normal operations, leading to the execution of attacker-controlled code with elevated privileges.

Attack Vector

The attack requires local access to the target system. An attacker with a low-privileged account can exploit this vulnerability by:

  1. Identifying the vulnerable search path utilized by Windows Defender
  2. Placing a malicious executable or DLL in a directory within that search path
  3. Triggering Windows Defender to execute or load the malicious component
  4. Gaining elevated privileges as Windows Defender executes with higher system permissions

The vulnerability does not require any user interaction, meaning once the malicious payload is positioned, the next time Windows Defender performs certain operations, the privilege escalation occurs automatically.

Detection Methods for CVE-2023-36422

Indicators of Compromise

  • Unexpected DLL files appearing in directories within the Windows Defender search path
  • Anomalous process creation events where Windows Defender spawns child processes with unusual characteristics
  • Suspicious file modifications or additions to Windows Defender-related directories
  • Privilege escalation events originating from Windows Defender processes

Detection Strategies

  • Monitor for DLL loading events from non-standard directories by Windows Defender processes using Sysmon or EDR solutions
  • Implement file integrity monitoring on Windows Defender installation directories
  • Use behavioral analysis to detect privilege escalation patterns associated with antimalware processes
  • Deploy endpoint detection rules to alert on untrusted library loading by MsMpEng.exe and related Windows Defender components

Monitoring Recommendations

  • Enable Windows Security Event logging for process creation (Event ID 4688) and privilege use events
  • Configure audit policies to track file system changes in security-sensitive directories
  • Utilize SentinelOne's behavioral AI to detect anomalous privilege escalation attempts
  • Review Windows Defender version information regularly to ensure current patch levels

How to Mitigate CVE-2023-36422

Immediate Actions Required

  • Apply the latest Microsoft security updates for Windows Defender immediately
  • Verify that Windows Defender definitions and platform versions are current via the Microsoft Security Update Guide
  • Restrict write permissions to directories within Windows Defender's search path for non-administrative users
  • Implement application control policies to prevent unauthorized executable loading

Patch Information

Microsoft has addressed this vulnerability through security updates. Organizations should consult the Microsoft Security Response Center advisory for CVE-2023-36422 for detailed patch information and update guidance. Windows Defender typically receives automatic updates through Windows Update, but administrators should verify that automatic updates are enabled and functioning correctly.

Workarounds

  • Audit and restrict directory permissions in Windows Defender installation paths to prevent unprivileged users from writing files
  • Implement strict application whitelisting policies to block unauthorized executables
  • Enable controlled folder access in Windows Security settings to protect system directories
  • Consider using Group Policy to lock down search paths for Windows Defender components
bash
# Verify Windows Defender version and update status
# Run in PowerShell as Administrator
Get-MpComputerStatus | Select-Object AMProductVersion, AMEngineVersion, AntispywareSignatureVersion, AntispywareSignatureLastUpdated

# Force Windows Defender definition update
Update-MpSignature

# Verify Windows Defender service is running with latest updates
Get-Service WinDefend | Select-Object Status, StartType

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

  • Vulnerability Details
  • TypePrivilege Escalation

  • Vendor/TechWindows Defender

  • SeverityHIGH

  • CVSS Score7.8

  • EPSS Probability0.72%

  • 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
  • CWE References
  • CWE-426

  • NVD-CWE-noinfo
  • Vendor Resources
  • Microsoft CVE-2023-36422 Advisory
  • Related CVEs
  • CVE-2023-38175: Windows Defender Privilege Escalation

  • CVE-2020-1170: Windows Defender Privilege Escalation Flaw

  • CVE-2020-0835: Windows Defender Privilege Escalation Flaw
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