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

CVE-2020-0835: Windows Defender Privilege Escalation Flaw

CVE-2020-0835 is a privilege escalation vulnerability in Microsoft Windows Defender caused by improper hard link handling. Attackers can exploit this to gain elevated privileges on affected systems.

Published: March 4, 2026

CVE-2020-0835 Overview

CVE-2020-0835 is an elevation of privilege vulnerability that exists when the Windows Defender antimalware platform improperly handles hard links. This vulnerability allows a local attacker with low privileges to escalate their privileges on affected systems by exploiting the flawed hard link processing mechanism within Microsoft's built-in security solution.

Critical Impact

Local attackers can leverage improper hard link handling in Windows Defender to elevate privileges, potentially gaining complete control over affected Windows systems where Defender is active.

Affected Products

  • Microsoft Windows Defender (all versions prior to patch)

Discovery Timeline

  • 2020-04-15 - CVE-2020-0835 published to NVD
  • 2024-11-21 - Last updated in NVD database

Technical Details for CVE-2020-0835

Vulnerability Analysis

This vulnerability stems from how Windows Defender's antimalware platform processes hard links during file system operations. When Windows Defender performs scanning or remediation actions, it interacts with the file system in ways that can be manipulated by attackers who understand the underlying hard link mechanics.

Hard links in Windows create additional directory entries that point to the same underlying file data. When Windows Defender operates on files—such as during quarantine operations, file scanning, or threat removal—it may follow hard links without properly validating the target destination. An attacker can craft malicious hard links that redirect Defender's privileged operations to target arbitrary files on the system.

The attack requires local access and low-level privileges initially, but successful exploitation results in complete compromise of confidentiality, integrity, and availability on the affected system. The vulnerability does not require user interaction to exploit once an attacker has local access.

Root Cause

The root cause of CVE-2020-0835 lies in insufficient validation of file system objects during privileged operations performed by the Windows Defender antimalware engine. Specifically, the antimalware platform fails to properly verify the true target of hard links before performing security-sensitive file operations. This allows attackers to redirect privileged write or delete operations to arbitrary system files by creating hard links that point to protected locations while appearing as legitimate targets to Defender's processing routines.

Attack Vector

The attack vector for CVE-2020-0835 is local, requiring an attacker to have existing access to the target system with low-level user privileges. The exploitation technique involves creating hard links in locations where Windows Defender performs privileged file operations. When Defender processes these crafted hard links—for example, during a scan or when moving files to quarantine—the operation is inadvertently redirected to the attacker-specified target.

A successful attack could enable an attacker to overwrite or delete critical system files, modify security configurations, or escalate privileges to SYSTEM level by manipulating files associated with privileged services. The attack complexity is low, and no user interaction is required beyond the attacker's initial actions to set up the hard link.

The vulnerability is particularly concerning because it targets Windows Defender itself—a security component that runs with elevated privileges specifically to protect the system. By exploiting this flaw, attackers can weaponize the security solution against the system it's designed to protect.

Detection Methods for CVE-2020-0835

Indicators of Compromise

  • Unusual hard link creation events in Windows file system audit logs, particularly targeting Windows Defender directories
  • Unexpected file modifications in protected system directories coinciding with Windows Defender activity
  • Anomalous Windows Defender process behavior, including operations on files outside normal scan targets
  • Event logs showing privilege escalation attempts or unauthorized access to system files following Defender operations

Detection Strategies

  • Enable Windows file system auditing to monitor hard link creation and modification events
  • Monitor Windows Defender operational logs for unusual file system operations or errors during quarantine/remediation actions
  • Deploy endpoint detection solutions capable of identifying suspicious hard link abuse patterns
  • Implement behavioral analysis to detect privilege escalation attempts following file system manipulation

Monitoring Recommendations

  • Configure Windows Security Event logging to capture file system object creation (Event ID 4663) with specific attention to hard link operations
  • Monitor the MsMpEng.exe process for unusual file access patterns or operations on unexpected file paths
  • Establish baseline behavior for Windows Defender file operations and alert on deviations
  • Implement real-time monitoring of system integrity for critical Windows files and directories

How to Mitigate CVE-2020-0835

Immediate Actions Required

  • Apply the Microsoft security update addressing CVE-2020-0835 immediately
  • Verify Windows Defender antimalware platform version is updated to the patched release
  • Review systems for signs of exploitation or unauthorized privilege escalation
  • Restrict local access to systems where possible to reduce the attack surface

Patch Information

Microsoft has released a security update to address this vulnerability. Administrators should consult the Microsoft Security Advisory for CVE-2020-0835 for detailed patch information and deployment guidance. Windows Defender typically updates automatically through Windows Update, but organizations should verify that the patched antimalware platform version has been deployed across their environment.

Workarounds

  • Implement strict local access controls to limit which users can create hard links on the system
  • Enable Windows Defender Application Control or similar application whitelisting to restrict unauthorized executables
  • Monitor and restrict hard link creation in sensitive directories through Windows Group Policy
  • Consider using filesystem integrity monitoring tools to detect unauthorized hard link creation
bash
# Verify Windows Defender platform version (PowerShell)
Get-MpComputerStatus | Select-Object AMProductVersion, AMEngineVersion, AntispywareSignatureVersion

# Force Windows Defender update
Update-MpSignature

# Check Windows Defender service status
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.27%

  • 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-0835
  • Related CVEs
  • CVE-2023-38175: Windows Defender Privilege Escalation

  • CVE-2023-36422: Windows Defender Privilege Escalation Flaw

  • CVE-2020-1170: 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