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

CVE-2020-0733: Windows MSRT Privilege Escalation Flaw

CVE-2020-0733 is a privilege escalation vulnerability in Microsoft Windows Malicious Software Removal Tool caused by improper junction handling. Attackers with system access can elevate privileges to compromise security.

Published: March 11, 2026

CVE-2020-0733 Overview

An elevation of privilege vulnerability exists in the Windows Malicious Software Removal Tool (MSRT) due to improper handling of junctions. This vulnerability allows an attacker who already has execution capabilities on a victim system to escalate their privileges, potentially gaining elevated access to sensitive system resources and functions.

Critical Impact

Local attackers with initial execution capability can exploit improper junction handling in MSRT to escalate privileges and gain elevated access to the system.

Affected Products

  • Microsoft Windows Malicious Software Removal Tool (all versions prior to patch)

Discovery Timeline

  • 2020-02-11 - CVE-2020-0733 published to NVD
  • 2024-11-21 - Last updated in NVD database

Technical Details for CVE-2020-0733

Vulnerability Analysis

This elevation of privilege vulnerability stems from the Windows Malicious Software Removal Tool's failure to properly validate and handle file system junctions (also known as reparse points). MSRT, which runs with elevated SYSTEM privileges during its scanning operations, follows junctions without adequate verification of their targets. When MSRT processes files or directories during its malware scanning routine, an attacker can manipulate these operations by placing carefully crafted junctions that redirect MSRT's privileged file operations to arbitrary locations.

The exploitation requires an attacker to first gain execution on the target system, meaning this is a local privilege escalation attack rather than a remote compromise. Once initial access is established, the attacker can create symbolic links or directory junctions that cause MSRT to perform privileged operations on attacker-controlled targets during its next execution cycle.

Root Cause

The root cause of CVE-2020-0733 lies in insufficient validation of file system objects during MSRT's privileged operations. The tool fails to verify whether a directory or file it accesses is a junction pointing to an unintended location before performing privileged actions. This creates a TOCTOU (Time-of-Check to Time-of-Use) race condition where an attacker can substitute a legitimate target with a malicious junction between validation and use.

Attack Vector

The attack vector for this vulnerability is local, requiring the attacker to already have code execution capability on the target system. The attack flow typically involves:

  1. The attacker gains initial execution on the target system through another means (phishing, exploitation, etc.)
  2. The attacker creates a directory junction in a location that MSRT will process during its scan
  3. The junction points to a sensitive system location or file the attacker wishes to manipulate
  4. When MSRT runs (either manually triggered or during scheduled execution), it follows the junction
  5. MSRT performs privileged file operations (write, delete, modify) on the attacker-specified target
  6. The attacker achieves privilege escalation through these redirected operations

The vulnerability can be exploited to overwrite system files, modify protected registry keys, or gain SYSTEM-level access through careful manipulation of MSRT's file operations. For detailed technical information, see the Microsoft Security Advisory CVE-2020-0733.

Detection Methods for CVE-2020-0733

Indicators of Compromise

  • Unusual junction or symbolic link creation in directories processed by MSRT
  • Unexpected file modifications in system directories coinciding with MSRT execution times
  • Creation of reparse points in temporary or user-accessible directories
  • Suspicious process activity where mrt.exe accesses unexpected file paths

Detection Strategies

  • Monitor for junction and symbolic link creation events, particularly in user-writable directories
  • Implement file integrity monitoring on critical system files and directories
  • Track MSRT execution patterns and correlate with unexpected system file changes
  • Deploy endpoint detection solutions capable of identifying junction-based privilege escalation attempts

Monitoring Recommendations

  • Enable Windows Security Event logging for file system operations (Event ID 4663)
  • Monitor the Windows Security log for privilege escalation indicators
  • Track reparse point creation using Sysmon with appropriate configuration rules
  • Implement alerts for MSRT (mrt.exe) accessing file paths outside its normal operational scope

How to Mitigate CVE-2020-0733

Immediate Actions Required

  • Apply the latest Microsoft security update for Windows Malicious Software Removal Tool
  • Ensure MSRT is updated to the latest version through Windows Update
  • Review systems for signs of exploitation or unusual junction creation
  • Limit user permissions to prevent unauthorized creation of junctions in sensitive directories

Patch Information

Microsoft has released a security update to address this vulnerability. The patch corrects how the Windows Malicious Software Removal Tool handles junctions during file operations. Organizations should ensure that MSRT is updated through the standard Windows Update mechanism. For complete patch details and deployment guidance, refer to the Microsoft Security Advisory CVE-2020-0733.

Workarounds

  • Restrict user permissions to prevent creation of junctions in directories MSRT processes
  • Implement application whitelisting to limit unauthorized code execution that could precede exploitation
  • Use Group Policy to limit junction creation capabilities for non-administrative users
  • Deploy SentinelOne endpoint protection for real-time detection and prevention of privilege escalation attempts

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.38%

  • 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
  • NVD-CWE-noinfo
  • Vendor Resources
  • Microsoft Security Advisory CVE-2020-0733
  • Related CVEs
  • CVE-2026-41088: Windows 10 21h2 Privilege Escalation Flaw

  • CVE-2026-41095: Windows Server 2012 Privilege Escalation

  • CVE-2026-40382: Windows 10 1607 Privilege Escalation Flaw

  • CVE-2026-40397: Windows 10 1607 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