Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
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-29358

CVE-2023-29358: Windows 10 1507 GDI Privilege Escalation

CVE-2023-29358 is a privilege escalation vulnerability in Windows GDI affecting Windows 10 1507 that allows attackers to gain elevated system privileges. This article covers technical details, affected versions, and mitigations.

Published: January 28, 2026

CVE-2023-29358 Overview

CVE-2023-29358 is a Use After Free vulnerability affecting the Windows Graphics Device Interface (GDI) component that allows local attackers to elevate privileges on affected systems. The Windows GDI subsystem is a core component responsible for representing graphical objects and transmitting them to output devices such as monitors and printers. A flaw in memory management within GDI can be exploited by an authenticated attacker to execute code with elevated privileges.

Critical Impact

Successful exploitation allows a local attacker to escalate privileges from a standard user account to SYSTEM-level access, potentially enabling complete system compromise including installation of malware, data exfiltration, or lateral movement within a network.

Affected Products

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

Discovery Timeline

  • June 14, 2023 - CVE-2023-29358 published to NVD
  • April 8, 2025 - Last updated in NVD database

Technical Details for CVE-2023-29358

Vulnerability Analysis

This vulnerability is classified as CWE-416: Use After Free. The flaw exists within the Windows GDI component where memory that has been freed is subsequently accessed. When a GDI object is destroyed, pointers to the associated memory may not be properly invalidated, leaving dangling references that can be exploited by an attacker with local access.

The attack requires local access to the target system and low privileges (standard user account), but no user interaction is needed to trigger the vulnerability. Once exploited, an attacker gains the ability to compromise the confidentiality, integrity, and availability of the affected system through privilege escalation to SYSTEM-level access.

Root Cause

The root cause is a Use After Free condition in the Windows GDI subsystem. When certain GDI objects are processed, the underlying memory may be freed while references to that memory remain accessible. An attacker can manipulate the timing and sequence of GDI operations to trigger this condition and gain control over the freed memory region.

By carefully crafting GDI operations, an attacker can cause the system to reference memory that has already been deallocated. If the attacker can control the contents of this reallocated memory, they can manipulate program execution flow to achieve arbitrary code execution with elevated privileges.

Attack Vector

The attack vector is local, requiring an attacker to already have access to the target system with at least standard user privileges. The exploitation involves manipulating GDI object operations to trigger the Use After Free condition.

A typical attack scenario involves:

  1. An attacker gains initial access to a Windows system with a low-privileged user account
  2. The attacker runs a specially crafted application that manipulates GDI objects
  3. Through precise timing of object allocation and deallocation, the attacker triggers the Use After Free condition
  4. By controlling the contents of reallocated memory, the attacker hijacks execution flow
  5. Code execution occurs in the context of the kernel or a privileged process, granting SYSTEM-level access

Since this is a Use After Free vulnerability in a kernel-accessible component, the exploitation mechanism involves corrupting object metadata or function pointers after the memory has been freed and subsequently reallocated with attacker-controlled data. For detailed technical information, refer to the Microsoft Security Advisory.

Detection Methods for CVE-2023-29358

Indicators of Compromise

  • Unusual process behavior involving GDI-related API calls (CreateDC, DeleteDC, CreateCompatibleBitmap, etc.) in rapid succession
  • Unexpected privilege escalation events from standard user accounts to SYSTEM
  • Anomalous memory allocation patterns in processes making heavy use of GDI functions
  • Windows Event Log entries indicating unexpected security context changes

Detection Strategies

  • Monitor for processes executing with unexpected elevated privileges, particularly those that began execution as standard user accounts
  • Implement endpoint detection rules that identify rapid sequences of GDI object creation and deletion operations
  • Deploy behavioral analysis to detect memory corruption exploitation techniques commonly associated with Use After Free vulnerabilities
  • Utilize SentinelOne's kernel-level monitoring to detect privilege escalation attempts through GDI exploitation

Monitoring Recommendations

  • Enable Windows Security Event logging for privilege use events (Event IDs 4672, 4673, 4674)
  • Configure SentinelOne agents to alert on suspicious GDI API call patterns and privilege escalation attempts
  • Monitor for new processes spawned with SYSTEM privileges from user-initiated parent processes
  • Implement application whitelisting to prevent unauthorized executables from running

How to Mitigate CVE-2023-29358

Immediate Actions Required

  • Apply Microsoft's June 2023 security updates immediately across all affected Windows systems
  • Prioritize patching on systems where users have local interactive access
  • Implement network segmentation to limit lateral movement potential if compromise occurs
  • Review and restrict local access privileges using the principle of least privilege

Patch Information

Microsoft has released security updates to address this vulnerability as part of their regular Patch Tuesday cycle. The patches are available through Windows Update, Windows Server Update Services (WSUS), and the Microsoft Update Catalog. Administrators should consult the Microsoft Security Advisory for CVE-2023-29358 for specific KB article numbers and update packages for each affected product version.

Workarounds

  • Limit local interactive logon rights to trusted users only through Group Policy
  • Implement application control policies to restrict unauthorized executable code
  • Deploy SentinelOne endpoint protection with real-time behavioral monitoring enabled
  • Consider disabling unnecessary GDI features in high-security environments where applicable
bash
# Verify patch installation status via PowerShell
Get-HotFix | Where-Object {$_.InstalledOn -gt (Get-Date).AddDays(-30)} | Select-Object HotFixID, InstalledOn, Description

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

  • 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 CVE-2023-29358 Advisory
  • Related CVEs
  • CVE-2026-33104: Windows Win32K Privilege Escalation Flaw

  • CVE-2026-33101: Windows Print Spooler Privilege Escalation

  • CVE-2026-33099: Windows WinSock Privilege Escalation Flaw

  • CVE-2026-33098: Windows Container Isolation 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