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

CVE-2023-36799: Microsoft .NET Core DoS Vulnerability

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

Published: February 11, 2026

CVE-2023-36799 Overview

CVE-2023-36799 is a Denial of Service vulnerability affecting .NET Core and Visual Studio. This vulnerability allows remote attackers to cause a denial of service condition through network-based attacks, potentially disrupting the availability of affected applications and development environments.

Critical Impact

Remote attackers can exploit this vulnerability to cause denial of service in .NET Core applications and Visual Studio, requiring only user interaction to trigger resource exhaustion.

Affected Products

  • Microsoft .NET 6.0.0
  • Microsoft .NET 7.0.0
  • Microsoft Visual Studio 2022

Discovery Timeline

  • September 12, 2023 - CVE-2023-36799 published to NVD
  • November 21, 2024 - Last updated in NVD database

Technical Details for CVE-2023-36799

Vulnerability Analysis

This vulnerability is classified as a Resource Exhaustion issue (CWE-400), which occurs when an application fails to properly limit the amount of resources that can be consumed by a single operation or user. In the context of .NET Core and Visual Studio, this flaw enables attackers to craft specific inputs that cause the application to consume excessive resources, ultimately leading to service unavailability.

The vulnerability can be exploited remotely over a network connection, though it requires some form of user interaction to initiate the attack. When successfully exploited, the impact is limited to availability—there is no direct effect on the confidentiality or integrity of data.

Root Cause

The root cause of CVE-2023-36799 lies in improper resource management within the .NET runtime and Visual Studio. Specifically, the vulnerability stems from Uncontrolled Resource Consumption (CWE-400), where the affected components fail to implement adequate constraints on resource allocation during certain operations. This allows malicious input to trigger excessive memory or CPU consumption, leading to denial of service conditions.

Attack Vector

The attack vector for this vulnerability is network-based, meaning an attacker can exploit it remotely. The exploitation requires low complexity and no special privileges, but does require user interaction. A typical attack scenario involves:

  1. An attacker crafts a malicious payload designed to trigger resource exhaustion
  2. The victim interacts with the malicious content through a .NET application or Visual Studio
  3. The application fails to properly constrain resource consumption
  4. The system becomes unresponsive or crashes due to resource exhaustion

The vulnerability mechanism involves improper handling of certain inputs that cause the .NET runtime to allocate excessive resources. For specific technical implementation details, refer to the Microsoft Security Advisory.

Detection Methods for CVE-2023-36799

Indicators of Compromise

  • Abnormal memory consumption spikes in .NET applications or Visual Studio processes
  • Unexpected application crashes or hangs during normal operations
  • System performance degradation when processing specific file types or network requests

Detection Strategies

  • Monitor .NET application processes for unusual resource utilization patterns
  • Implement application-level logging to track resource allocation anomalies
  • Deploy endpoint detection solutions capable of identifying resource exhaustion attacks

Monitoring Recommendations

  • Configure alerts for memory and CPU threshold breaches on systems running .NET applications
  • Enable Windows Event logging for application crashes and .NET runtime exceptions
  • Monitor network traffic for suspicious patterns targeting .NET-based services

How to Mitigate CVE-2023-36799

Immediate Actions Required

  • Apply the latest security updates from Microsoft for .NET Core and Visual Studio 2022
  • Verify all affected .NET versions (6.0.0 and 7.0.0) are updated to patched releases
  • Review and update any applications built with affected .NET versions

Patch Information

Microsoft has released security patches to address this vulnerability. Administrators should consult the Microsoft Security Advisory for detailed patch information and download links. Updates are available through Windows Update, Microsoft Update Catalog, and the .NET download center.

Workarounds

  • Limit exposure of .NET applications to untrusted network sources where possible
  • Implement network-level filtering to restrict access to affected services
  • Consider implementing resource quotas and timeouts in .NET applications as defense-in-depth measures
bash
# Update .NET SDK and runtime to the latest patched version
dotnet --list-sdks
dotnet --list-runtimes
# Download and install updates from https://dotnet.microsoft.com/download

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

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechMicrosoft

  • SeverityMEDIUM

  • CVSS Score6.5

  • EPSS Probability1.14%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-400

  • NVD-CWE-noinfo
  • Vendor Resources
  • Microsoft Security Advisory
  • Related CVEs
  • CVE-2026-25168: Microsoft Graphics Component DoS Vulnerability

  • CVE-2026-25169: Microsoft Graphics Component DoS Flaw

  • CVE-2024-30046: Microsoft .NET DoS Vulnerability

  • CVE-2023-21769: Windows 10 1607 MSMQ DoS 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