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

CVE-2020-1147: Microsoft .NET Core RCE Vulnerability

CVE-2020-1147 is a remote code execution vulnerability in Microsoft .NET Core caused by improper XML input validation. Attackers can exploit this flaw to execute arbitrary code. This article covers technical details, affected versions, impact assessment, and mitigation strategies.

Published: March 11, 2026

CVE-2020-1147 Overview

A remote code execution vulnerability exists in .NET Framework, Microsoft SharePoint, and Visual Studio when the software fails to check the source markup of XML file input. This insecure deserialization vulnerability allows an attacker to execute arbitrary code in the context of the process responsible for deserializing content. The vulnerability specifically affects the DataSet and DataTable types during XML deserialization operations, making it particularly dangerous for web applications that process untrusted XML data.

Critical Impact

This vulnerability is actively exploited in the wild and is listed in CISA's Known Exploited Vulnerabilities (KEV) catalog. Successful exploitation allows attackers to achieve remote code execution on affected systems, potentially compromising enterprise SharePoint deployments, development environments, and any application utilizing vulnerable .NET Framework versions.

Affected Products

  • Microsoft .NET Core 2.1 and 3.1
  • Microsoft .NET Framework 2.0 SP2 through 4.8 across multiple Windows versions
  • Microsoft SharePoint Server 2010 SP2, 2013 SP1, 2016, and 2019
  • Microsoft SharePoint Enterprise Server 2013 SP1 and 2016
  • Microsoft Visual Studio 2017 and 2019
  • Microsoft Windows 7 SP1, Windows 8.1, Windows RT 8.1, Windows 10 (multiple versions)
  • Microsoft Windows Server 2008 SP2/R2 SP1, 2012/R2, 2016, and 2019

Discovery Timeline

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

Technical Details for CVE-2020-1147

Vulnerability Analysis

This vulnerability stems from improper handling of XML input during deserialization operations in .NET's DataSet and DataTable classes. When these classes process XML data, they fail to adequately validate the source markup, enabling attackers to inject malicious serialized objects that execute arbitrary code upon deserialization.

The vulnerability is particularly impactful because DataSet and DataTable are commonly used throughout the .NET ecosystem for data manipulation and transfer. SharePoint Server is especially vulnerable due to its extensive use of these components for processing user-supplied data through web services and list operations.

Root Cause

The root cause is an insecure deserialization flaw in how .NET Framework processes XML data. The DataSet.ReadXml() and DataTable.ReadXml() methods do not properly validate the type information embedded within XML payloads. This allows an attacker to craft malicious XML that, when deserialized, instantiates arbitrary .NET types with attacker-controlled properties, leading to code execution.

The vulnerability exists because the XML parser trusts type information provided in the data itself, a classic insecure deserialization pattern where user-controlled input dictates which code gets executed.

Attack Vector

An attacker can exploit this vulnerability by sending a specially crafted XML payload to an application that deserializes it using the vulnerable DataSet or DataTable methods. In the context of SharePoint, this can be achieved through various entry points including web services, list operations, or any functionality that processes XML input.

The attack requires user interaction in some scenarios (such as opening a malicious document) but can be fully remote in server-side contexts like SharePoint. The exploitation technique leverages .NET's type loading mechanism to instantiate dangerous gadget chains that ultimately execute arbitrary commands.

For detailed exploitation techniques, refer to the SharePoint DataSet DataTable Deserialization analysis and the Microsoft SharePoint Server 2019 Remote Code Execution exploit.

Detection Methods for CVE-2020-1147

Indicators of Compromise

  • Suspicious XML payloads containing serialized .NET type references, particularly those referencing System.Data.DataSet or System.Data.DataTable with embedded type information
  • Anomalous web requests to SharePoint endpoints containing large or obfuscated XML data
  • Unexpected process spawning from w3wp.exe (IIS worker process) or SharePoint-related processes
  • Evidence of deserialization gadget chains in application logs or memory dumps

Detection Strategies

  • Monitor for XML deserialization operations involving untrusted input sources in .NET applications
  • Implement web application firewall (WAF) rules to detect malformed or suspicious XML payloads targeting SharePoint and .NET endpoints
  • Enable detailed logging for SharePoint web services and review for anomalous XML processing activity
  • Deploy endpoint detection to identify unexpected child process creation from web server processes

Monitoring Recommendations

  • Configure SIEM alerts for exploit patterns associated with CVE-2020-1147, particularly focusing on SharePoint server activity
  • Monitor network traffic for large XML payloads being sent to SharePoint web services
  • Review Windows Event Logs for .NET runtime exceptions related to deserialization failures, which may indicate exploitation attempts
  • Enable SentinelOne's behavioral AI to detect post-exploitation activity following successful RCE

How to Mitigate CVE-2020-1147

Immediate Actions Required

  • Apply Microsoft security updates immediately as this vulnerability is actively exploited in the wild and listed in CISA's KEV catalog
  • Prioritize patching SharePoint servers due to their exposure to remote exploitation
  • Review and restrict access to SharePoint web services pending patch deployment
  • Implement network segmentation to limit lateral movement if exploitation occurs

Patch Information

Microsoft has released security updates addressing this vulnerability. Organizations should apply the patches available through the Microsoft Security Advisory for CVE-2020-1147. The patches address the vulnerability by implementing proper validation of XML input before deserialization in the affected .NET components.

For .NET Core applications, update to patched versions of .NET Core 2.1 and 3.1. For .NET Framework, install the appropriate Windows security updates for your specific Windows version and .NET Framework combination.

Workarounds

  • Avoid deserializing DataSet or DataTable objects from untrusted XML sources until patches are applied
  • Implement input validation to reject XML containing unexpected type information or suspicious patterns
  • Consider using XmlReader with restricted settings instead of direct DataSet.ReadXml() calls for processing XML
  • For SharePoint environments, temporarily disable or restrict access to web services that process user-controlled XML input
bash
# Verify .NET Framework patch status on Windows systems
# Check installed hotfixes for July 2020 security updates
wmic qfe list | findstr /i "KB4565489 KB4565479 KB4565627"

# For SharePoint servers, verify SharePoint cumulative update installation
Get-SPFarm | Select BuildVersion

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechMicrosoft Net Core

  • SeverityHIGH

  • CVSS Score7.8

  • EPSS Probability93.43%

  • 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
  • NVD-CWE-Other
  • Technical References
  • Packet Storm Security Exploit

  • Packet Storm Security Exploit

  • Packet Storm Security Exploit

  • Exploit-Alert #35992

  • CISA Known Exploited Vulnerability CVE-2020-1147
  • Vendor Resources
  • Microsoft Security Advisory CVE-2020-1147
  • Latest CVEs
  • CVE-2026-35467: Browser API Key Information Disclosure

  • CVE-2026-35466: cveInterface.js XSS Vulnerability

  • CVE-2026-30252: ZenShare Suite XSS Vulnerability

  • CVE-2026-30251: ZenShare Suite v17.0 XSS 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