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

CVE-2020-1112: Windows 10 BITS Privilege Escalation Flaw

CVE-2020-1112 is a privilege escalation vulnerability in Windows 10 Background Intelligent Transfer Service (BITS) that allows attackers to gain elevated privileges. This article covers technical details, affected versions, impact, and mitigation strategies.

Published: March 4, 2026

CVE-2020-1112 Overview

CVE-2020-1112 is a critical elevation of privilege vulnerability affecting the Windows Background Intelligent Transfer Service (BITS) IIS module. The vulnerability exists due to improper handling of uploaded content by the BITS IIS module, which can allow an authenticated attacker to escalate privileges on the target system. BITS is a Windows component used to transfer files asynchronously between machines using idle network bandwidth, commonly utilized by Windows Update and other Microsoft services.

Critical Impact

An attacker who successfully exploits this vulnerability could gain elevated privileges on affected Windows systems, potentially achieving full system compromise with the ability to install programs, view/change/delete data, or create new accounts with full user rights.

Affected Products

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

Discovery Timeline

  • May 21, 2020 - CVE-2020-1112 published to NVD
  • November 21, 2024 - Last updated in NVD database

Technical Details for CVE-2020-1112

Vulnerability Analysis

This vulnerability is classified under CWE-434 (Unrestricted Upload of File with Dangerous Type), indicating that the BITS IIS module fails to properly validate or sanitize uploaded content. The flaw exists in how the BITS extension for IIS processes file uploads, which can be abused by a low-privileged authenticated user to execute arbitrary operations with elevated privileges.

The vulnerability has a Changed Scope, meaning successful exploitation affects resources beyond the vulnerable component's security scope. An attacker with low privileges can leverage this flaw to potentially compromise the confidentiality, integrity, and availability of the entire system. The network-based attack vector with low complexity makes this vulnerability particularly dangerous in enterprise environments where BITS IIS extensions are deployed.

Root Cause

The root cause of CVE-2020-1112 lies in the improper handling of uploaded content within the BITS IIS module. Specifically, the module fails to adequately validate file uploads, allowing attackers to bypass security restrictions intended to prevent unauthorized privilege escalation. The BITS Server Extension for IIS does not properly enforce access controls or content validation when processing upload requests, creating an opportunity for exploitation.

Attack Vector

The attack can be conducted remotely over the network by an authenticated user with low privileges. The exploitation flow involves:

  1. An attacker authenticates to a Windows system running IIS with the BITS Server Extension enabled
  2. The attacker crafts malicious upload requests targeting the BITS IIS module
  3. Due to improper content handling, the uploaded content is processed with elevated privileges
  4. The attacker gains elevated access, potentially achieving SYSTEM-level privileges

The vulnerability does not require user interaction beyond initial authentication, and the attack complexity is low, making it accessible to attackers without specialized technical knowledge.

Detection Methods for CVE-2020-1112

Indicators of Compromise

  • Unusual file upload activity targeting BITS IIS endpoints, particularly from low-privileged accounts
  • Unexpected process spawning by IIS worker processes (w3wp.exe) with elevated privileges
  • Anomalous BITS-related activity in Windows Event Logs, specifically events related to BITS Server Extension
  • Privilege escalation attempts following web requests to IIS servers with BITS extensions enabled

Detection Strategies

  • Monitor IIS logs for suspicious requests to BITS upload endpoints with unusual content types or sizes
  • Implement SIEM rules to correlate low-privilege user authentication with subsequent privileged operations
  • Deploy endpoint detection solutions to identify privilege escalation patterns originating from IIS processes
  • Enable and monitor Windows Security Event ID 4688 (Process Creation) for anomalous child processes of w3wp.exe

Monitoring Recommendations

  • Configure enhanced IIS logging to capture detailed request information for BITS endpoints
  • Establish baseline behavior for BITS IIS module activity and alert on deviations
  • Implement file integrity monitoring on directories used by BITS for file transfers
  • Enable Windows Advanced Audit Policy for object access and privilege use events

How to Mitigate CVE-2020-1112

Immediate Actions Required

  • Apply Microsoft security updates addressing CVE-2020-1112 immediately on all affected systems
  • If patching is not immediately possible, consider disabling the BITS Server Extension for IIS as a temporary measure
  • Review and restrict access to IIS servers with BITS extensions to only necessary users
  • Audit existing systems for signs of exploitation prior to patching

Patch Information

Microsoft has released security updates to address this vulnerability as part of their May 2020 security release. Organizations should apply the appropriate patch for their Windows version as outlined in the Microsoft Security Advisory CVE-2020-1112. The patches address the improper content handling in the BITS IIS module by implementing proper validation and access control mechanisms.

Workarounds

  • Disable the BITS Server Extension for IIS if not required for business operations
  • Implement network segmentation to limit access to IIS servers with BITS extensions from untrusted networks
  • Apply principle of least privilege to restrict which accounts can authenticate to affected servers
  • Deploy web application firewalls (WAF) to filter suspicious upload requests targeting BITS endpoints
bash
# Disable BITS Server Extension for IIS (if not required)
# Run in elevated PowerShell

# Check if BITS Server Extension is installed
Get-WindowsFeature -Name BITS-IIS-Ext

# Disable BITS Server Extension
Disable-WindowsOptionalFeature -Online -FeatureName "BITS-IIS-Ext" -NoRestart

# Alternatively, remove the BITS IIS module from specific sites
Remove-WebConfigurationProperty -PSPath 'MACHINE/WEBROOT/APPHOST' -Filter "system.webServer/modules" -Name "." -AtElement @{name='BITSServerExtensionsISAPI'}

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

  • SeverityCRITICAL

  • CVSS Score9.9

  • EPSS Probability1.37%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-434
  • Vendor Resources
  • Microsoft Security Advisory CVE-2020-1112
  • 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