A Leader in the 2026 Gartner® Magic Quadrant™ for Endpoint Protection. Six years running.Six years. Gartner® Magic Quadrant™ Leader.Find Out Why
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-0427

CVE-2026-0427: GPU Firmware Privilege Escalation Flaw

CVE-2026-0427 is a privilege escalation vulnerability in GPU firmware affecting virtual machine environments. Attackers with admin privileges in one VM can access shared GPU resources from another VM, risking data breach.

Published: May 21, 2026

CVE-2026-0427 Overview

CVE-2026-0427 is a firmware vulnerability affecting AMD GPU products. The flaw stems from improper cleanup of shared register resources in GPU firmware. An admin-privileged attacker operating inside one Guest Virtual Machine (VM) can access shared register resources belonging to another Guest VM on the same host. This cross-tenant exposure can lead to loss of confidentiality, integrity, or availability of data processed by neighboring VMs. The vulnerability is tracked under [CWE-459: Incomplete Cleanup] and was published in the AMD Security Bulletin #6027.

Critical Impact

An admin-privileged attacker in one Guest VM can read or tamper with GPU register state belonging to a co-tenant Guest VM, breaking the isolation boundary that virtualization is expected to enforce.

Affected Products

  • AMD GPU products with firmware identified in AMD Security Bulletin #6027
  • Virtualized environments using SR-IOV or comparable GPU partitioning on affected AMD hardware
  • Multi-tenant Guest VMs sharing GPU resources on affected platforms

Discovery Timeline

  • 2026-05-15 - CVE-2026-0427 published to NVD
  • 2026-05-15 - Last updated in NVD database

Technical Details for CVE-2026-0427

Vulnerability Analysis

The vulnerability resides in AMD GPU firmware that manages register resources shared across Guest VMs. When a VM relinquishes access to these registers, the firmware does not fully clear or reset the resource state before another VM acquires it. This residual state allows an attacker who already holds administrative privileges inside a Guest VM to observe or manipulate register data left behind by another Guest VM. The result is a cross-VM information leak and a potential tampering primitive within the GPU control plane.

Root Cause

The root cause is incomplete cleanup of shared resources, classified as [CWE-459]. GPU firmware fails to scrub shared register contents during context transitions between Guest VMs. Because the registers persist across tenant boundaries, the firmware effectively leaks state from one VM to another. Proper isolation requires the firmware to zero or re-initialize shared registers whenever ownership changes.

Attack Vector

Exploitation requires local access to a Guest VM and administrative privileges within that VM. The attacker does not need user interaction from the victim VM. The attack vector is local to the hypervisor host because both attacker and victim must share GPU resources on the same physical system. The attacker reads shared registers immediately after a context switch to recover data, or writes attacker-controlled values into shared registers to influence the victim VM's GPU workload.

No public proof-of-concept exploit is available, and the vulnerability is not listed in the CISA Known Exploited Vulnerabilities catalog. For technical specifics, refer to the AMD Security Bulletin #6027.

Detection Methods for CVE-2026-0427

Indicators of Compromise

  • Unexpected GPU register reads or writes originating from Guest VMs immediately following a context switch
  • Anomalous GPU workload behavior in a Guest VM that correlates with activity in a neighboring VM
  • Guest VM administrator accounts performing low-level GPU driver interactions outside normal workload patterns

Detection Strategies

  • Audit Guest VM administrative activity targeting GPU driver interfaces and ioctl calls
  • Correlate hypervisor GPU scheduling events with in-guest GPU access patterns to spot cross-tenant timing relationships
  • Monitor firmware versions across the fleet and flag hosts running unpatched AMD GPU firmware identified in AMD-SB-6027

Monitoring Recommendations

  • Centralize hypervisor and Guest VM logs covering GPU device assignment, SR-IOV virtual function allocation, and driver load events
  • Alert on Guest VM administrators executing custom or unsigned GPU utilities that interact directly with shared registers
  • Track firmware patch status as a continuous configuration metric and flag drift from approved baselines

How to Mitigate CVE-2026-0427

Immediate Actions Required

  • Apply the GPU firmware updates referenced in AMD Security Bulletin #6027 on all affected hosts
  • Inventory virtualization hosts that expose AMD GPU resources to multiple Guest VMs and prioritize them for patching
  • Restrict administrative privileges inside Guest VMs to trusted operators only, since exploitation requires admin rights within a Guest

Patch Information

AMD has published remediation guidance in AMD Security Bulletin #6027. Administrators should follow the bulletin to identify affected GPU models and apply the corresponding firmware versions. Coordinate updates with hypervisor and GPU driver vendors to ensure compatibility across the virtualization stack.

Workarounds

  • Avoid sharing a single GPU across mutually untrusted Guest VMs until firmware is updated
  • Pin sensitive workloads to dedicated GPU partitions or dedicated hosts to remove cross-tenant exposure
  • Limit the number of Guest VM administrators and enforce just-in-time elevation for GPU-adjacent operations
bash
# Configuration example
# Identify AMD GPUs and current firmware on a Linux hypervisor host
lspci -nn | grep -i 'VGA\|3D\|Display'
dmesg | grep -i amdgpu | grep -i firmware

# After applying vendor firmware update, verify version and reload module
modinfo amdgpu | grep -i version
sudo modprobe -r amdgpu && sudo modprobe amdgpu

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

  • Vulnerability Details
  • TypePrivilege Escalation

  • Vendor/TechN/A

  • SeverityMEDIUM

  • CVSS Score4.6

  • EPSS Probability0.02%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:L/AC:L/AT:N/PR:H/UI:N/VC:L/VI:L/VA:L/SC:L/SI:L/SA:L/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
  • AvailabilityLow
  • CWE References
  • CWE-459
  • Technical References
  • AMD Security Bulletin #6027
  • Latest CVEs
  • CVE-2026-9813: FlowIntel SSRF Vulnerability

  • CVE-2026-4377: D-Link DWR-X1820 Auth Bypass Vulnerability

  • CVE-2026-47074: ex_aws_sns Auth Bypass Vulnerability

  • CVE-2026-46241: Linux Kernel Use-After-Free Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today 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