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

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

CVE-2020-1046 is a remote code execution vulnerability in Microsoft .NET Framework that allows attackers to gain system control by uploading malicious files. This article covers technical details, affected versions, and patches.

Published: March 11, 2026

CVE-2020-1046 Overview

A remote code execution vulnerability exists in Microsoft .NET Framework due to improper input processing. An attacker who successfully exploits this vulnerability could execute arbitrary code and take complete control of an affected system. The vulnerability requires an attacker to upload a specially crafted file to a web application running on the target system.

Critical Impact

Successful exploitation allows attackers to execute arbitrary code with the privileges of the application, potentially leading to full system compromise across a wide range of Windows operating systems and .NET Framework versions.

Affected Products

  • Microsoft .NET Framework 2.0 SP2, 3.5, 3.5.1, and 4.7.2
  • Microsoft Windows Server 2008 (SP2 and R2 SP1)
  • Microsoft Windows Server 2012 (including R2)
  • Microsoft Windows Server 2016 (including versions 1909 and 2004)
  • Microsoft Windows Server 2019
  • Microsoft Windows 10 (multiple versions including 1607, 1709, 1803, 1809, 1903, 1909)
  • Microsoft Windows 8.1
  • Microsoft Windows 7 SP1

Discovery Timeline

  • 2020-08-17 - CVE-2020-1046 published to NVD
  • 2026-02-23 - Last updated in NVD database

Technical Details for CVE-2020-1046

Vulnerability Analysis

This vulnerability stems from improper input handling within the Microsoft .NET Framework. The flaw allows for remote code execution when the framework processes specially crafted input. The attack requires local access with user interaction, meaning an attacker must convince a user to interact with malicious content or must have the ability to upload files to a web application accessible by the target.

The vulnerability affects a broad range of .NET Framework versions across multiple Windows platforms, including both client and server editions. This wide attack surface makes it particularly concerning for enterprise environments that rely heavily on .NET-based web applications.

Root Cause

The root cause of CVE-2020-1046 lies in the .NET Framework's input processing mechanisms. The framework fails to properly validate or sanitize certain types of input, creating an opportunity for attackers to inject malicious code that gets executed within the context of the vulnerable application.

Microsoft has classified this vulnerability under "NVD-CWE-noinfo," indicating that specific CWE categorization details have not been publicly disclosed, likely to prevent providing additional exploitation guidance to threat actors.

Attack Vector

The attack vector requires local access with user interaction. An attacker would need to craft a malicious file and either:

  1. Upload the specially crafted file to a vulnerable web application running on .NET Framework
  2. Convince a user to open or interact with the malicious file

Once the malicious input is processed by the vulnerable .NET Framework component, the attacker's code executes with the same privileges as the application processing the input. This could range from limited user privileges to SYSTEM-level access depending on the application's configuration.

The vulnerability mechanism involves the .NET Framework's input processing pipeline. When a specially crafted file is uploaded to a web application, the framework improperly handles the input, allowing malicious code embedded in the file to be executed. For detailed technical information, refer to the Microsoft Security Advisory for CVE-2020-1046.

Detection Methods for CVE-2020-1046

Indicators of Compromise

  • Unusual file uploads to .NET web applications, particularly files with unexpected extensions or encoding
  • Unexpected process spawning from IIS worker processes (w3wp.exe) or .NET-based applications
  • Anomalous network connections originating from web application processes
  • Suspicious modifications to web application directories or temporary folders

Detection Strategies

  • Monitor file upload endpoints in .NET web applications for anomalous file types or sizes
  • Implement application-level logging to capture input processing events and exceptions
  • Deploy endpoint detection solutions to identify suspicious child process creation from .NET applications
  • Use Windows Event Logs to track .NET Framework exceptions and application crashes

Monitoring Recommendations

  • Enable detailed logging for IIS and ASP.NET applications to capture upload activities
  • Configure SIEM rules to alert on unusual patterns in web application file processing
  • Implement file integrity monitoring for web application directories
  • Monitor for unexpected .NET runtime behavior or crashes that could indicate exploitation attempts

How to Mitigate CVE-2020-1046

Immediate Actions Required

  • Apply the security update from Microsoft immediately across all affected systems
  • Audit all .NET web applications for file upload functionality and implement additional input validation
  • Restrict file upload capabilities where not strictly required
  • Ensure web applications run with least privilege principles

Patch Information

Microsoft has released security updates to address this vulnerability by correcting how .NET Framework processes input. The patches are available through Windows Update and the Microsoft Update Catalog.

For official patch details and download links, refer to the Microsoft Security Advisory for CVE-2020-1046.

Organizations should prioritize patching based on exposure, focusing first on internet-facing web applications and systems processing untrusted input.

Workarounds

  • Disable or restrict file upload functionality in .NET web applications where feasible
  • Implement strict file type validation and content inspection at the application level before processing
  • Deploy Web Application Firewalls (WAF) with rules to detect and block malicious file uploads
  • Isolate .NET web applications in segmented network zones to limit lateral movement potential
bash
# Verify .NET Framework version and patch status
# Run in PowerShell as Administrator

# Check installed .NET Framework versions
Get-ChildItem 'HKLM:\SOFTWARE\Microsoft\NET Framework Setup\NDP' -Recurse | Get-ItemProperty -Name Version,Release -ErrorAction SilentlyContinue | Select-Object PSChildName, Version, Release

# Check for pending Windows Updates
Get-WindowsUpdate -MicrosoftUpdate | Where-Object {$_.Title -like "*NET Framework*"}

# Verify specific KB installation (check Microsoft advisory for applicable KB numbers)
Get-HotFix | Where-Object {$_.HotFixID -like "KB*"} | Sort-Object InstalledOn -Descending

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 Framework

  • SeverityHIGH

  • CVSS Score7.8

  • EPSS Probability11.30%

  • 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
  • CWE References
  • NVD-CWE-noinfo
  • Vendor Resources
  • Microsoft Security Advisory CVE-2020-1046
  • Related CVEs
  • CVE-2024-29059: .NET Framework Information Disclosure

  • CVE-2024-21312: 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