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-2020-0951

CVE-2020-0951: Microsoft PowerShell WDAC Bypass Vulnerability

CVE-2020-0951 is a security feature bypass vulnerability in Microsoft PowerShell that allows attackers to circumvent Windows Defender Application Control enforcement and execute blocked commands with admin access.

Published: March 4, 2026

CVE-2020-0951 Overview

A security feature bypass vulnerability exists in Windows Defender Application Control (WDAC) that allows attackers to circumvent WDAC enforcement policies. This vulnerability enables the execution of PowerShell commands that would otherwise be blocked by WDAC protection mechanisms, potentially allowing arbitrary code execution on affected systems.

An attacker who successfully exploits this vulnerability could execute PowerShell commands that would normally be restricted by WDAC policies. To exploit the vulnerability, an attacker requires administrator access on a local machine where PowerShell is running. The attacker could then connect to a PowerShell session and send commands to execute arbitrary code, effectively bypassing the security controls designed to prevent unauthorized code execution.

Critical Impact

Successful exploitation allows attackers with administrator access to bypass Windows Defender Application Control and execute arbitrary PowerShell commands, undermining application whitelisting controls designed to prevent malicious code execution.

Affected Products

  • Microsoft PowerShell (multiple versions including 7.0.8)
  • Microsoft Windows 10 (versions 1607, 1709, 1803, 1809, 1903, 1909, 2004)
  • Microsoft Windows Server 2016 (including versions 1903, 1909, 2004)
  • Microsoft Windows Server 2019

Discovery Timeline

  • September 11, 2020 - CVE-2020-0951 published to NVD
  • February 23, 2026 - Last updated in NVD database

Technical Details for CVE-2020-0951

Vulnerability Analysis

This vulnerability represents a security feature bypass in Windows Defender Application Control (WDAC), a critical Windows security component designed to restrict which applications and scripts can run on a system. WDAC is commonly deployed in enterprise environments to enforce application whitelisting policies and prevent the execution of unauthorized code.

The flaw exists in how PowerShell commands are validated when WDAC protection is enabled. Under normal circumstances, WDAC should block the execution of unauthorized scripts and commands. However, due to improper validation logic, an attacker with local administrator privileges can craft commands that evade WDAC's enforcement mechanisms.

The attack requires local access and high privileges (administrator), which somewhat limits the attack surface. However, in environments where WDAC is relied upon as a primary defense-in-depth mechanism, this bypass can have significant security implications. Organizations using WDAC to maintain compliance with security policies or to protect against insider threats are particularly affected.

Root Cause

The root cause of this vulnerability lies in the improper validation of PowerShell commands when WDAC protection is active. The PowerShell command validation logic failed to properly enforce WDAC policies under certain conditions, allowing specially crafted commands to bypass the application control checks.

Microsoft addressed this issue by correcting how PowerShell commands are validated when WDAC protection is enabled, ensuring that all PowerShell execution paths properly respect WDAC enforcement policies.

Attack Vector

The attack vector is local, requiring an attacker to have administrator access on the target machine. The exploitation flow involves:

  1. The attacker gains local administrator access to a Windows system with WDAC enabled
  2. The attacker connects to a PowerShell session on the local machine
  3. Using specially crafted commands, the attacker bypasses WDAC validation
  4. The attacker executes PowerShell commands that should normally be blocked by WDAC policies

This bypass is particularly concerning in environments where WDAC is used as a key component of a defense-in-depth strategy, as it allows an attacker with elevated privileges to undermine application whitelisting controls. For detailed technical information, refer to the Microsoft Security Advisory.

Detection Methods for CVE-2020-0951

Indicators of Compromise

  • Unusual PowerShell activity from administrator accounts, particularly commands that should be blocked by WDAC policies
  • PowerShell command-line arguments or script execution patterns that deviate from established baselines
  • WDAC policy violation events in Windows Event logs that don't result in blocked execution
  • Evidence of PowerShell remoting sessions (Enter-PSSession, Invoke-Command) on systems where such activity is unexpected

Detection Strategies

  • Monitor Windows Event Log for WDAC/AppLocker events (Event IDs 8002, 8003, 8004, 8005, 8006, 8007) that indicate policy bypass attempts
  • Implement PowerShell ScriptBlock logging and Module logging to capture detailed command execution records
  • Deploy behavioral detection rules that identify administrator accounts executing unusual PowerShell commands
  • Use SentinelOne's behavioral AI to detect anomalous PowerShell execution patterns that may indicate WDAC bypass attempts

Monitoring Recommendations

  • Enable PowerShell Transcription logging to capture full command history and output
  • Configure enhanced WDAC audit mode policies to detect potential bypass attempts before they succeed
  • Implement centralized log collection for PowerShell and WDAC events across all endpoints
  • Establish baseline PowerShell usage patterns for administrator accounts to identify anomalous activity

How to Mitigate CVE-2020-0951

Immediate Actions Required

  • Apply the security update from Microsoft for all affected Windows and PowerShell versions immediately
  • Review administrator account access and ensure principle of least privilege is enforced
  • Audit systems for signs of WDAC bypass attempts using the detection strategies outlined above
  • Consider implementing additional application control mechanisms as defense-in-depth

Patch Information

Microsoft has released security updates to address this vulnerability. The update corrects how PowerShell commands are validated when WDAC protection is enabled. Organizations should apply patches for all affected products including Windows 10 (versions 1607 through 2004), Windows Server 2016, Windows Server 2019, and PowerShell.

For detailed patch information and download links, refer to the Microsoft Security Advisory for CVE-2020-0951.

Workarounds

  • Implement Constrained Language Mode for PowerShell to limit available cmdlets and language features
  • Restrict PowerShell remoting access to only essential administrator accounts
  • Deploy additional endpoint detection and response (EDR) solutions like SentinelOne to detect WDAC bypass attempts
  • Consider implementing Just-In-Time (JIT) administrator access to limit the window of exposure for privileged accounts
bash
# Verify WDAC policy status and enable enhanced logging
# Check current WDAC policy status
Get-CimInstance -Namespace root/Microsoft/Windows/CI -ClassName MSFT_MpComputerStatus

# Enable PowerShell ScriptBlock logging via Group Policy or registry
Set-ItemProperty -Path "HKLM:\SOFTWARE\Policies\Microsoft\Windows\PowerShell\ScriptBlockLogging" -Name "EnableScriptBlockLogging" -Value 1

# Enable Module logging for detailed PowerShell activity tracking
Set-ItemProperty -Path "HKLM:\SOFTWARE\Policies\Microsoft\Windows\PowerShell\ModuleLogging" -Name "EnableModuleLogging" -Value 1

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechMicrosoft Powershell

  • SeverityMEDIUM

  • CVSS Score6.7

  • EPSS Probability0.53%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • NVD-CWE-noinfo
  • Vendor Resources
  • Microsoft Security Advisory CVE-2020-0951
  • Related CVEs
  • CVE-2024-0057: Microsoft PowerShell Auth Bypass Flaw

  • CVE-2023-36013: Microsoft PowerShell Info Disclosure Flaw
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