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
    • 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-2026-20879

CVE-2026-20879: Intel Data Center Graphics Driver DoS Flaw

CVE-2026-20879 is a denial of service vulnerability in Intel Data Center Graphics Driver for VMware ESXi caused by an out-of-bounds write flaw. This article covers the technical details, affected versions, impact, and mitigation.

Published: May 17, 2026

CVE-2026-20879 Overview

CVE-2026-20879 is an out-of-bounds write vulnerability [CWE-787] in the Intel Data Center Graphics Driver for VMware ESXi before version 2.0.2. The flaw resides within Ring 1 device driver code and can be triggered by a local, privileged user. Successful exploitation may cause data corruption, integrity loss, and denial of service on affected ESXi hosts. The vulnerability does not require user interaction and has low attack complexity. Intel published advisory SA-01402 describing the issue and the fixed driver release.

Critical Impact

A privileged local attacker can corrupt kernel-adjacent memory in the Intel Data Center Graphics ESXi driver, causing high-impact integrity and availability loss on virtualization hosts.

Affected Products

  • Intel Data Center Graphics Driver for VMware ESXi versions prior to 2.0.2
  • VMware ESXi hosts running the affected Intel graphics driver
  • Workloads dependent on Intel Data Center GPU acceleration under ESXi

Discovery Timeline

  • 2026-05-12 - CVE-2026-20879 published to NVD
  • 2026-05-13 - Last updated in NVD database

Technical Details for CVE-2026-20879

Vulnerability Analysis

The vulnerability is an out-of-bounds write [CWE-787] in the Intel Data Center Graphics Driver for VMware ESXi. The driver executes within Ring 1 device driver context, where memory corruption directly affects hypervisor stability. An attacker with a privileged local account on the ESXi host can submit crafted input that causes the driver to write past the bounds of an allocated buffer.

The write primitive enables data corruption inside driver memory structures. Because the affected component operates at a device driver privilege level, corrupted state can propagate into adjacent kernel structures. The result is high integrity impact and high availability impact on both the vulnerable component and the surrounding subsystem.

The issue does not expose confidential data directly. It enables denial of service through driver or host crashes and may permit modification of in-memory driver structures. Exploitation requires local access and high privileges, which limits scope to operators or compromised privileged accounts on the ESXi host.

Root Cause

The root cause is missing or insufficient bounds checking on a buffer write operation inside the Intel Data Center Graphics ESXi driver. Driver code accepts input that influences a write offset or length without validating that the resulting write stays within the allocated region.

Attack Vector

The attack vector is local. An adversary needs an authenticated, privileged account on the ESXi host or a process running with sufficient privileges to interact with the Intel graphics driver interface. No user interaction is required. The attacker issues driver requests crafted to trigger the out-of-bounds write, leading to memory corruption and denial of service.

No verified exploit code is publicly available for CVE-2026-20879. Refer to the Intel Security Advisory SA-01402 for vendor-supplied technical details.

Detection Methods for CVE-2026-20879

Indicators of Compromise

  • Unexpected ESXi host crashes, purple screen events, or driver faults referencing the Intel Data Center Graphics driver
  • VMkernel log entries showing memory corruption, page faults, or kernel panics originating in the Intel GPU driver module
  • Abnormal restarts of GPU-accelerated workloads on affected ESXi hosts

Detection Strategies

  • Inventory ESXi hosts and identify systems running the Intel Data Center Graphics Driver below version 2.0.2
  • Correlate VMkernel and vmkernel.log entries for driver-level exceptions with privileged user session activity
  • Audit which local accounts and service identities have privileges to load or interact with kernel-mode graphics drivers

Monitoring Recommendations

  • Forward ESXi host logs to a central SIEM and alert on kernel panics or driver fault signatures
  • Monitor administrative SSH and ESXi Shell sessions for unexpected privileged activity
  • Track driver version drift across the virtualization fleet to detect unpatched hosts

How to Mitigate CVE-2026-20879

Immediate Actions Required

  • Upgrade the Intel Data Center Graphics Driver for VMware ESXi to version 2.0.2 or later on all affected hosts
  • Restrict local and privileged access to ESXi hosts to a minimal set of administrators
  • Review and rotate credentials for any account that recently held privileged access to affected hosts

Patch Information

Intel addressed CVE-2026-20879 in Intel Data Center Graphics Driver for VMware ESXi version 2.0.2. Apply the update per vendor guidance in the Intel Security Advisory SA-01402. Validate driver version after installation and confirm host reboot completion before returning workloads to production.

Workarounds

  • If patching cannot be performed immediately, limit privileged local access to ESXi hosts to reduce exposure
  • Disable or unload the Intel Data Center Graphics driver on hosts where GPU acceleration is not required
  • Enforce strict role-based access control and multi-factor authentication for ESXi administrative interfaces
bash
# Verify installed Intel graphics driver version on ESXi
esxcli software vib list | grep -i intel

# After patching, confirm the driver is at 2.0.2 or later
esxcli software vib get -n <intel-graphics-vib-name>

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

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechVmware

  • SeverityHIGH

  • CVSS Score8.3

  • EPSS Probability0.01%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:L/AC:L/AT:N/PR:H/UI:N/VC:N/VI:H/VA:H/SC:N/SI:H/SA:H/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-787
  • Technical References
  • Intel Security Advisory SA-01402
  • Related CVEs
  • CVE-2026-20751: Intel Data Center Graphics Driver DoS Flaw

  • CVE-2023-31364: IOMMU Guest VM DoS Vulnerability

  • CVE-2022-31698: VMware Cloud Foundation DoS Vulnerability

  • CVE-2020-3999: VMware Workstation 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