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

CVE-2023-36038: Microsoft Visual Studio 2022 DOS Vulnerability

CVE-2023-36038 is a denial of service vulnerability in ASP.NET Core within Microsoft Visual Studio 2022 that allows attackers to disrupt service availability. This post covers technical details, affected versions, and mitigation.

Published: February 4, 2026

CVE-2023-36038 Overview

CVE-2023-36038 is a Denial of Service (DoS) vulnerability affecting ASP.NET Core applications. This vulnerability allows unauthenticated remote attackers to disrupt service availability by exploiting weaknesses in how ASP.NET Core handles certain requests. The vulnerability is classified as CWE-400 (Uncontrolled Resource Consumption), indicating that it enables attackers to consume excessive system resources, leading to service degradation or complete unavailability.

Critical Impact

Remote unauthenticated attackers can trigger a Denial of Service condition against ASP.NET Core applications, potentially disrupting business operations and affecting application availability for legitimate users.

Affected Products

  • Microsoft Visual Studio 2022 (multiple versions)
  • Microsoft ASP.NET Core 8.0.0
  • Microsoft .NET 8.0.0 (Preview 1 through Preview 7, RC1, and RC2)

Discovery Timeline

  • November 14, 2023 - CVE-2023-36038 published to NVD
  • November 21, 2024 - Last updated in NVD database

Technical Details for CVE-2023-36038

Vulnerability Analysis

This ASP.NET Core Denial of Service vulnerability stems from improper resource management when processing certain types of requests. The vulnerability is network-accessible and requires no authentication or user interaction to exploit, making it particularly concerning for internet-facing ASP.NET Core applications.

The flaw affects the availability of the application without impacting confidentiality or integrity, which is characteristic of classic resource exhaustion attacks. Attackers can remotely trigger conditions that cause the ASP.NET Core runtime to consume excessive resources, eventually leading to service degradation or complete denial of service.

Root Cause

The vulnerability is rooted in uncontrolled resource consumption (CWE-400) within the ASP.NET Core framework. When the affected components receive specially crafted requests, the application fails to properly limit resource usage, allowing attackers to exhaust system resources such as CPU cycles, memory, or connection pools. This lack of proper resource throttling enables sustained denial of service attacks against vulnerable applications.

Attack Vector

The attack vector for CVE-2023-36038 is network-based, requiring no privileges or user interaction. An attacker can exploit this vulnerability by sending malicious requests to a vulnerable ASP.NET Core application over the network. The attack has low complexity, meaning it can be executed without sophisticated tools or techniques.

The vulnerability affects applications built on ASP.NET Core 8.0.0 and .NET 8.0.0 preview releases, as well as projects developed in Visual Studio 2022. Due to the network-accessible nature of the vulnerability, any internet-facing or internally accessible ASP.NET Core application running a vulnerable version is potentially at risk.

Detection Methods for CVE-2023-36038

Indicators of Compromise

  • Unusual spikes in CPU or memory utilization on servers hosting ASP.NET Core applications
  • Increased response times or timeout errors from ASP.NET Core web services
  • Application pool restarts or process crashes in IIS or Kestrel servers
  • Abnormal patterns of incoming HTTP requests from single or multiple sources

Detection Strategies

  • Monitor application performance metrics for sudden degradation in response times
  • Implement web application firewall (WAF) rules to detect and block anomalous request patterns
  • Enable detailed logging in ASP.NET Core to capture request characteristics during potential attacks
  • Configure alerts for process crashes or unexpected restarts of ASP.NET Core worker processes

Monitoring Recommendations

  • Set up real-time monitoring for server resource utilization including CPU, memory, and network I/O
  • Enable application insights or equivalent telemetry to track request rates and error patterns
  • Monitor IIS/Kestrel logs for patterns indicative of denial of service attempts
  • Implement threshold-based alerting for abnormal traffic volumes targeting ASP.NET Core endpoints

How to Mitigate CVE-2023-36038

Immediate Actions Required

  • Apply the latest security updates from Microsoft for ASP.NET Core, .NET, and Visual Studio 2022
  • Review all ASP.NET Core applications in your environment to identify affected versions
  • Prioritize patching internet-facing applications that are most susceptible to remote exploitation
  • Consider temporarily implementing rate limiting or request filtering as an interim measure

Patch Information

Microsoft has released security updates to address CVE-2023-36038. Organizations should consult the Microsoft Security Update Guide for detailed patch information and download links. The updates address the underlying resource consumption issue in the affected ASP.NET Core versions.

For Visual Studio 2022 users, ensure the IDE is updated to the latest version that includes the patched .NET SDK and runtime components. For .NET 8.0.0 applications, upgrade to the general availability release or a patched preview/RC version as specified in Microsoft's advisory.

Workarounds

  • Implement request rate limiting at the web server or load balancer level to reduce the impact of potential attacks
  • Configure connection timeouts and request size limits in Kestrel or IIS to prevent resource exhaustion
  • Deploy a web application firewall (WAF) with rules to detect and block suspicious request patterns
  • Consider network segmentation to limit exposure of vulnerable applications from untrusted networks
bash
# Example: Configure Kestrel limits in Program.cs
# Add request rate limiting and connection limits
# Refer to Microsoft documentation for specific configuration options

# Update .NET SDK and runtime to patched versions
dotnet --list-sdks
dotnet --list-runtimes

# Update to latest patched version
dotnet tool update --global dotnet-sdk

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

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechMicrosoft Visual Studio

  • SeverityHIGH

  • CVSS Score7.5

  • EPSS Probability7.18%

  • 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

  • NVD-CWE-noinfo
  • Vendor Resources
  • Microsoft CVE-2023-36038 Advisory
  • Related CVEs
  • CVE-2023-36042: Visual Studio 2019 DOS Vulnerability

  • CVE-2023-21567: Microsoft Visual Studio 2017 DOS Vulnerability

  • CVE-2020-1133: Microsoft Visual Studio Privilege Escalation

  • CVE-2020-16856: Microsoft Visual Studio RCE Vulnerability
Default Legacy - Prefooter | 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