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
    • 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-2022-22706

CVE-2022-22706: Arm Bifrost GPU Privilege Escalation

CVE-2022-22706 is a privilege escalation vulnerability in Arm Mali GPU Kernel Driver that allows non-privileged users to gain write access to read-only memory pages. This article covers technical details, affected versions, and mitigation.

Published: February 17, 2026

CVE-2022-22706 Overview

CVE-2022-22706 is a privilege escalation vulnerability in the Arm Mali GPU Kernel Driver that allows a non-privileged user to achieve write access to read-only memory pages. This improper memory access control flaw affects multiple GPU driver architectures including Midgard, Bifrost, and Valhall, making it a significant concern for mobile devices and embedded systems utilizing Arm Mali graphics processors.

Critical Impact

This vulnerability is actively exploited in the wild and has been added to the CISA Known Exploited Vulnerabilities (KEV) catalog. Attackers can leverage this flaw to escalate privileges and gain unauthorized write access to protected memory regions, potentially leading to complete system compromise.

Affected Products

  • Arm Midgard GPU Kernel Driver r26p0 through r31p0
  • Arm Bifrost GPU Kernel Driver r0p0 through r35p0
  • Arm Valhall GPU Kernel Driver r19p0 through r35p0

Discovery Timeline

  • March 3, 2022 - CVE-2022-22706 published to NVD
  • November 3, 2025 - Last updated in NVD database

Technical Details for CVE-2022-22706

Vulnerability Analysis

CVE-2022-22706 is classified under CWE-119 (Improper Restriction of Operations within the Bounds of a Memory Buffer), indicating a memory corruption vulnerability within the kernel driver. The flaw allows an attacker with local access and low privileges to manipulate memory protection mechanisms, enabling write operations to memory pages that should be read-only.

The vulnerability exists in the GPU driver's memory management subsystem, which fails to properly enforce memory protection attributes. When exploited, an unprivileged user can bypass the operating system's memory protection mechanisms, gaining the ability to modify critical kernel memory structures or code pages.

Root Cause

The root cause of this vulnerability lies in improper boundary checking and memory protection enforcement within the Mali GPU kernel driver. The driver fails to adequately validate memory access requests, allowing write operations to memory regions that have been marked as read-only by the kernel. This represents a fundamental flaw in the driver's memory management logic where page protection attributes are not correctly enforced during GPU memory operations.

Attack Vector

This vulnerability requires local access to the target system, making it particularly relevant for mobile device attacks and privilege escalation scenarios. An attacker who has already gained initial access to a device (such as through a malicious application or another vulnerability) can exploit CVE-2022-22706 to escalate privileges.

The attack leverages the GPU driver's interface to manipulate memory mappings. By sending specially crafted requests to the Mali GPU driver through the exposed ioctl interface, an attacker can trick the driver into granting write permissions to memory pages that should remain read-only. This could enable modification of kernel code, security-critical data structures, or other protected memory regions, ultimately allowing full system compromise.

Detection Methods for CVE-2022-22706

Indicators of Compromise

  • Unusual ioctl calls to the Mali GPU kernel driver device nodes (/dev/mali*)
  • Unexpected memory mapping operations attempting to modify read-only pages
  • Anomalous kernel memory access patterns from GPU-related processes
  • Evidence of privilege escalation following GPU driver interactions

Detection Strategies

  • Monitor for suspicious access to Mali GPU driver interfaces using kernel auditing or security modules
  • Implement kernel integrity monitoring to detect unauthorized modifications to read-only memory regions
  • Deploy endpoint detection solutions capable of monitoring kernel driver interactions
  • Use hardware-based memory protection features where available to detect violations

Monitoring Recommendations

  • Enable kernel auditing for all GPU driver ioctl operations on systems with Mali GPUs
  • Implement behavioral analysis for processes interacting with GPU drivers to identify anomalous patterns
  • Review system logs for kernel memory protection violations or unexpected page fault exceptions
  • Monitor for newly installed applications requesting GPU access on mobile devices

How to Mitigate CVE-2022-22706

Immediate Actions Required

  • Update Arm Mali GPU kernel drivers to the latest patched versions immediately
  • Audit systems for signs of exploitation, particularly looking for unauthorized privilege escalation
  • Restrict access to GPU driver interfaces where possible using application sandboxing
  • Apply vendor-specific security updates from device manufacturers

Patch Information

Arm has released security updates to address this vulnerability. Organizations should update their Mali GPU kernel drivers to versions beyond the affected ranges:

  • Midgard: Update to versions newer than r31p0
  • Bifrost: Update to versions newer than r35p0
  • Valhall: Update to versions newer than r35p0

Security updates are available through the ARM Security Updates portal. Device manufacturers may also release firmware updates that include the patched drivers. Refer to the ARM Mali GPU Driver Advisory for specific guidance.

Given that this vulnerability is listed in the CISA Known Exploited Vulnerabilities Catalog, federal agencies are required to apply mitigations according to CISA's specified timeline.

Workarounds

  • Limit application permissions to prevent untrusted applications from accessing GPU resources
  • Implement strict application sandboxing to reduce the attack surface for local privilege escalation
  • Use mobile device management (MDM) solutions to restrict installation of untrusted applications
  • Consider disabling GPU acceleration for high-security workloads where feasible until patches can be applied
bash
# Check Mali GPU driver version on Linux-based systems
cat /sys/module/mali_kbase/version
# or
dmesg | grep -i mali

# Review kernel audit logs for suspicious GPU driver access
ausearch -k mali_gpu_access

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 Score7.8

  • EPSS Probability0.09%

  • 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
  • CISA KEV Information
  • In CISA KEVYes
  • CWE References
  • CWE-119
  • Technical References
  • CISA Known Exploited Vulnerabilities Catalog
  • Vendor Resources
  • ARM Security Updates

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

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

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

  • 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