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

CVE-2023-36046: Windows 11 21h2 DoS Vulnerability

CVE-2023-36046 is a denial of service vulnerability affecting Windows 11 21h2 authentication that allows attackers to disrupt system availability. This article covers technical details, affected versions, and mitigation.

Published: February 4, 2026

CVE-2023-36046 Overview

CVE-2023-36046 is a Denial of Service vulnerability affecting the Windows Authentication subsystem. This vulnerability allows a local attacker with low privileges to cause a denial of service condition, potentially disrupting authentication services and impacting system integrity and availability. The vulnerability is classified as a Symlink Attack (CWE-59), indicating improper handling of symbolic links within the authentication mechanism.

Critical Impact

Local attackers can exploit this vulnerability to cause denial of service in Windows Authentication, potentially disrupting authentication operations across affected Windows 11 and Windows Server 2022 systems.

Affected Products

  • Microsoft Windows 11 21H2 (x64 and ARM64)
  • Microsoft Windows 11 22H2 (x64 and ARM64)
  • Microsoft Windows 11 23H2 (x64 and ARM64)
  • Microsoft Windows Server 2022

Discovery Timeline

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

Technical Details for CVE-2023-36046

Vulnerability Analysis

This vulnerability exists in the Windows Authentication component and stems from improper handling of symbolic links (CWE-59). The flaw enables a locally authenticated attacker to manipulate the authentication subsystem, leading to denial of service conditions. Successful exploitation does not require user interaction and can be achieved with low-complexity attacks by users with limited privileges.

The vulnerability impacts both the integrity and availability of the affected systems, allowing attackers to potentially corrupt authentication data or render authentication services unavailable. While confidentiality is not directly impacted, the disruption to authentication services could have cascading effects on system security.

Root Cause

The root cause of CVE-2023-36046 is identified as CWE-59: Improper Link Resolution Before File Access ('Link Following'). The Windows Authentication component fails to properly validate or resolve symbolic links before performing file operations. This allows an attacker to create malicious symbolic links that redirect authentication-related file operations to unintended locations, causing integrity violations or service disruption.

Attack Vector

The attack vector for CVE-2023-36046 is local, meaning an attacker must have authenticated access to the target system. From this position, the attacker can craft malicious symbolic links that exploit the improper link resolution in the Windows Authentication subsystem. The attack does not require elevated privileges beyond basic local user access, and no user interaction is necessary for successful exploitation.

The exploitation mechanism involves creating symbolic links that redirect file operations performed by the authentication subsystem. When the vulnerable component follows these malicious links without proper validation, it may write to or modify unintended files, corrupt authentication data structures, or encounter error conditions that result in denial of service.

Detection Methods for CVE-2023-36046

Indicators of Compromise

  • Unexpected symbolic links created in Windows authentication-related directories
  • Authentication service failures or unexpected restarts of lsass.exe or related processes
  • Event log entries indicating authentication subsystem errors or access violations
  • Unusual file system activity involving symbolic links by non-administrator accounts

Detection Strategies

  • Monitor Windows Security Event Logs for authentication failures and service disruptions (Event IDs 4625, 4771)
  • Implement file integrity monitoring on authentication-critical directories
  • Use SentinelOne's behavioral AI to detect anomalous symbolic link creation patterns
  • Configure endpoint detection rules to alert on suspicious symlink operations targeting system directories

Monitoring Recommendations

  • Enable detailed auditing for object access and symbolic link creation in Windows Security Policy
  • Deploy SentinelOne agents with Storyline Active Response (STAR) rules to detect exploitation attempts
  • Monitor lsass.exe and authentication service health metrics for anomalies
  • Implement centralized logging to correlate authentication failures across affected systems

How to Mitigate CVE-2023-36046

Immediate Actions Required

  • Apply Microsoft security updates released as part of the November 2023 Patch Tuesday
  • Audit systems for unauthorized symbolic links in authentication-related directories
  • Review and restrict user permissions for creating symbolic links where possible
  • Enable SentinelOne's real-time protection to detect and block exploitation attempts

Patch Information

Microsoft has released security updates to address this vulnerability. Administrators should refer to the Microsoft Security Response Center advisory for CVE-2023-36046 for detailed patch information and download links specific to each affected Windows version.

Ensure all affected systems—including Windows 11 21H2, 22H2, 23H2, and Windows Server 2022—are updated through Windows Update, WSUS, or your organization's patch management solution.

Workarounds

  • Restrict symbolic link creation privileges using local security policy (SeCreateSymbolicLinkPrivilege)
  • Implement application control policies to monitor and restrict file system operations by untrusted processes
  • Use SentinelOne's firewall and device control features to limit attack surface
  • Consider network segmentation to isolate critical authentication infrastructure until patches are applied
bash
# Check current symbolic link privilege assignments
whoami /priv | findstr "SeCreateSymbolicLinkPrivilege"

# Verify patch installation status for November 2023 updates
wmic qfe list brief | findstr "KB"

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

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechWindows

  • SeverityHIGH

  • CVSS Score7.1

  • EPSS Probability0.21%

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

  • NVD-CWE-noinfo
  • Vendor Resources
  • Microsoft CVE-2023-36046 Advisory
  • Related CVEs
  • CVE-2026-2636: Windows CLFS.sys Driver DoS Vulnerability

  • CVE-2026-21243: Windows Server 2019 LDAP DOS Vulnerability

  • CVE-2026-20846: Windows 10 1607 GDI+ DoS Vulnerability

  • CVE-2026-21525: Windows 10 1607 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