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-2023-38180

CVE-2023-38180: Microsoft .NET DOS Vulnerability

CVE-2023-38180 is a denial of service vulnerability in Microsoft .NET and Visual Studio that allows attackers to disrupt service availability. This article covers the technical details, affected versions, and mitigation strategies.

Published: February 11, 2026

CVE-2023-38180 Overview

CVE-2023-38180 is a Denial of Service vulnerability affecting Microsoft .NET framework, ASP.NET Core, and Visual Studio 2022. This vulnerability allows remote attackers to cause a denial of service condition in affected applications without requiring any authentication or user interaction. Due to its network-accessible attack vector and the widespread use of .NET-based applications in enterprise environments, this vulnerability poses a significant risk to organizations relying on Microsoft's development ecosystem.

Critical Impact

This vulnerability is listed in CISA's Known Exploited Vulnerabilities (KEV) catalog, indicating active exploitation in the wild. Remote attackers can disrupt service availability of .NET and ASP.NET Core applications without authentication.

Affected Products

  • Microsoft .NET (multiple versions)
  • Microsoft ASP.NET Core (multiple versions)
  • Microsoft Visual Studio 2022 (multiple versions)
  • Fedora 37 and 38 (bundled .NET packages)

Discovery Timeline

  • August 8, 2023 - CVE-2023-38180 published to NVD
  • October 28, 2025 - Last updated in NVD database

Technical Details for CVE-2023-38180

Vulnerability Analysis

CVE-2023-38180 is a resource exhaustion vulnerability (CWE-400) in Microsoft's .NET framework and related products. The flaw allows unauthenticated attackers to remotely trigger a denial of service condition by sending specially crafted requests that cause the application to consume excessive resources. This can result in application hangs, crashes, or complete service unavailability.

The vulnerability is particularly concerning because it requires no privileges or user interaction to exploit, making it trivial for attackers to target vulnerable systems. Applications built on affected .NET and ASP.NET Core versions are susceptible when exposed to network traffic, which is common in web applications and microservices architectures.

Root Cause

The root cause of this vulnerability stems from improper resource consumption handling (CWE-400) within the .NET runtime environment. The affected components fail to properly limit or manage resource allocation when processing certain inputs, allowing attackers to exhaust system resources such as memory or CPU cycles. This lack of proper resource management enables denial of service attacks against applications that would otherwise be functioning normally.

Attack Vector

The attack vector for CVE-2023-38180 is network-based, meaning attackers can exploit vulnerable systems remotely without requiring local access. The attack has low complexity and does not require any form of authentication or user interaction. An attacker can craft malicious network requests targeting .NET or ASP.NET Core applications, causing them to enter a state of resource exhaustion. This leads to denial of service conditions where legitimate users cannot access the affected services.

The vulnerability specifically impacts availability, with no direct impact on data confidentiality or integrity. However, the disruption of critical services can have cascading effects on business operations and may be used as part of a larger attack campaign.

Detection Methods for CVE-2023-38180

Indicators of Compromise

  • Unusual resource consumption (CPU/memory spikes) in .NET or ASP.NET Core application processes
  • Unexpected application crashes or service restarts in IIS or Kestrel-hosted applications
  • High volume of malformed or suspicious network requests targeting .NET web applications
  • Application pool recycling events in Windows Event logs without clear cause

Detection Strategies

  • Monitor for abnormal resource utilization patterns in .NET application hosting environments
  • Implement application performance monitoring (APM) to detect service degradation
  • Review IIS and Kestrel server logs for unusual request patterns or error conditions
  • Deploy network intrusion detection systems (IDS) to identify exploitation attempts

Monitoring Recommendations

  • Configure alerts for .NET application process memory and CPU threshold breaches
  • Implement real-time monitoring of web application availability and response times
  • Enable detailed logging for ASP.NET Core applications to capture potential attack indicators
  • Monitor CISA KEV catalog updates for additional exploitation intelligence related to this vulnerability

How to Mitigate CVE-2023-38180

Immediate Actions Required

  • Apply Microsoft security updates for .NET, ASP.NET Core, and Visual Studio 2022 immediately
  • Prioritize patching internet-facing applications and services running on affected platforms
  • Review CISA KEV guidance and ensure compliance with federal remediation timelines if applicable
  • Implement network-level rate limiting and request filtering as an interim protective measure

Patch Information

Microsoft has released security updates addressing CVE-2023-38180. Organizations should obtain patches from the Microsoft Security Response Center advisory. Fedora users should apply updates as documented in the Fedora Package Announcements. Given the CISA KEV listing, organizations subject to federal requirements must remediate this vulnerability according to mandated timelines.

Workarounds

  • Implement Web Application Firewall (WAF) rules to filter potentially malicious requests
  • Configure application-level request size and rate limits to mitigate resource exhaustion attempts
  • Isolate vulnerable applications behind load balancers with health checks to improve resilience
  • Consider temporarily restricting network access to affected applications until patches can be applied
bash
# Example: Update .NET SDK and runtime on Windows using winget
winget upgrade Microsoft.DotNet.SDK.7
winget upgrade Microsoft.DotNet.Runtime.7

# Example: Update .NET on Fedora systems
sudo dnf update dotnet-sdk-7.0
sudo dnf update aspnetcore-runtime-7.0

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

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechMicrosoft Net

  • SeverityHIGH

  • CVSS Score7.5

  • EPSS Probability0.88%

  • 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
  • CISA KEV Information
  • In CISA KEVYes
  • CWE References
  • NVD-CWE-noinfo

  • CWE-400
  • Technical References
  • Fedora Package Announcement

  • Fedora Package Announcement

  • CISA Known Exploited Vulnerability
  • Vendor Resources
  • Microsoft CVE-2023-38180 Update
  • Related CVEs
  • CVE-2022-21986: Microsoft .NET DOS Vulnerability

  • CVE-2022-34716: Microsoft .NET Spoofing Vulnerability

  • CVE-2023-28260: Microsoft .NET DLL Hijacking RCE Flaw
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