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
    • 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-2020-1571

CVE-2020-1571: Windows 10 Privilege Escalation Flaw

CVE-2020-1571 is a privilege escalation vulnerability in Windows 10 Setup that allows authenticated attackers to execute code with elevated system privileges. This article covers technical details, affected versions, and mitigation.

Published: March 4, 2026

CVE-2020-1571 Overview

An elevation of privilege vulnerability exists in Windows Setup in the way it handles permissions. A locally authenticated attacker could exploit this flaw to run arbitrary code with elevated system privileges. After successfully exploiting the vulnerability, an attacker could then install programs; view, change, or delete data; or create new accounts with full user rights.

This vulnerability stems from improper permission handling within the Windows Setup component, classified as CWE-276 (Incorrect Default Permissions). The flaw allows attackers who already have local access to escalate their privileges to SYSTEM level, effectively gaining complete control over the affected Windows system.

Critical Impact

Local privilege escalation enabling complete system compromise with SYSTEM-level access, allowing attackers to install malicious programs, modify or delete critical data, and create new accounts with administrative privileges.

Affected Products

  • Microsoft Windows 10 version 1803
  • Microsoft Windows 10 version 1809
  • Microsoft Windows 10 version 1903
  • Microsoft Windows 10 version 1909
  • Microsoft Windows 10 version 2004

Discovery Timeline

  • 2020-08-17 - CVE-2020-1571 published to NVD
  • 2026-02-23 - Last updated in NVD database

Technical Details for CVE-2020-1571

Vulnerability Analysis

The vulnerability resides in the Windows Setup component, which improperly handles permissions during system configuration operations. This incorrect default permissions flaw (CWE-276) creates a security gap that can be leveraged by locally authenticated users to bypass intended access controls.

When Windows Setup executes certain operations, it fails to properly validate and enforce permission boundaries. This allows a low-privileged local user to interact with the Setup component in ways that were not intended, ultimately leading to code execution in a privileged context.

The attack requires local access and a valid user account on the target system, but does not require any user interaction beyond the attacker's own actions. Once exploited, the attacker gains the highest level of system privileges, enabling unrestricted access to the compromised machine.

Root Cause

The root cause of CVE-2020-1571 is incorrect default permissions (CWE-276) in the Windows Setup component. The Setup process does not properly restrict access to certain resources or operations, allowing authenticated local users to escalate their privileges. This fundamental access control weakness enables attackers to bypass security boundaries that should prevent non-administrative users from executing code with elevated privileges.

Attack Vector

The attack vector for this vulnerability is local, requiring the attacker to have authenticated access to the target Windows 10 system. The exploitation path involves:

  1. An attacker with low-level local access identifies the vulnerable Windows Setup component
  2. The attacker leverages the improper permission handling to inject or execute arbitrary code
  3. Due to the permission misconfiguration, this code executes with SYSTEM privileges
  4. With elevated access, the attacker can perform any administrative action including installing backdoors, exfiltrating data, or establishing persistence

The vulnerability does not require user interaction and has low attack complexity once local access is obtained. No public exploit code has been identified for this vulnerability, and it is not listed in CISA's Known Exploited Vulnerabilities catalog.

Detection Methods for CVE-2020-1571

Indicators of Compromise

  • Unexpected process execution originating from Windows Setup components with SYSTEM privileges
  • Unusual child processes spawned by Setup-related executables
  • New user accounts created without authorized administrative action
  • Suspicious modifications to system files or registry keys following Setup component activity

Detection Strategies

  • Monitor for unusual process creation events where the parent process is related to Windows Setup
  • Implement Windows event log monitoring for privilege escalation attempts (Event ID 4672, 4673)
  • Deploy endpoint detection solutions capable of identifying anomalous behavior patterns in system components
  • Establish baseline behavior for Setup-related processes and alert on deviations

Monitoring Recommendations

  • Enable detailed Windows Security event logging, particularly for process creation and privilege use
  • Configure SentinelOne behavioral AI to detect privilege escalation attempts targeting Windows system components
  • Monitor for unauthorized account creation events (Event ID 4720)
  • Review system logs for any unexpected Windows Setup component execution outside of legitimate update scenarios

How to Mitigate CVE-2020-1571

Immediate Actions Required

  • Apply the security update from Microsoft immediately to all affected Windows 10 systems
  • Restrict local access to systems to only necessary personnel
  • Audit existing user accounts for unauthorized privilege escalation
  • Implement the principle of least privilege across all endpoints

Patch Information

Microsoft has released a security update that addresses the vulnerability by ensuring Windows Setup properly handles permissions. The official patch information is available through the Microsoft Security Advisory for CVE-2020-1571.

Organizations should deploy the appropriate security updates for their Windows 10 version:

  • Windows 10 version 1803
  • Windows 10 version 1809
  • Windows 10 version 1903
  • Windows 10 version 1909
  • Windows 10 version 2004

Workarounds

  • Limit local access to Windows 10 systems to only trusted and necessary users
  • Implement application whitelisting to prevent unauthorized code execution
  • Deploy endpoint protection solutions with behavioral detection capabilities such as SentinelOne
  • Consider implementing network segmentation to limit the impact of any successful privilege escalation
bash
# Review current security patch status
wmic qfe list brief /format:table

# Check Windows version for applicability
winver

# Review local user privileges
net localgroup administrators

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

  • SeverityHIGH

  • CVSS Score7.8

  • EPSS Probability0.61%

  • 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-276
  • Vendor Resources
  • Microsoft Security Advisory CVE-2020-1571
  • Related CVEs
  • CVE-2026-23672: Windows UDFS Privilege Escalation Flaw

  • CVE-2026-25178: Windows WinSock Driver Privilege Escalation

  • CVE-2026-24283: Windows File Server Privilege Escalation

  • CVE-2026-24294: Windows SMB Server Privilege 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