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

CVE-2020-1113: Windows 10 Task Scheduler Auth Bypass Issue

CVE-2020-1113 is an authentication bypass flaw in Microsoft Windows 10 Task Scheduler that fails to verify RPC client connections properly. This article covers the technical details, affected versions, and mitigations.

Published: March 11, 2026

CVE-2020-1113 Overview

A security feature bypass vulnerability exists in Microsoft Windows when the Task Scheduler service fails to properly verify client connections over RPC. This flaw, identified as CWE-295 (Improper Certificate Validation), allows attackers to bypass security features designed to protect the Task Scheduler service, potentially enabling unauthorized actions on affected systems.

Critical Impact

Attackers with network access can exploit improper RPC client connection verification in the Windows Task Scheduler service to bypass security features, potentially achieving high impact on confidentiality, integrity, and availability of affected systems.

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
  • Microsoft Windows Server 2012 and 2012 R2
  • Microsoft Windows Server 2016
  • Microsoft Windows Server 2019 (including versions 1903 and 1909)

Discovery Timeline

  • 2020-05-21 - CVE-2020-1113 published to NVD
  • 2024-11-21 - Last updated in NVD database

Technical Details for CVE-2020-1113

Vulnerability Analysis

This vulnerability affects the Windows Task Scheduler service, a core Windows component responsible for automating tasks based on time-based or event-based triggers. The root issue lies in improper verification of client connections over RPC (Remote Procedure Call), which is the communication mechanism used by the Task Scheduler to receive and process requests.

When a client connects to the Task Scheduler service via RPC, the service should properly validate the connection and verify the client's identity and authorization level. However, due to inadequate certificate validation (CWE-295), the service fails to properly authenticate these connections, creating an opportunity for attackers to bypass security features that would normally restrict access to the Task Scheduler's functionality.

The network-based attack vector means that exploitation can occur remotely, though it requires low-level privileges and the attack complexity is considered high due to specific conditions that must be met for successful exploitation. Successful exploitation could allow an attacker to perform actions through the Task Scheduler service that would normally be restricted.

Root Cause

The vulnerability stems from improper certificate validation (CWE-295) in the Windows Task Scheduler service. Specifically, the service does not adequately verify client connections over RPC, failing to properly authenticate and authorize incoming requests. This improper validation allows attackers to bypass security controls that should prevent unauthorized access to Task Scheduler functionality.

Attack Vector

The attack is network-based and requires an authenticated attacker with low privileges on the target system. The exploitation scenario involves:

  1. An attacker establishes a network connection to the target Windows system
  2. The attacker initiates an RPC connection to the Task Scheduler service
  3. Due to improper certificate validation, the service fails to properly verify the client connection
  4. The attacker bypasses security features designed to restrict Task Scheduler operations
  5. With the security bypass achieved, the attacker can potentially execute unauthorized scheduled tasks or manipulate existing ones

The vulnerability exists in the RPC communication layer of the Task Scheduler service. When processing incoming client connections, the service should validate certificates and client credentials before allowing operations. The flaw allows attackers to circumvent these validation checks, effectively bypassing the security boundary that protects the Task Scheduler service.

For technical implementation details, refer to the Microsoft Security Advisory CVE-2020-1113.

Detection Methods for CVE-2020-1113

Indicators of Compromise

  • Unusual RPC connections to the Task Scheduler service (svchost.exe hosting Schedule service) from unexpected network sources
  • Anomalous scheduled task creation or modification events in Windows Event Log (Event IDs 106, 140, 141, 4698, 4699, 4700, 4701, 4702)
  • Unexpected processes spawned by taskeng.exe or schtasks.exe
  • Network traffic anomalies on RPC dynamic ports (49152-65535) or static RPC endpoint mapper port 135

Detection Strategies

  • Monitor Windows Security Event Logs for Task Scheduler-related events, particularly task creation (Event ID 4698), task deletion (Event ID 4699), and task modification events
  • Implement network monitoring to detect abnormal RPC traffic patterns targeting the Task Scheduler service
  • Deploy behavioral analysis to identify suspicious scheduled task activities that deviate from baseline operations
  • Use SentinelOne's Storyline technology to correlate Task Scheduler activities with other suspicious behaviors for comprehensive threat detection

Monitoring Recommendations

  • Enable advanced auditing for the Windows Task Scheduler service by configuring "Audit Other Object Access Events" in Group Policy
  • Implement SIEM rules to alert on unusual scheduled task creation from non-administrative accounts or remote sources
  • Monitor for suspicious child processes spawned from Task Scheduler-related executables
  • Establish baseline metrics for normal Task Scheduler RPC connection patterns to identify anomalies

How to Mitigate CVE-2020-1113

Immediate Actions Required

  • Apply the security update from Microsoft immediately to all affected Windows systems
  • Prioritize patching domain controllers and critical infrastructure servers running affected Windows versions
  • Implement network segmentation to limit RPC access to the Task Scheduler service from untrusted network segments
  • Review and audit existing scheduled tasks for any unauthorized or suspicious entries

Patch Information

Microsoft has released security updates to address this vulnerability. The patches are available through Windows Update, Microsoft Update Catalog, and WSUS. Organizations should obtain the appropriate update for their specific Windows version from the Microsoft Security Advisory CVE-2020-1113.

The security update corrects how the Task Scheduler service validates client connections over RPC, ensuring proper certificate validation is performed before allowing operations.

Workarounds

  • Restrict network access to RPC endpoints by configuring Windows Firewall to block inbound RPC traffic from untrusted networks
  • Limit Task Scheduler service access through Group Policy by restricting which users can create or modify scheduled tasks
  • Consider disabling remote Task Scheduler management if not required for business operations
  • Implement network-level authentication (NLA) requirements for remote connections to affected systems
bash
# Block inbound RPC traffic from untrusted networks using Windows Firewall
netsh advfirewall firewall add rule name="Block RPC Inbound" dir=in action=block protocol=tcp localport=135,49152-65535 remoteip=any

# Audit current scheduled tasks for review
schtasks /query /fo LIST /v > scheduled_tasks_audit.txt

# Review Task Scheduler event logs for suspicious activity
wevtutil qe Microsoft-Windows-TaskScheduler/Operational /f:text /c:100

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechWindows

  • SeverityHIGH

  • CVSS Score7.5

  • EPSS Probability1.57%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityHigh
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-295
  • Vendor Resources
  • Microsoft Security Advisory CVE-2020-1113
  • Related CVEs
  • CVE-2026-23656: Windows App Authentication Bypass Flaw

  • CVE-2026-23674: Windows MapUrlToZone Auth Bypass Flaw

  • CVE-2020-1464: Windows 10 1507 Auth Bypass Vulnerability

  • CVE-2026-21255: Windows 10 1607 Auth Bypass Vulnerability
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