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-2025-26682

CVE-2025-26682: Microsoft ASP.NET Core DoS Vulnerability

CVE-2025-26682 is a denial of service vulnerability in Microsoft ASP.NET Core caused by uncontrolled resource allocation. Attackers can exploit this flaw to disrupt service availability. This article covers technical details, affected versions, impact assessment, and mitigation strategies.

Updated: January 22, 2026

CVE-2025-26682 Overview

CVE-2025-26682 is a resource exhaustion vulnerability in ASP.NET Core that enables unauthorized attackers to cause a denial of service condition over the network. The vulnerability stems from the allocation of resources without proper limits or throttling (CWE-770), allowing remote attackers to consume excessive server resources and disrupt service availability for legitimate users.

Critical Impact

Unauthenticated remote attackers can exploit this vulnerability to exhaust server resources and cause complete denial of service to ASP.NET Core applications without requiring any user interaction or special privileges.

Affected Products

  • Microsoft ASP.NET Core
  • Microsoft Visual Studio 2022

Discovery Timeline

  • April 8, 2025 - CVE-2025-26682 published to NVD
  • July 9, 2025 - Last updated in NVD database

Technical Details for CVE-2025-26682

Vulnerability Analysis

This vulnerability exists due to improper resource allocation controls within ASP.NET Core's request handling mechanisms. When processing certain types of requests, the framework fails to implement adequate limits or throttling on resource consumption. This architectural weakness allows an attacker to craft requests that trigger unbounded resource allocation, eventually exhausting available server memory, CPU, or connection pools.

The attack can be executed remotely over the network without requiring authentication, making it particularly dangerous for internet-facing ASP.NET Core applications. The vulnerability impacts availability exclusively—no data confidentiality or integrity is compromised during exploitation.

Root Cause

The root cause is classified as CWE-770 (Allocation of Resources Without Limits or Throttling). The ASP.NET Core framework in affected versions lacks proper safeguards to prevent excessive resource consumption during request processing. Without these protective boundaries, malicious actors can trigger scenarios where the application allocates memory or processing resources without adequate constraints, leading to resource exhaustion.

Attack Vector

The attack vector is network-based and requires no authentication or user interaction. An attacker can send specially crafted HTTP requests to a vulnerable ASP.NET Core application that trigger the resource allocation flaw. Due to the missing throttling mechanisms, each malicious request consumes disproportionate resources, and sustained attack traffic can rapidly deplete server resources.

The attack characteristics include:

  • Network accessibility: Exploitable from any network location that can reach the target application
  • No privileges required: Unauthenticated attackers can trigger the vulnerability
  • No user interaction: The attack does not require any action from legitimate users
  • High availability impact: Successful exploitation results in complete service disruption

Detection Methods for CVE-2025-26682

Indicators of Compromise

  • Abnormal spikes in memory consumption on servers hosting ASP.NET Core applications
  • Unexplained CPU utilization increases correlating with incoming HTTP requests
  • Application pool recycles or restarts occurring more frequently than normal
  • IIS worker process (w3wp.exe) consuming excessive resources
  • Connection pool exhaustion errors in application logs

Detection Strategies

  • Monitor ASP.NET Core application performance counters for unusual resource consumption patterns
  • Implement network-level monitoring for anomalous request volumes or patterns targeting your applications
  • Configure alerts for memory and CPU threshold violations on web servers
  • Review IIS and Kestrel logs for high volumes of requests from single sources or unusual request characteristics

Monitoring Recommendations

  • Enable Application Insights or equivalent APM solutions to track resource utilization trends
  • Configure real-time alerting for resource exhaustion conditions in your monitoring platform
  • Implement rate limiting at the load balancer or WAF level to mitigate volumetric attacks
  • Establish baseline metrics for normal application resource consumption to identify anomalies

How to Mitigate CVE-2025-26682

Immediate Actions Required

  • Apply the latest security updates from Microsoft for ASP.NET Core immediately
  • Update Visual Studio 2022 to the latest patched version
  • Implement rate limiting and request throttling at the application or infrastructure level
  • Consider enabling connection limits and request timeout configurations as temporary protective measures
  • Monitor affected applications closely for signs of exploitation attempts

Patch Information

Microsoft has released security patches to address this vulnerability. Detailed patch information and download links are available in the Microsoft Security Response Center Advisory. Organizations should update their ASP.NET Core runtime and SDK to the latest patched versions as soon as possible.

For Visual Studio 2022 users, update through the Visual Studio Installer to ensure all bundled .NET components receive the security fix.

Workarounds

  • Implement application-level rate limiting using middleware such as AspNetCoreRateLimit
  • Configure maximum concurrent connections and request body size limits in Kestrel server options
  • Deploy a Web Application Firewall (WAF) with DoS protection capabilities in front of vulnerable applications
  • Use Azure Application Gateway or similar services with built-in DDoS protection for cloud-hosted applications
bash
# Example Kestrel configuration limits in Program.cs or appsettings.json
# Add request body size limits and connection limits
# Configure in appsettings.json:
# {
#   "Kestrel": {
#     "Limits": {
#       "MaxConcurrentConnections": 100,
#       "MaxConcurrentUpgradedConnections": 100,
#       "MaxRequestBodySize": 30000000,
#       "MinRequestBodyDataRate": {
#         "BytesPerSecond": 100,
#         "GracePeriod": "00:00:10"
#       }
#     }
#   }
# }

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 Probability31.02%

  • 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
  • CWE-770
  • Vendor Resources
  • Microsoft CVE-2025-26682 Advisory
  • Related CVEs
  • CVE-2020-1597: ASP.NET Core Denial of Service 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