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

CVE-2023-35380: Windows 10 1507 Privilege Escalation Flaw

CVE-2023-35380 is a Windows Kernel privilege escalation vulnerability affecting Windows 10 1507 that allows attackers to gain elevated privileges. This article covers technical details, affected versions, and mitigation.

Published: February 4, 2026

CVE-2023-35380 Overview

CVE-2023-35380 is a Windows Kernel Elevation of Privilege vulnerability that allows a local attacker with low privileges to escalate their access to gain full system-level control over affected Windows systems. This Use-After-Free (CWE-416) vulnerability in the Windows kernel enables attackers who have already gained initial access to a system to elevate their privileges, potentially leading to complete system compromise.

Critical Impact

Successful exploitation allows attackers to elevate privileges from a low-privileged user context to SYSTEM-level access, enabling complete control over the affected Windows machine including the ability to install programs, view/change/delete data, and create new accounts with full user rights.

Affected Products

  • Microsoft Windows 10 (versions 1507, 1607, 1809, 21H2, 22H2)
  • Microsoft Windows 11 (versions 21H2, 22H2)
  • Microsoft Windows Server 2008 (SP2 and R2 SP1)
  • Microsoft Windows Server 2012 (including R2)
  • Microsoft Windows Server 2016
  • Microsoft Windows Server 2019
  • Microsoft Windows Server 2022

Discovery Timeline

  • August 8, 2023 - CVE-2023-35380 published to NVD
  • November 21, 2024 - Last updated in NVD database

Technical Details for CVE-2023-35380

Vulnerability Analysis

This Windows Kernel vulnerability is classified as a Use-After-Free (CWE-416) memory corruption issue. Use-After-Free vulnerabilities occur when a program continues to use a pointer after the memory it references has been freed. In the context of the Windows kernel, this type of flaw is particularly dangerous because the kernel operates at the highest privilege level in the operating system.

The vulnerability requires local access to the target system and low-level privileges to exploit. No user interaction is required for exploitation, making it suitable for use in multi-stage attacks where an attacker has already achieved initial code execution through another vector such as phishing or a browser exploit.

Root Cause

The root cause of CVE-2023-35380 is a Use-After-Free condition in the Windows kernel. This occurs when kernel code continues to reference memory that has already been deallocated. When the freed memory is subsequently reallocated for another purpose, the stale pointer can be used to corrupt data structures or execute arbitrary code in kernel mode.

In elevation of privilege scenarios, attackers typically manipulate the timing of memory operations to ensure that the freed memory is reallocated with attacker-controlled data. When the kernel subsequently accesses this memory through the dangling pointer, it operates on the attacker's malicious data structure, enabling privilege escalation.

Attack Vector

The attack vector for CVE-2023-35380 is local, meaning an attacker must already have the ability to execute code on the target system. The typical attack flow involves:

  1. Initial Access - Attacker gains low-privilege code execution through phishing, malware, or exploiting another vulnerability
  2. Trigger Condition - The attacker crafts specific system calls or operations that trigger the Use-After-Free condition in the kernel
  3. Memory Manipulation - Heap spray or other memory manipulation techniques are used to control the contents of the freed memory region
  4. Privilege Escalation - When the kernel accesses the corrupted memory, code execution occurs in kernel context, granting SYSTEM privileges

The vulnerability mechanism involves improper memory lifecycle management in the Windows kernel. Attackers who can control the timing of memory allocation and deallocation operations can exploit this condition to escalate from a standard user account to SYSTEM-level privileges. For detailed technical information, refer to the Microsoft Security Update Guide.

Detection Methods for CVE-2023-35380

Indicators of Compromise

  • Unusual kernel crash patterns or blue screen events (BSOD) with memory corruption signatures
  • Unexpected process execution with SYSTEM-level privileges from low-privileged user contexts
  • Memory allocation anomalies detected through kernel debugging tools
  • Suspicious syscall patterns targeting kernel memory management functions

Detection Strategies

  • Deploy endpoint detection and response (EDR) solutions capable of monitoring kernel-level activity and privilege transitions
  • Enable Windows Event Log auditing for privilege escalation events (Event ID 4672, 4673)
  • Implement behavioral analytics to detect anomalous process privilege changes
  • Use Windows Defender Exploit Guard or similar technologies to detect memory corruption exploitation attempts

Monitoring Recommendations

  • Monitor for unusual kernel driver loading activity which may indicate exploitation attempts
  • Implement process creation monitoring to detect privilege escalation from user to SYSTEM context
  • Enable crash dump analysis to identify potential exploitation attempts that cause system instability
  • Deploy SentinelOne agents to provide real-time kernel-level threat detection and automated response capabilities

How to Mitigate CVE-2023-35380

Immediate Actions Required

  • Apply the security update from Microsoft immediately on all affected Windows systems
  • Prioritize patching of internet-facing systems and critical infrastructure servers
  • Implement network segmentation to limit lateral movement if systems cannot be immediately patched
  • Review and restrict local user account privileges to minimize the attack surface for privilege escalation

Patch Information

Microsoft has released security updates to address CVE-2023-35380 as part of their August 2023 security update cycle. The patches are available through Windows Update, Microsoft Update Catalog, and Windows Server Update Services (WSUS). Organizations should consult the Microsoft Security Update Guide for CVE-2023-35380 for specific KB article numbers corresponding to each affected Windows version.

Workarounds

  • Restrict local logon rights to trusted users only to reduce the potential for exploitation
  • Implement application control policies to prevent unauthorized code execution
  • Enable Windows Defender Credential Guard to protect against certain privilege escalation techniques
  • Use network-level authentication (NLA) for Remote Desktop connections to add an additional authentication layer before exploitation could occur
bash
# Verify Windows Update status
Get-HotFix | Sort-Object InstalledOn -Descending | Select-Object -First 20

# Check Windows Defender status
Get-MpComputerStatus | Select-Object AMServiceEnabled, AntispywareEnabled, AntivirusEnabled, RealTimeProtectionEnabled

# Enable auditing for privilege use
auditpol /set /subcategory:"Sensitive Privilege Use" /success:enable /failure:enable

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

  • Vulnerability Details
  • TypePrivilege Escalation

  • Vendor/TechWindows

  • SeverityHIGH

  • CVSS Score7.8

  • EPSS Probability2.22%

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

  • NVD-CWE-noinfo
  • Vendor Resources
  • Microsoft Security Update CVE-2023-35380
  • Related CVEs
  • CVE-2026-23672: Windows UDFS Privilege Escalation Flaw

  • CVE-2026-25178: Windows WinSock Driver Privilege Escalation

  • CVE-2026-24283: Windows File Server Privilege Escalation

  • CVE-2026-24294: Windows SMB Server Privilege Escalation
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