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-2023-28469

CVE-2023-28469: Arm Mali GPU Use-After-Free Vulnerability

CVE-2023-28469 is a use-after-free vulnerability in Arm Mali GPU Kernel Driver allowing non-privileged users to access freed memory. This article covers technical details, affected versions, impact, and mitigation.

Published: February 4, 2026

CVE-2023-28469 Overview

CVE-2023-28469 is a Use After Free vulnerability discovered in the Arm Mali GPU Kernel Driver. A non-privileged user can make improper GPU processing operations to gain access to already freed memory, potentially leading to sensitive information disclosure. This vulnerability affects devices utilizing Arm's Mali GPU drivers, which are commonly found in mobile devices, embedded systems, and various ARM-based computing platforms.

Critical Impact

Non-privileged attackers with local access can exploit improper GPU processing operations to access freed memory regions, potentially exposing sensitive system information from kernel memory.

Affected Products

  • Arm Valhall GPU Kernel Driver r29p0 through r42p0 (before r43p0)
  • Arm Avalon GPU Kernel Driver (Architecture Gen5) r41p0 through r42p0 (before r43p0)

Discovery Timeline

  • 2023-06-02 - CVE-2023-28469 published to NVD
  • 2025-01-08 - Last updated in NVD database

Technical Details for CVE-2023-28469

Vulnerability Analysis

This vulnerability is classified as CWE-416 (Use After Free), a memory corruption flaw that occurs when a program continues to use a pointer after the memory it references has been deallocated. In the context of the Arm Mali GPU Kernel Driver, the vulnerability allows a non-privileged user to manipulate GPU processing operations in a way that triggers access to memory that has already been freed.

The attack requires local access to the system and low privileges to execute. The primary security impact is confidentiality breach, where an attacker could potentially read sensitive information from kernel memory that was previously allocated to other processes or system components. The vulnerability does not directly enable integrity violations or cause system availability issues.

Root Cause

The root cause of CVE-2023-28469 lies in improper memory lifecycle management within the GPU kernel driver. When GPU processing operations are performed, the driver fails to properly validate the state of memory objects before accessing them. This creates a race condition or logic flaw where memory can be freed while still being referenced by ongoing GPU operations.

Specifically, the vulnerability exists in the handling of memory allocations during GPU job submission and completion. When certain sequences of GPU operations are performed by a non-privileged user, the driver may attempt to access memory buffers that have already been released back to the system's memory pool, resulting in a Use After Free condition.

Attack Vector

The attack vector for CVE-2023-28469 requires local access to the target system. An attacker would need to:

  1. Obtain local access to a device running a vulnerable version of the Mali GPU Kernel Driver
  2. Execute a crafted application that performs specific GPU processing operations
  3. Trigger the improper memory handling condition through carefully sequenced GPU API calls
  4. Access the freed memory region to read potentially sensitive kernel data

The vulnerability manifests in the GPU memory management subsystem during improper GPU processing operations. Technical details regarding the specific GPU API calls and memory management functions involved can be found in the Arm Security Center Mali GPU Driver Vulnerabilities advisory.

Detection Methods for CVE-2023-28469

Indicators of Compromise

  • Unusual GPU driver crashes or kernel panics related to Mali GPU operations
  • Anomalous memory access patterns in kernel logs associated with GPU driver activity
  • Unexpected application behavior when performing GPU-intensive operations
  • Kernel memory corruption detection alerts from system integrity monitoring tools

Detection Strategies

  • Monitor for unusual sequences of GPU API calls from unprivileged applications
  • Implement kernel-level memory access auditing for the Mali GPU driver subsystem
  • Deploy endpoint detection solutions capable of monitoring GPU driver interactions
  • Review system logs for Mali GPU driver error messages or warning indicators

Monitoring Recommendations

  • Enable verbose logging for the Mali GPU kernel driver to capture memory operation details
  • Implement memory corruption detection mechanisms such as KASAN (Kernel Address Sanitizer) where available
  • Monitor for applications making excessive or unusual GPU memory allocation requests
  • Deploy SentinelOne Singularity Platform for real-time kernel-level threat detection and memory protection

How to Mitigate CVE-2023-28469

Immediate Actions Required

  • Update the Arm Mali GPU Kernel Driver to version r43p0 or later
  • Audit systems for affected driver versions (r29p0 through r42p0 for Valhall, r41p0 through r42p0 for Gen5 Architecture)
  • Restrict local access to systems running vulnerable driver versions until patches can be applied
  • Monitor affected systems for signs of exploitation attempts

Patch Information

Arm has released patched versions of the affected GPU kernel drivers. The vulnerability is fixed in version r43p0 for both the Valhall GPU Kernel Driver and the GPU Architecture Gen5 (Avalon) driver. Organizations should coordinate with their device manufacturers or SoC vendors to obtain and deploy the updated driver packages.

For detailed patch information and security advisories, refer to the Arm Security Center Mali GPU Driver Vulnerabilities page.

Workarounds

  • Limit local user access to systems with vulnerable Mali GPU drivers
  • Disable or restrict access to GPU functionality for non-essential users where operationally feasible
  • Implement application whitelisting to prevent unauthorized applications from accessing GPU resources
  • Apply defense-in-depth measures including kernel hardening and access controls
bash
# Check current Mali GPU driver version (method varies by platform)
# Example for Android devices with root access:
cat /sys/module/mali_kbase/version

# Verify the driver version is r43p0 or later to confirm patching
# Contact device manufacturer for official update procedures

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

  • Vulnerability Details
  • TypeUse After Free

  • Vendor/TechArm Mali Gpu Kernel Driver

  • SeverityMEDIUM

  • CVSS Score5.5

  • EPSS Probability0.07%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • NVD-CWE-noinfo

  • CWE-416
  • Vendor Resources
  • ARM Security Center Vulnerabilities
  • Related CVEs
  • CVE-2023-4295: Arm Mali GPU Kernel 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