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

CVE-2020-1597: ASP.NET Core Denial of Service Vulnerability

CVE-2020-1597 is a denial of service vulnerability in ASP.NET Core allowing remote unauthenticated attackers to crash web applications through crafted requests. This article covers technical details, affected versions, and mitigations.

Published: March 4, 2026

CVE-2020-1597 Overview

A denial of service vulnerability exists when ASP.NET Core improperly handles web requests. An attacker who successfully exploited this vulnerability could cause a denial of service against an ASP.NET Core web application. The vulnerability can be exploited remotely, without authentication.

A remote unauthenticated attacker could exploit this vulnerability by issuing specially crafted requests to the ASP.NET Core application. The update addresses the vulnerability by correcting how the ASP.NET Core web application handles web requests.

Critical Impact

Unauthenticated remote attackers can render ASP.NET Core web applications unavailable by sending specially crafted HTTP requests, potentially causing significant business disruption without requiring any credentials or prior access.

Affected Products

  • Microsoft ASP.NET Core 2.1
  • Microsoft ASP.NET Core 3.1
  • Microsoft Visual Studio 2017
  • Microsoft Visual Studio 2019
  • Fedora 32 and 33

Discovery Timeline

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

Technical Details for CVE-2020-1597

Vulnerability Analysis

This denial of service vulnerability stems from improper handling of web requests within the ASP.NET Core framework. The flaw allows unauthenticated remote attackers to craft malicious HTTP requests that cause the web application to consume excessive resources or crash entirely.

The vulnerability affects the core request processing pipeline in ASP.NET Core, making it particularly dangerous as it impacts any application built on the affected framework versions. Since no authentication is required to exploit this vulnerability, any ASP.NET Core application exposed to the network is potentially at risk.

Root Cause

The root cause lies in improper input handling within the ASP.NET Core request processing mechanism. The framework fails to properly validate or limit certain aspects of incoming web requests, allowing attackers to trigger resource exhaustion or application failure through malformed or specially constructed HTTP requests.

Attack Vector

The attack vector is network-based, requiring no privileges or user interaction. An attacker can exploit this vulnerability by:

  1. Identifying a target ASP.NET Core web application accessible over the network
  2. Crafting specially formatted HTTP requests designed to trigger the vulnerable code path
  3. Sending these malicious requests to the target application
  4. The application improperly processes the requests, leading to denial of service

The vulnerability manifests in the web request handling components of ASP.NET Core. Attackers can send specially crafted requests that exploit the improper handling logic, causing resource exhaustion or application crashes. See the Microsoft Security Advisory CVE-2020-1597 for complete technical details.

Detection Methods for CVE-2020-1597

Indicators of Compromise

  • Unusual patterns of HTTP requests with malformed or oversized headers
  • Sudden spikes in memory or CPU utilization on ASP.NET Core application servers
  • Application pool crashes or restarts occurring without scheduled maintenance
  • Increased error rates in IIS or Kestrel logs related to request processing

Detection Strategies

  • Monitor web server logs for unusual request patterns or high volumes of requests from single sources
  • Implement application performance monitoring (APM) to detect abnormal resource consumption
  • Configure alerts for ASP.NET Core application crashes or unexpected restarts
  • Use web application firewalls (WAF) to identify and block malformed HTTP requests

Monitoring Recommendations

  • Enable detailed logging for ASP.NET Core applications to capture request processing anomalies
  • Set up real-time monitoring dashboards for application health metrics including response times and error rates
  • Configure network traffic analysis to identify potential DoS attack patterns
  • Implement SentinelOne's application visibility capabilities to detect exploitation attempts

How to Mitigate CVE-2020-1597

Immediate Actions Required

  • Apply the latest security updates from Microsoft for ASP.NET Core 2.1 and 3.1
  • Update Visual Studio 2017 and 2019 installations to the latest patched versions
  • For Fedora systems, apply the updated packages referenced in the Fedora security announcements
  • Implement rate limiting and request size restrictions as an additional defense layer

Patch Information

Microsoft has released security updates to address this vulnerability by correcting how ASP.NET Core web applications handle web requests. Organizations should apply the appropriate patches based on their installed versions:

  • For ASP.NET Core 2.1 and 3.1: Update to the latest patched runtime versions available from Microsoft
  • For Visual Studio 2017/2019: Install the latest cumulative updates that include the security fix

Detailed patch information is available in the Microsoft Security Advisory CVE-2020-1597. Fedora users should reference the Fedora Package Announcement for distribution-specific updates.

Workarounds

  • Implement request throttling at the load balancer or reverse proxy level to limit request rates
  • Configure web application firewalls to filter potentially malicious request patterns
  • Deploy applications behind a content delivery network (CDN) with DDoS protection capabilities
  • Temporarily restrict network access to affected applications to trusted IP ranges if immediate patching is not feasible
bash
# Example: Configure request limits in Kestrel (Program.cs or appsettings.json)
# Add these settings to limit request body size and header count
# appsettings.json configuration:
# {
#   "Kestrel": {
#     "Limits": {
#       "MaxRequestBodySize": 30000000,
#       "MaxRequestHeaderCount": 100,
#       "MaxRequestHeadersTotalSize": 32768
#     }
#   }
# }

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

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechAsp.net Core

  • SeverityHIGH

  • CVSS Score7.5

  • EPSS Probability7.56%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • NVD-CWE-noinfo
  • Technical References
  • Fedora Package Announcement

  • Fedora Package Announcement
  • Vendor Resources
  • Microsoft Security Advisory CVE-2020-1597
  • Related CVEs
  • CVE-2025-26682: Microsoft ASP.NET Core DoS Vulnerability

  • CVE-2024-21404: Microsoft ASP.NET Core DOS Vulnerability

  • CVE-2024-21386: Microsoft ASP.NET Core DOS Vulnerability

  • CVE-2020-1045: ASP.NET Core Auth Bypass 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