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
    • AI Data Pipelines
      Security Data Pipeline for AI SIEM and Data Optimization
    • 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-2026-26171

CVE-2026-26171: .NET DoS Vulnerability

CVE-2026-26171 is a denial of service vulnerability in .NET caused by uncontrolled resource consumption. Attackers can exploit this flaw remotely to disrupt services. This article covers technical details, impact, and mitigations.

Published: April 17, 2026

CVE-2026-26171 Overview

CVE-2026-26171 is a denial of service vulnerability caused by uncontrolled resource consumption in Microsoft .NET. This vulnerability allows an unauthorized attacker to deny service over a network by exploiting improper resource management within the .NET framework. The weakness is classified under CWE-400 (Uncontrolled Resource Consumption), which occurs when an application does not properly restrict the size or amount of resources requested or influenced by an actor.

Critical Impact

Remote attackers can exploit this vulnerability without authentication to cause denial of service conditions, potentially disrupting critical applications and services running on affected .NET implementations.

Affected Products

  • Microsoft .NET Framework
  • Microsoft .NET Core
  • Applications built on affected .NET versions

Discovery Timeline

  • April 14, 2026 - CVE-2026-26171 published to NVD
  • April 14, 2026 - Last updated in NVD database

Technical Details for CVE-2026-26171

Vulnerability Analysis

This vulnerability stems from uncontrolled resource consumption in Microsoft's .NET framework. When exploited, an attacker can cause the application to consume excessive system resources such as memory, CPU cycles, or network bandwidth without proper limitations. The attack can be executed remotely over a network without requiring any authentication or user interaction.

The vulnerability specifically allows an unauthorized attacker to trigger resource exhaustion conditions that lead to denial of service. Applications processing network requests through affected .NET components may be vulnerable to specially crafted requests designed to exhaust available resources.

Root Cause

The root cause of CVE-2026-26171 is inadequate resource management within the .NET framework (CWE-400). The affected component fails to properly limit or throttle resource allocation when processing certain types of requests. This allows malicious actors to craft requests that consume disproportionate amounts of system resources relative to the effort required to send them, creating an asymmetric attack scenario favorable to the attacker.

Attack Vector

The attack vector for this vulnerability is network-based, requiring no privileges or user interaction. An attacker can exploit this vulnerability by sending specially crafted network requests to an application running on a vulnerable .NET implementation.

The exploitation process involves:

  1. Identifying a target application running on a vulnerable .NET version
  2. Crafting malicious network requests designed to trigger excessive resource consumption
  3. Sending these requests to the target application
  4. The application processes the requests without proper resource limits
  5. System resources become exhausted, causing denial of service to legitimate users

Technical details regarding specific exploitation methods can be found in the Microsoft Security Update.

Detection Methods for CVE-2026-26171

Indicators of Compromise

  • Unusual spikes in CPU or memory utilization on servers running .NET applications
  • Abnormal network traffic patterns targeting .NET-based services
  • Application pool crashes or restarts in IIS hosting .NET applications
  • Event log entries indicating resource exhaustion or out-of-memory conditions

Detection Strategies

  • Monitor system resource utilization metrics for .NET application processes including memory consumption, CPU usage, and thread counts
  • Implement network intrusion detection rules to identify patterns consistent with resource exhaustion attacks
  • Configure application performance monitoring (APM) tools to alert on anomalous resource consumption patterns
  • Review Windows Event Logs and .NET application logs for resource-related exceptions and failures

Monitoring Recommendations

  • Enable detailed performance counters for .NET CLR memory and CPU metrics
  • Set up alerting thresholds for abnormal resource consumption in .NET application pools
  • Monitor network traffic rates and connection counts to .NET-based services
  • Implement log aggregation to correlate resource exhaustion events across multiple systems

How to Mitigate CVE-2026-26171

Immediate Actions Required

  • Review the Microsoft Security Update for official patch availability and apply the recommended security update
  • Inventory all systems running .NET applications to identify potentially affected deployments
  • Implement rate limiting on network endpoints exposed by .NET applications
  • Consider deploying web application firewalls (WAF) with request throttling capabilities

Patch Information

Microsoft has released security guidance for this vulnerability. Administrators should consult the Microsoft Security Update for detailed patching instructions and affected version information.

Apply the official security update through Windows Update, Microsoft Update Catalog, or enterprise update management solutions such as WSUS or SCCM. Ensure all .NET Framework and .NET Core installations are updated to patched versions as specified in the security advisory.

Workarounds

  • Configure request size limits and timeout values for .NET applications to prevent excessive resource consumption
  • Implement connection pooling limits and request queuing at the application or web server level
  • Deploy network-level rate limiting using firewalls or load balancers to restrict request rates from individual sources
  • Consider implementing application-level throttling mechanisms for resource-intensive operations
bash
# Example: Configure IIS request filtering limits
appcmd set config /section:requestFiltering /requestLimits.maxAllowedContentLength:30000000
appcmd set config /section:requestFiltering /requestLimits.maxUrl:4096
appcmd set config /section:requestFiltering /requestLimits.maxQueryString:2048

# Example: Set connection timeout limits
appcmd set config /section:limits /connectionTimeout:00:02:00

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

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechDotnet

  • SeverityHIGH

  • CVSS Score7.5

  • EPSS Probability0.59%

  • 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-400
  • Technical References
  • Microsoft Security Update
  • Related CVEs
  • CVE-2026-25667: ASP.NET Core Kestrel DoS Vulnerability

  • CVE-2026-26127: .NET Out-of-Bounds Read DoS Vulnerability

  • CVE-2026-35433: .NET Privilege Escalation Vulnerability

  • CVE-2026-32177: .NET Privilege Escalation Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today 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