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

CVE-2020-0646: Microsoft .NET Framework RCE Vulnerability

CVE-2020-0646 is a remote code execution vulnerability in Microsoft .NET Framework caused by improper input validation. Attackers can exploit this flaw to execute arbitrary code. Learn about affected versions, impact, and mitigation.

Published: March 11, 2026

CVE-2020-0646 Overview

A remote code execution vulnerability exists when the Microsoft .NET Framework fails to validate input properly. This vulnerability, officially designated as the '.NET Framework Remote Code Execution Injection Vulnerability', allows attackers to execute arbitrary code on affected systems through improper input validation in the .NET Framework's workflow processing capabilities.

Critical Impact

This vulnerability enables unauthenticated remote attackers to achieve complete system compromise through code injection attacks targeting .NET Framework components. The vulnerability is actively exploited in the wild and is listed in CISA's Known Exploited Vulnerabilities catalog.

Affected Products

  • Microsoft .NET Framework 3.0 SP2, 3.5, 3.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8
  • Microsoft Windows Server 2008, 2008 R2, 2012, 2012 R2, 2016, 2019
  • Microsoft Windows 7 SP1, Windows 8.1, Windows RT 8.1, Windows 10 (versions 1507, 1607, 1709, 1803, 1809, 1903, 1909)

Discovery Timeline

  • January 14, 2020 - CVE-2020-0646 published to NVD
  • October 29, 2025 - Last updated in NVD database

Technical Details for CVE-2020-0646

Vulnerability Analysis

This vulnerability stems from improper input validation within the Microsoft .NET Framework, specifically related to XML Injection (CWE-91). The flaw exists in how the framework processes XOML (Extensible Object Markup Language) workflows, which are used in SharePoint and other .NET-based applications.

The vulnerability allows attackers to inject malicious code into workflow definitions that are processed by the .NET Framework's workflow engine. When the framework deserializes and executes these malicious workflow definitions, the injected code runs with the privileges of the application processing the workflow, typically resulting in complete system compromise.

Root Cause

The root cause of CVE-2020-0646 is insufficient input validation when processing XOML workflow definitions in the .NET Framework. The framework fails to properly sanitize user-controlled input before processing XML-based workflow configurations, allowing attackers to inject arbitrary code through specially crafted XOML payloads.

This represents an XML Injection vulnerability (CWE-91) where the application fails to validate or incorrectly validates input that can affect the XML data structure or functionality. The .NET Framework's workflow compiler processes these malicious definitions without adequate security checks, leading to code execution.

Attack Vector

The attack vector is network-based and requires no user interaction or authentication. An attacker can exploit this vulnerability by:

  1. Crafting a malicious XOML workflow definition containing injected code
  2. Submitting the payload to an application that processes .NET workflows (such as SharePoint)
  3. The .NET Framework processes the workflow definition and executes the injected code
  4. The attacker achieves code execution with the privileges of the vulnerable application

The vulnerability has been associated with SharePoint Workflows XOML Injection attacks, where attackers target SharePoint servers processing workflow definitions. Successful exploitation grants attackers complete control over the target system.

Detection Methods for CVE-2020-0646

Indicators of Compromise

  • Unusual XOML workflow file uploads or modifications in SharePoint or other .NET applications
  • Suspicious process execution originating from w3wp.exe or other IIS worker processes
  • Unexpected outbound network connections from servers running .NET Framework applications
  • Anomalous activity in Windows Event logs related to .NET Framework compilation or workflow processing

Detection Strategies

  • Monitor for suspicious XOML file uploads to SharePoint document libraries or workflow directories
  • Implement web application firewall (WAF) rules to detect and block malicious XOML payloads
  • Enable detailed logging for IIS and SharePoint to capture workflow processing activities
  • Deploy endpoint detection solutions to identify unusual child processes spawned by web server processes

Monitoring Recommendations

  • Review SharePoint ULS logs for workflow compilation errors or suspicious activity
  • Monitor Windows Security Event logs for process creation events (Event ID 4688) related to csc.exe or vbc.exe compilation
  • Implement file integrity monitoring on workflow directories to detect unauthorized modifications
  • Set up alerts for network connections from web servers to unexpected external destinations

How to Mitigate CVE-2020-0646

Immediate Actions Required

  • Apply Microsoft security updates immediately for all affected .NET Framework versions
  • Audit systems for indicators of compromise before and after patching
  • Restrict access to workflow upload functionality to trusted users only
  • Consider temporarily disabling workflow functionality if patching cannot be performed immediately

Patch Information

Microsoft has released security updates to address this vulnerability. The official security advisory and patches are available through the Microsoft Security Advisory for CVE-2020-0646. Organizations should prioritize patching all systems running affected versions of the .NET Framework, including Windows Server and client operating systems.

Given that this vulnerability is listed in the CISA Known Exploited Vulnerabilities Catalog, federal agencies are required to remediate this vulnerability according to CISA's binding operational directive timelines, and all organizations should treat this as a high-priority patch.

Workarounds

  • Restrict workflow upload capabilities to trusted administrators only until patches can be applied
  • Implement network segmentation to limit exposure of servers running vulnerable .NET Framework applications
  • Configure web application firewalls to inspect and filter XOML content for malicious patterns
  • Disable unnecessary .NET workflow features in SharePoint or other affected applications if they are not required for business operations
bash
# Verify .NET Framework version installed on Windows systems
# Check for installed .NET Framework versions in registry
reg query "HKLM\SOFTWARE\Microsoft\NET Framework Setup\NDP" /s

# Verify security updates are installed using PowerShell
Get-HotFix | Where-Object {$_.Description -eq "Security Update"} | Sort-Object InstalledOn -Descending

# Check Windows Update history for .NET Framework updates
wmic qfe list brief | findstr /i "KB4535101 KB4535102 KB4535103 KB4535104 KB4535105"

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechMicrosoft Dotnet Framework

  • SeverityCRITICAL

  • CVSS Score9.8

  • EPSS Probability93.86%

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

  • CISA Exploited Vulnerabilities Catalog
  • Vendor Resources
  • Microsoft Security Advisory CVE-2020-0646
  • Related CVEs
  • CVE-2022-41089: Microsoft .NET Framework RCE Vulnerability

  • CVE-2023-36788: Microsoft .NET Framework RCE Vulnerability

  • CVE-2023-36873: .NET Framework Spoofing Vulnerability

  • CVE-2022-21911: Microsoft .NET Framework DOS Vulnerability
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