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
    • 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-2021-28664

CVE-2021-28664: Arm Bifrost GPU Privilege Escalation Flaw

CVE-2021-28664 is a privilege escalation vulnerability in Arm Bifrost GPU kernel driver that allows unprivileged users to gain read/write access to read-only pages. This article covers technical details, affected versions, and mitigation.

Published: March 4, 2026

CVE-2021-28664 Overview

CVE-2021-28664 is a critical memory corruption vulnerability in the Arm Mali GPU kernel driver that enables unprivileged users to achieve read/write access to memory pages that should be read-only. This flaw allows attackers to escalate privileges or cause denial of service through memory corruption on affected devices.

Critical Impact

This vulnerability has been confirmed as actively exploited in the wild and is listed in CISA's Known Exploited Vulnerabilities (KEV) catalog. Unprivileged users can corrupt kernel memory, potentially achieving full device compromise on Android devices and other systems using Mali GPUs.

Affected Products

  • Arm Bifrost GPU Kernel Driver r0p0 through r29p0 (fixed in r30p0)
  • Arm Midgard GPU Kernel Driver r8p0 through r30p0 (fixed in r31p0)
  • Arm Valhall GPU Kernel Driver r19p0 through r29p0 (fixed in r30p0)

Discovery Timeline

  • 2021-05-10 - CVE-2021-28664 published to NVD
  • 2025-11-03 - Last updated in NVD database

Technical Details for CVE-2021-28664

Vulnerability Analysis

This vulnerability is classified as CWE-787 (Out-of-Bounds Write), stemming from improper memory access control within the Mali GPU kernel driver. The flaw allows an unprivileged user to gain read/write access to memory pages that the kernel has designated as read-only.

The vulnerability is particularly dangerous because it operates at the kernel driver level, where memory protection mechanisms are critical for maintaining system security boundaries. When exploited, an attacker running unprivileged code can modify protected kernel memory regions, bypassing fundamental security guarantees of the operating system.

The network-based attack vector combined with low attack complexity makes this vulnerability accessible to remote attackers under certain conditions. The inclusion in CISA's Known Exploited Vulnerabilities catalog confirms active real-world exploitation.

Root Cause

The root cause lies in improper memory page permission handling within the Mali GPU kernel driver. The driver fails to properly enforce read-only restrictions on certain memory pages when user-space applications interact with the GPU subsystem. This allows an attacker to manipulate the memory access permissions, converting read-only pages to read/write accessible pages from an unprivileged context.

Attack Vector

An attacker can exploit this vulnerability by crafting specific GPU operations or IOCTL calls to the Mali kernel driver that manipulate memory page permissions. The exploitation flow typically involves:

  1. An unprivileged application opens a handle to the Mali GPU device
  2. The attacker issues carefully crafted requests that trigger the permission handling flaw
  3. The kernel driver incorrectly grants write access to read-only memory pages
  4. The attacker modifies protected memory, enabling privilege escalation or causing system corruption

The vulnerability can be leveraged to achieve kernel code execution by overwriting critical kernel data structures or function pointers, ultimately granting root-level access to the compromised device.

Detection Methods for CVE-2021-28664

Indicators of Compromise

  • Unexpected crashes or kernel panics related to Mali GPU driver operations
  • Suspicious IOCTL calls to /dev/mali or similar GPU device nodes from unprivileged processes
  • Memory corruption errors or inconsistencies in kernel logs related to GPU memory management
  • Anomalous privilege escalation events on devices with Mali GPUs

Detection Strategies

  • Monitor system calls and IOCTL operations targeting Mali GPU device nodes for unusual patterns
  • Implement kernel-level integrity monitoring to detect unauthorized memory modifications
  • Deploy endpoint detection rules that identify known exploitation techniques targeting this vulnerability
  • Review device GPU driver versions against affected version ranges (Bifrost r0p0-r29p0, Midgard r8p0-r30p0, Valhall r19p0-r29p0)

Monitoring Recommendations

  • Enable enhanced logging for GPU driver interactions on systems with Mali hardware
  • Configure security monitoring solutions to alert on suspicious process behavior involving GPU device access
  • Regularly audit installed GPU driver versions across your device fleet
  • Implement application allowlisting to restrict which processes can interact with GPU device nodes

How to Mitigate CVE-2021-28664

Immediate Actions Required

  • Update Arm Mali GPU kernel drivers to patched versions: Bifrost r30p0+, Midgard r31p0+, or Valhall r30p0+
  • Apply vendor-provided Android security updates that include Mali driver fixes
  • Restrict access to GPU device nodes to only trusted applications where possible
  • Prioritize patching for internet-facing or high-risk devices

Patch Information

Arm has released patched driver versions that address this vulnerability. The fixed versions are:

  • Bifrost: r30p0 and later
  • Midgard: r31p0 and later
  • Valhall: r30p0 and later

Organizations should obtain updated drivers through their device manufacturers or directly from Arm's security updates. Refer to the ARM Mali GPU Driver Vulnerabilities page and ARM Security Updates for official patch information.

Workarounds

  • Limit device access and reduce the attack surface by disabling unnecessary GPU features if operationally feasible
  • Implement application sandboxing to restrict which processes can access GPU device interfaces
  • Deploy mobile device management (MDM) policies to enforce security controls on affected devices
  • Consider network segmentation for devices that cannot be immediately patched to limit exploitation impact

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

  • Vulnerability Details
  • TypePrivilege Escalation

  • Vendor/TechArm Bifrost Gpu Kernel Driver

  • SeverityHIGH

  • CVSS Score8.8

  • EPSS Probability0.14%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CISA KEV Information
  • In CISA KEVYes
  • CWE References
  • CWE-787
  • Technical References
  • CISA CVE-2021-28664 Exploit Catalog
  • Vendor Resources
  • ARM Mali GPU Driver Vulnerabilities

  • ARM Security Updates Overview

  • Mali GPU Kernel Driver Security
  • Related CVEs
  • CVE-2021-29256: Arm Bifrost GPU Privilege Escalation Flaw

  • CVE-2021-28663: Arm Bifrost GPU Privilege Escalation Flaw

  • CVE-2022-22706: Arm Bifrost GPU Privilege Escalation

  • CVE-2022-38181: Arm Bifrost GPU Use-After-Free Flaw
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