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

CVE-2020-0787: Windows 10 1507 BITS Privilege Escalation

CVE-2020-0787 is a privilege escalation vulnerability in Windows Background Intelligent Transfer Service (BITS) affecting Windows 10 1507. This article covers the technical details, affected versions, and mitigation.

Published: March 11, 2026

CVE-2020-0787 Overview

An elevation of privilege vulnerability exists when the Windows Background Intelligent Transfer Service (BITS) improperly handles symbolic links. This vulnerability allows a local attacker to escalate privileges from a standard user to SYSTEM-level access by exploiting a symlink handling flaw in the BITS service. BITS is a critical Windows component used for background file transfers, including Windows Update operations, making this vulnerability particularly significant for enterprise environments.

Critical Impact

This vulnerability is actively exploited in the wild and listed in CISA's Known Exploited Vulnerabilities catalog. Successful exploitation allows attackers to gain SYSTEM-level privileges, enabling complete compromise of affected Windows systems.

Affected Products

  • Microsoft Windows 7 SP1
  • Microsoft Windows 8.1 / Windows RT 8.1
  • Microsoft Windows 10 (versions 1507, 1607, 1709, 1803, 1809, 1903, 1909)
  • Microsoft Windows Server 2008 SP2 / R2 SP1
  • Microsoft Windows Server 2012 / 2012 R2
  • Microsoft Windows Server 2016 / 2019
  • Microsoft Windows Server (versions 1803, 1903, 1909)

Discovery Timeline

  • March 12, 2020 - CVE-2020-0787 published to NVD
  • October 29, 2025 - Last updated in NVD database

Technical Details for CVE-2020-0787

Vulnerability Analysis

This elevation of privilege vulnerability stems from improper handling of symbolic links within the Windows Background Intelligent Transfer Service (BITS). The BITS service operates with SYSTEM privileges and is responsible for managing asynchronous file transfers between machines using idle network bandwidth. When processing file operations, BITS fails to properly validate symbolic link targets, allowing a local attacker to redirect file operations to arbitrary locations.

The vulnerability is classified under CWE-59 (Improper Link Resolution Before File Access), commonly known as a symlink attack. An attacker with local access can create specially crafted symbolic links that exploit this flaw during BITS file operations. When the BITS service follows these malicious symlinks, it performs operations in the context of its elevated SYSTEM privileges, effectively allowing the attacker to write to protected system locations or manipulate critical files.

This vulnerability requires local access and user interaction, meaning an attacker must have an initial foothold on the target system. However, the confirmed active exploitation in the wild and inclusion in CISA's Known Exploited Vulnerabilities catalog highlights the real-world threat this vulnerability poses, particularly as part of post-compromise privilege escalation chains.

Root Cause

The root cause of CVE-2020-0787 lies in the BITS service's failure to properly validate and resolve symbolic links before performing file operations. The service does not adequately check whether a path contains a symbolic link pointing to a restricted location before performing privileged file operations. This allows attackers to create symlinks that redirect BITS file operations to arbitrary file system locations, effectively leveraging the service's SYSTEM-level privileges to modify protected files.

Attack Vector

The attack vector for this vulnerability is local, requiring an attacker to have initial access to the target system. The exploitation process involves:

  1. The attacker creates a malicious symbolic link in a location where BITS will perform file operations
  2. The symlink is configured to point to a protected system location or file
  3. When BITS processes the file operation, it follows the symlink and performs the operation with SYSTEM privileges
  4. The attacker achieves arbitrary file write or modification capabilities as SYSTEM

The vulnerability can be exploited as part of a privilege escalation chain, where attackers first gain initial access through phishing, malware, or other means, then use CVE-2020-0787 to escalate to SYSTEM privileges for complete system compromise. The Packet Storm exploit report provides additional technical details on exploitation techniques.

Detection Methods for CVE-2020-0787

Indicators of Compromise

  • Unusual symbolic link creation in BITS working directories (typically %ALLUSERSPROFILE%\Microsoft\Network\Downloader)
  • Unexpected file modifications in protected system directories following BITS service activity
  • Process creation events showing privilege escalation patterns from user context to SYSTEM
  • Anomalous BITS job creation or manipulation activity in Windows event logs

Detection Strategies

  • Monitor Windows Event Logs for BITS-related events (Event IDs 3, 4, 59, 60 in Microsoft-Windows-Bits-Client/Operational)
  • Implement file integrity monitoring for critical system files and directories
  • Deploy endpoint detection rules to identify symbolic link abuse patterns targeting BITS directories
  • Monitor for suspicious bitsadmin.exe command-line activity or COM object manipulation of BITS

Monitoring Recommendations

  • Enable verbose BITS logging through Group Policy (Computer Configuration > Administrative Templates > Network > Background Intelligent Transfer Service)
  • Configure Sysmon to capture symbolic link creation events (Event ID 11 with target path analysis)
  • Implement behavioral analysis for processes that create symlinks followed by BITS service activation
  • Monitor for post-exploitation indicators such as unexpected service installations or scheduled tasks following BITS activity

How to Mitigate CVE-2020-0787

Immediate Actions Required

  • Apply the Microsoft security update immediately for all affected Windows systems
  • Prioritize patching for systems in CISA's scope due to known active exploitation
  • Conduct vulnerability scans to identify all affected systems in your environment
  • Review recent BITS activity logs for signs of exploitation attempts

Patch Information

Microsoft released security updates addressing this vulnerability in March 2020. The official security advisory is available at the Microsoft Security Response Center. Organizations should ensure all affected Windows systems have received the appropriate cumulative updates for their specific Windows version.

Given this vulnerability is listed in CISA's Known Exploited Vulnerabilities catalog, federal agencies and organizations following CISA guidance are required to prioritize remediation. SentinelOne Singularity Platform provides visibility into patch compliance and can help identify vulnerable endpoints requiring immediate attention.

Workarounds

  • Restrict local access to systems to minimize the attack surface for privilege escalation
  • Implement application control policies to limit execution of unauthorized binaries
  • Consider temporarily disabling the BITS service on systems where it is not operationally required (note: this will impact Windows Update functionality)
  • Apply principle of least privilege to limit the impact of successful exploitation
bash
# Verify BITS service patch status and disable if necessary as temporary workaround
# Check current BITS service status
sc query BITS

# Temporarily disable BITS service (WARNING: Impacts Windows Update)
sc config BITS start= disabled
sc stop BITS

# Re-enable after patching
sc config BITS start= delayed-auto
sc start BITS

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 Probability60.81%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityHigh
  • AvailabilityHigh
  • CISA KEV Information
  • In CISA KEVYes
  • CWE References
  • CWE-59
  • Technical References
  • Packet Storm Exploit Report

  • CISA Known Exploited Vulnerability
  • Vendor Resources
  • Microsoft CVE-2020-0787 Advisory
  • 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