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-2020-0690

CVE-2020-0690: Windows 10 DirectX Privilege Escalation

CVE-2020-0690 is a privilege escalation vulnerability in Microsoft Windows 10 DirectX caused by improper memory object handling. Attackers can exploit this flaw to elevate privileges. This article covers technical details, affected versions, impact assessment, and mitigation strategies.

Published: March 4, 2026

CVE-2020-0690 Overview

An elevation of privilege vulnerability exists when DirectX improperly handles objects in memory, commonly referred to as the 'DirectX Elevation of Privilege Vulnerability'. This flaw allows attackers to potentially gain elevated privileges on affected Windows systems by exploiting memory handling issues within the DirectX component.

Critical Impact

Successful exploitation of this vulnerability could allow an attacker to execute arbitrary code with elevated privileges, potentially gaining complete control over the affected system.

Affected Products

  • Microsoft Windows 10 (versions: RTM, 1607, 1709, 1803, 1809, 1903, 1909)
  • Microsoft Windows Server 2016 (versions: RTM, 1803, 1903, 1909)
  • Microsoft Windows Server 2019

Discovery Timeline

  • 2020-03-12 - CVE-2020-0690 published to NVD
  • 2024-11-21 - Last updated in NVD database

Technical Details for CVE-2020-0690

Vulnerability Analysis

This elevation of privilege vulnerability stems from improper memory object handling within the DirectX graphics subsystem. DirectX is a collection of APIs used for handling multimedia tasks, particularly game programming and video rendering on Microsoft platforms. When DirectX fails to properly manage objects in memory, it creates an exploitable condition that can be leveraged by attackers.

The vulnerability allows an attacker who already has local access to a system to escalate their privileges to a higher level, potentially gaining SYSTEM-level access. This type of vulnerability is particularly dangerous in environments where users have limited privileges, as it provides a pathway to full system compromise.

Root Cause

The root cause of CVE-2020-0690 lies in improper object handling within the DirectX memory management routines. When DirectX processes certain graphics-related operations, it fails to properly validate or sanitize memory objects, leading to a condition where memory can be manipulated by an attacker. This improper handling can result in memory corruption that enables privilege escalation.

Attack Vector

The attack vector for this vulnerability involves an attacker first gaining local access to a vulnerable system, then executing a specially crafted application that triggers the improper memory handling in DirectX. The exploitation flow typically involves:

  1. Attacker gains initial access to the target system with low privileges
  2. Attacker executes a malicious application designed to interact with DirectX
  3. The application triggers the improper memory object handling
  4. Memory corruption occurs, allowing the attacker to execute code with elevated privileges
  5. Attacker gains SYSTEM-level access to the compromised machine

The vulnerability manifests when DirectX improperly handles objects in memory during graphics operations. For detailed technical information about the exploitation mechanism, refer to the Microsoft Security Advisory CVE-2020-0690.

Detection Methods for CVE-2020-0690

Indicators of Compromise

  • Unexpected process creation with SYSTEM privileges from user-level contexts
  • Anomalous DirectX-related process activity or crash events in Windows Event Logs
  • Suspicious applications attempting to load DirectX libraries with unusual parameters

Detection Strategies

  • Monitor Windows Event Logs for privilege escalation indicators and unexpected SYSTEM-level process spawning
  • Implement endpoint detection rules to identify suspicious DirectX API calls and memory manipulation attempts
  • Deploy behavioral analysis tools to detect unusual graphics subsystem interactions from non-standard applications
  • Use SentinelOne's behavioral AI engine to identify exploitation attempts targeting DirectX components

Monitoring Recommendations

  • Enable detailed auditing of process creation events with command-line logging
  • Monitor for applications exhibiting memory manipulation behaviors associated with DirectX exploitation
  • Establish baseline behavior for DirectX-related processes and alert on deviations

How to Mitigate CVE-2020-0690

Immediate Actions Required

  • Apply the security update from Microsoft immediately to all affected Windows systems
  • Prioritize patching for systems accessible to untrusted users or in shared environments
  • Implement application whitelisting to prevent unauthorized applications from executing
  • Use SentinelOne Singularity platform to detect and block exploitation attempts in real-time

Patch Information

Microsoft has released security updates to address this vulnerability as part of the March 2020 Patch Tuesday release. The patch corrects how DirectX handles objects in memory, eliminating the elevation of privilege condition. Organizations should apply the appropriate update for their Windows version as documented in the Microsoft Security Advisory CVE-2020-0690.

Workarounds

  • Limit local access to systems by implementing strict access controls and the principle of least privilege
  • Restrict which users can execute applications that interact heavily with DirectX
  • Consider disabling or limiting DirectX features on systems where graphics functionality is not required
bash
# Configuration example - Enable process creation auditing for detection
# Run in elevated PowerShell to enable process creation auditing
auditpol /set /subcategory:"Process Creation" /success:enable /failure:enable

# Verify audit policy is applied
auditpol /get /subcategory:"Process Creation"

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

  • SeverityCRITICAL

  • CVSS Score9.8

  • EPSS Probability13.25%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • NVD-CWE-noinfo
  • Vendor Resources
  • Microsoft Security Advisory CVE-2020-0690
  • 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