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

CVE-2020-1476: .NET Framework Privilege Escalation Flaw

CVE-2020-1476 is a privilege escalation vulnerability in Microsoft .NET Framework that lets attackers access restricted cached files on IIS servers. This article covers the technical details, affected versions, and mitigation.

Published: March 11, 2026

CVE-2020-1476 Overview

CVE-2020-1476 is an elevation of privilege vulnerability that exists when ASP.NET or .NET web applications running on Internet Information Services (IIS) improperly allow access to cached files. An attacker who successfully exploits this vulnerability could gain unauthorized access to restricted files that should otherwise be protected from access.

The vulnerability requires local access to the system and allows an attacker to send specially crafted requests to an affected server to access cached content that the attacker should not have permissions to view. This represents a significant confidentiality risk for organizations running vulnerable .NET Framework versions on Windows systems with IIS.

Critical Impact

Successful exploitation allows attackers with local access to read restricted cached files from ASP.NET and .NET web applications, potentially exposing sensitive configuration data, credentials, or other confidential information stored in cache.

Affected Products

  • Microsoft .NET Framework 2.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 SP2/R2, 2012/R2, 2016, 2019
  • Microsoft Windows 7 SP1, 8.1, RT 8.1, 10 (multiple versions including 1607, 1709, 1803, 1809, 1903, 1909, 2004)

Discovery Timeline

  • August 17, 2020 - CVE-2020-1476 published to NVD
  • February 23, 2026 - Last updated in NVD database

Technical Details for CVE-2020-1476

Vulnerability Analysis

This elevation of privilege vulnerability stems from improper access control mechanisms within the caching subsystem of ASP.NET and .NET Framework when running on IIS. The vulnerability allows a local attacker to bypass intended access restrictions to cached files, enabling the reading of sensitive data that should be protected.

The attack requires local access to the vulnerable system, meaning the attacker must already have some level of access to the machine hosting the IIS web server. Once local access is obtained, the attacker can craft malicious requests that exploit the improper handling of cached file access controls. The vulnerability does not require user interaction and does not require elevated privileges to exploit, making it accessible to any authenticated local user.

The impact is limited to confidentiality—the vulnerability allows reading of restricted files but does not permit modification (integrity) or disruption of service (availability). However, the confidentiality impact is high, as cached files may contain sensitive application data, session information, or configuration details.

Root Cause

The root cause of CVE-2020-1476 lies in the improper implementation of access control checks within the ASP.NET and .NET Framework caching mechanism when operating under IIS. The framework fails to properly validate access permissions when serving cached content, allowing requests from unauthorized local users to retrieve files that should be restricted based on their access level.

When web applications cache content for performance optimization, the caching layer should enforce the same access controls as the original resource. In this case, the validation logic contains a flaw that allows bypass of these access restrictions under specific conditions.

Attack Vector

The attack vector for CVE-2020-1476 is local, requiring the attacker to have existing access to the affected system. The exploitation process involves:

  1. The attacker gains local access to a system running IIS with vulnerable ASP.NET or .NET Framework applications
  2. The attacker identifies web applications that utilize caching functionality
  3. The attacker crafts and sends specially formatted requests designed to access cached files
  4. Due to improper access validation, the request bypasses normal access controls
  5. The attacker receives the contents of restricted cached files

The vulnerability does not require any special privileges beyond local system access, and no user interaction is needed for successful exploitation.

Detection Methods for CVE-2020-1476

Indicators of Compromise

  • Unusual access patterns to IIS cached content directories from local processes
  • Unexpected read operations on temporary ASP.NET files or cached application data
  • Local users accessing web application cache stores that they should not normally interact with
  • Anomalous request patterns in IIS logs originating from local addresses targeting cached resources

Detection Strategies

  • Monitor Windows Security Event logs for suspicious file access events (Event IDs 4663, 4656) targeting IIS and ASP.NET cache directories
  • Implement file integrity monitoring on ASP.NET temporary files and cache directories
  • Configure audit policies to track access attempts to %SystemRoot%\Microsoft.NET\Framework\ directories
  • Deploy endpoint detection solutions to identify unusual local process behavior interacting with IIS caching components

Monitoring Recommendations

  • Enable detailed IIS logging with client IP tracking to identify unusual local access patterns
  • Configure SentinelOne agents to monitor for suspicious access to .NET Framework cache directories
  • Implement Windows Advanced Audit Policy for object access on sensitive IIS configuration and cache folders
  • Create alerts for local processes making repeated requests to cached web application resources

How to Mitigate CVE-2020-1476

Immediate Actions Required

  • Apply the Microsoft security update for CVE-2020-1476 immediately on all affected systems
  • Inventory all systems running .NET Framework on IIS and prioritize patching based on exposure
  • Restrict local access to servers running IIS web applications to only essential personnel
  • Review and limit user accounts with local access to production web servers

Patch Information

Microsoft has released security updates to address this vulnerability. The patches modify how ASP.NET and .NET Framework handle requests to cached files, ensuring proper access control validation is performed before serving cached content.

Detailed patch information and download links are available in the Microsoft Security Advisory for CVE-2020-1476.

Organizations should apply the appropriate .NET Framework update based on their installed version and Windows operating system. Multiple cumulative updates are available depending on the specific combination of .NET Framework version and Windows version in use.

Workarounds

  • Implement strict access controls on IIS server systems to limit local user access
  • Use application-level caching alternatives that enforce access controls at the application layer
  • Consider disabling or reducing the use of output caching in ASP.NET applications until patches can be applied
  • Deploy network segmentation to isolate web servers from general user access
bash
# Verify installed .NET Framework versions to identify systems requiring patching
reg query "HKLM\SOFTWARE\Microsoft\NET Framework Setup\NDP" /s

# Check IIS status and application pools
%windir%\system32\inetsrv\appcmd list apppool

# Review current .NET Framework security updates
wmic qfe list | findstr /i "KB"

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

  • Vulnerability Details
  • TypePrivilege Escalation

  • Vendor/TechMicrosoft Dot Net Framework

  • SeverityMEDIUM

  • CVSS Score5.5

  • EPSS Probability0.98%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • NVD-CWE-noinfo
  • Vendor Resources
  • Microsoft Security Advisory CVE-2020-1476
  • Related CVEs
  • CVE-2024-38081: .NET Framework Privilege Escalation Flaw

  • CVE-2020-16937: .NET Framework Information Disclosure Flaw

  • CVE-2024-21409: Microsoft .NET Framework RCE 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