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

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

CVE-2023-35386 is a Windows Kernel privilege escalation vulnerability affecting Microsoft Windows 10 1507 that allows attackers to gain elevated system privileges. This article covers technical details, impact, and mitigations.

Published: February 4, 2026

CVE-2023-35386 Overview

CVE-2023-35386 is a Windows Kernel Elevation of Privilege vulnerability that allows an authenticated attacker with local access to escalate privileges on affected Windows systems. The vulnerability exists in the Windows kernel and can be exploited by a local attacker to gain elevated system privileges, potentially achieving SYSTEM-level access from a low-privileged user context.

Critical Impact

Successful exploitation allows attackers to escalate from low-privileged user accounts to SYSTEM-level access, enabling complete compromise of affected Windows systems including data theft, malware installation, and lateral movement across enterprise networks.

Affected Products

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

Discovery Timeline

  • August 8, 2023 - CVE-2023-35386 published to NVD
  • January 1, 2025 - Last updated in NVD database

Technical Details for CVE-2023-35386

Vulnerability Analysis

This vulnerability is classified under CWE-125 (Out-of-Bounds Read), indicating a memory corruption flaw in the Windows kernel. The vulnerability involves an integer overflow condition that leads to an out-of-bounds read operation within kernel memory space. When triggered, an attacker who has already obtained local access to the system can exploit this flaw to read sensitive kernel memory contents or manipulate kernel data structures, ultimately achieving privilege escalation.

The local attack vector requires the attacker to first gain initial access to the target system through another means, such as phishing, exploiting a separate vulnerability, or using legitimate credentials. Once local access is established, the low attack complexity means that exploitation is relatively straightforward without requiring special conditions or additional user interaction.

Root Cause

The root cause of CVE-2023-35386 lies in improper bounds checking within Windows kernel code paths. An integer overflow condition occurs during arithmetic operations, which subsequently causes the kernel to perform memory read operations beyond the intended buffer boundaries. This out-of-bounds read can expose sensitive kernel memory data or enable manipulation of kernel structures that control privilege levels.

The vulnerability stems from insufficient validation of input parameters that influence memory allocation sizes or buffer offsets, allowing crafted input to trigger the integer overflow condition.

Attack Vector

The attack vector for CVE-2023-35386 is local, meaning an attacker must have authenticated access to the target system to exploit this vulnerability. The attack sequence typically involves:

  1. Initial Access: The attacker first gains local access to a Windows system through legitimate credentials, social engineering, or exploitation of another vulnerability
  2. Triggering the Vulnerability: The attacker executes a specially crafted application or uses system calls that trigger the integer overflow condition in the kernel
  3. Memory Corruption: The integer overflow causes an out-of-bounds read operation in kernel memory
  4. Privilege Escalation: By manipulating the corrupted memory state or leveraging the information disclosed, the attacker elevates privileges to SYSTEM level

Technical details and exploitation information are available in the Packet Storm Security advisory, which documents the integer overflow and out-of-bounds read mechanism. The vulnerability exploitation typically requires crafting specific input that causes arithmetic operations to overflow, resulting in incorrectly sized memory allocations or buffer operations that the attacker can leverage for privilege escalation.

Detection Methods for CVE-2023-35386

Indicators of Compromise

  • Unusual process behavior with processes attempting to access kernel memory regions or make suspicious system calls associated with privilege escalation
  • Unexpected SYSTEM-level processes spawned from low-privileged user sessions
  • Anomalous kernel crash dumps or blue screen events that may indicate exploitation attempts
  • Process hollowing or suspicious parent-child process relationships involving kernel-mode operations

Detection Strategies

  • Deploy endpoint detection and response (EDR) solutions capable of monitoring kernel-level activities and detecting privilege escalation attempts
  • Enable Windows Security Event logging for process creation events (Event ID 4688) with command-line auditing to track suspicious process executions
  • Implement behavioral analysis to detect anomalous transitions from user-mode to kernel-mode privileges
  • Monitor for processes attempting to exploit kernel vulnerabilities using YARA rules or signature-based detection

Monitoring Recommendations

  • Configure SentinelOne agents to monitor for privilege escalation behavioral patterns and kernel exploitation techniques
  • Enable Sysmon with appropriate configuration to log process access events and image loads related to kernel operations
  • Implement network segmentation and monitor lateral movement attempts following potential privilege escalation
  • Regularly review Windows Event Logs for security-related events indicating unauthorized privilege changes

How to Mitigate CVE-2023-35386

Immediate Actions Required

  • Apply Microsoft security updates from the August 2023 Patch Tuesday release immediately on all affected Windows systems
  • Prioritize patching for internet-facing systems and critical infrastructure servers
  • Implement the principle of least privilege to minimize the impact of potential exploitation
  • Conduct vulnerability scanning to identify all systems running affected Windows versions

Patch Information

Microsoft has released security updates to address CVE-2023-35386 as part of the August 2023 security updates. Detailed patch information and download links are available in the Microsoft Security Response Center advisory. Organizations should apply the appropriate cumulative update for their specific Windows version:

  • Windows 10 and Windows 11 systems should receive updates through Windows Update or WSUS
  • Windows Server systems should be patched through standard enterprise patch management processes
  • Ensure systems are configured to receive and install security updates promptly

Workarounds

  • Restrict local access to critical systems by implementing strong access controls and multi-factor authentication
  • Limit administrative privileges and use separate accounts for administrative tasks
  • Deploy application whitelisting solutions to prevent execution of unauthorized applications that could exploit this vulnerability
  • Isolate high-value systems and implement network segmentation to contain potential compromise
bash
# Verify patch installation status using PowerShell
Get-HotFix | Where-Object {$_.InstalledOn -gt "2023-08-01"} | Select-Object HotFixID, InstalledOn
# Check Windows Update history for August 2023 updates
Get-WindowsUpdateLog
# Verify current Windows build version
winver

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.89%

  • 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-125

  • NVD-CWE-noinfo
  • Technical References
  • Packet Storm Security Exploit
  • Vendor Resources
  • Microsoft CVE-2023-35386 Update
  • 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