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

CVE-2023-36558: Microsoft .NET Auth Bypass Vulnerability

CVE-2023-36558 is an authentication bypass flaw in ASP.NET Core that allows attackers to circumvent security features. This article covers the technical details, affected versions, impact assessment, and mitigation.

Published: February 11, 2026

CVE-2023-36558 Overview

CVE-2023-36558 is a security feature bypass vulnerability affecting ASP.NET Core applications. This vulnerability allows a local attacker with low privileges to bypass security features in ASP.NET Core, potentially leading to unauthorized access to sensitive information. The flaw resides in the security mechanisms of the ASP.NET Core framework and can be exploited without user interaction.

Critical Impact

Successful exploitation of this vulnerability could allow an attacker to bypass security features in ASP.NET Core applications, resulting in the disclosure of confidential information stored or processed by the affected systems.

Affected Products

  • Microsoft .NET (versions 6.x and 7.x affected ranges, plus 8.0.0 RC1 and RC2)
  • Microsoft ASP.NET Core (multiple versions including 8.0.0)
  • Microsoft Visual Studio 2022 (multiple version ranges)

Discovery Timeline

  • November 14, 2023 - CVE-2023-36558 published to NVD
  • January 1, 2025 - Last updated in NVD database

Technical Details for CVE-2023-36558

Vulnerability Analysis

This security feature bypass vulnerability exists within the ASP.NET Core framework's security implementation. The vulnerability requires local access to the system with low-level privileges, and exploitation does not require any user interaction. The primary impact is on data confidentiality, where an attacker could potentially access sensitive information that should be protected by the bypassed security mechanisms.

The attack requires the adversary to have local access to the target system, which limits the exposure compared to network-based attacks. However, in environments where multiple users share systems or where attackers have established initial access through other means, this vulnerability could be leveraged for lateral movement or privilege escalation scenarios.

Root Cause

The vulnerability stems from improper implementation of security features within the ASP.NET Core framework. While Microsoft has not disclosed the specific technical details (categorized as NVD-CWE-noinfo), the nature of the vulnerability suggests issues with how certain security boundaries or access controls are enforced, allowing them to be circumvented by a local attacker.

Attack Vector

The attack vector is local, meaning an attacker must have some level of access to the target system to exploit this vulnerability. The attacker would need low-level privileges to initiate the attack, but the exploit complexity is low, making it relatively straightforward to execute once access is obtained.

The vulnerability allows the attacker to bypass security features that are designed to protect sensitive information. Upon successful exploitation, the attacker gains unauthorized read access to confidential data, though the integrity and availability of the system remain unaffected.

The exploitation does not require crafting malicious requests or injecting code. Instead, the attacker leverages the security feature bypass to access information that should be restricted by the ASP.NET Core security mechanisms. For technical implementation details, refer to the Microsoft Security Update Guide.

Detection Methods for CVE-2023-36558

Indicators of Compromise

  • Unexpected access to protected resources or data within ASP.NET Core applications from local users
  • Anomalous authentication or authorization patterns in ASP.NET Core application logs
  • Local user accounts accessing sensitive application data without proper authorization
  • Security audit failures in ASP.NET Core applications indicating bypassed controls

Detection Strategies

  • Monitor ASP.NET Core application logs for unusual access patterns to protected resources
  • Implement security information and event management (SIEM) rules to detect anomalous local user behavior
  • Review authorization and authentication events for signs of security feature bypass attempts
  • Deploy endpoint detection solutions to monitor for exploitation attempts on affected systems

Monitoring Recommendations

  • Enable detailed logging for ASP.NET Core applications to capture security-related events
  • Configure alerts for failed security checks followed by successful resource access
  • Monitor for unusual file access patterns by local users on systems running affected .NET applications
  • Implement behavioral analysis to detect deviations from normal application access patterns

How to Mitigate CVE-2023-36558

Immediate Actions Required

  • Apply the latest security updates from Microsoft for all affected .NET, ASP.NET Core, and Visual Studio 2022 installations
  • Inventory all systems running affected versions of .NET, ASP.NET Core, and Visual Studio 2022
  • Prioritize patching systems that process or store sensitive information
  • Review access controls and limit local access to systems running affected applications

Patch Information

Microsoft has released security updates to address this vulnerability. Administrators should apply updates through Windows Update, Microsoft Update Catalog, or the .NET SDK update channels. For Visual Studio 2022 users, updates are available through the Visual Studio installer. Detailed patching instructions and affected version information are available in the Microsoft Security Update Guide for CVE-2023-36558.

Workarounds

  • Restrict local access to systems running affected ASP.NET Core applications to trusted users only
  • Implement additional access controls and monitoring on systems that cannot be immediately patched
  • Consider isolating affected applications until patches can be applied
  • Review and strengthen authentication mechanisms for sensitive application components
bash
# Verify installed .NET SDK versions
dotnet --list-sdks

# Update .NET SDK to the latest patched version
# For Windows (using winget)
winget upgrade Microsoft.DotNet.SDK.8

# For Linux (example for Ubuntu/Debian)
sudo apt-get update && sudo apt-get upgrade dotnet-sdk-8.0

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechMicrosoft Dotnet

  • SeverityMEDIUM

  • CVSS Score5.5

  • EPSS Probability0.35%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • NVD-CWE-noinfo
  • Vendor Resources
  • Microsoft Security Update CVE-2023-36558
  • Related CVEs
  • CVE-2026-21218: Microsoft .NET Auth Bypass Vulnerability

  • CVE-2025-21171: Microsoft .NET RCE Vulnerability

  • CVE-2024-35264: Microsoft .NET RCE Vulnerability

  • CVE-2025-21172: Microsoft .NET 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