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-4295

CVE-2023-4295: Arm Mali GPU Kernel Use-After-Free Flaw

CVE-2023-4295 is a use-after-free vulnerability in Arm Mali GPU Kernel Driver allowing local attackers to access freed memory through improper GPU operations. This article covers technical details, affected versions, and mitigations.

Published: February 11, 2026

CVE-2023-4295 Overview

CVE-2023-4295 is a Use-After-Free vulnerability affecting Arm Mali GPU kernel drivers. A local non-privileged user can make improper GPU memory processing operations to gain access to already freed memory. This vulnerability stems from an integer overflow weakness (CWE-190) that leads to a use-after-free condition, potentially allowing attackers to achieve local privilege escalation on affected systems.

Critical Impact

Local attackers with low privileges can exploit improper GPU memory operations to access freed memory, potentially leading to code execution with elevated privileges or system compromise on devices using affected Arm Mali GPU drivers.

Affected Products

  • Arm Mali GPU Kernel Driver
  • Arm Valhall GPU Kernel Driver

Discovery Timeline

  • 2023-11-07 - CVE-2023-4295 published to NVD
  • 2025-03-24 - Last updated in NVD database

Technical Details for CVE-2023-4295

Vulnerability Analysis

This vulnerability resides in the Arm Mali GPU kernel driver's memory management subsystem. The core issue involves improper handling of GPU memory processing operations that allows a local non-privileged user to manipulate memory in a way that results in accessing already freed memory regions. The vulnerability is classified under CWE-190 (Integer Overflow or Wraparound), indicating that an integer overflow condition triggers the subsequent use-after-free scenario.

The attack requires local access to the system and low privileges, but does not require user interaction. Successful exploitation can result in complete compromise of confidentiality, integrity, and availability of the affected system, as the attacker may gain the ability to execute arbitrary code in kernel context.

Root Cause

The vulnerability originates from an integer overflow condition in the GPU memory processing logic. When specific memory operations are performed, an integer value used in size calculations or index computations can overflow, leading to incorrect memory allocation or deallocation. This arithmetic error subsequently results in a use-after-free condition where the driver continues to reference memory that has already been released back to the memory pool.

Attack Vector

The attack is conducted locally by a non-privileged user who has access to the GPU driver interface. The attacker crafts specific GPU memory operations that trigger the integer overflow condition. Once the overflow occurs, it corrupts the memory management state, causing the driver to access memory that has been freed. By carefully controlling the timing and content of memory allocations, an attacker can potentially place controlled data in the freed memory region, leading to arbitrary code execution when the dangling pointer is dereferenced.

The exploitation flow involves:

  1. Triggering specific GPU memory allocation patterns
  2. Causing an integer overflow in size calculations
  3. Inducing premature memory deallocation
  4. Causing the driver to access the freed memory region
  5. Potentially achieving code execution with kernel privileges

Technical details regarding the overflow and use-after-free mechanism are available in the Packet Storm Security advisory.

Detection Methods for CVE-2023-4295

Indicators of Compromise

  • Unusual kernel crashes or GPU driver errors indicating memory corruption
  • Unexpected privilege escalation attempts from low-privileged processes accessing GPU interfaces
  • Anomalous memory allocation patterns in GPU driver logs
  • System instability following GPU-intensive operations from non-privileged user accounts

Detection Strategies

  • Monitor kernel logs for Mali GPU driver crashes or memory-related errors
  • Implement kernel address space layout randomization (KASLR) to make exploitation more difficult
  • Deploy runtime memory corruption detection tools that can identify use-after-free conditions
  • Monitor for unusual system calls or ioctl operations to GPU device files from unprivileged processes

Monitoring Recommendations

  • Enable comprehensive kernel logging for GPU driver operations
  • Implement system call auditing for processes accessing /dev/mali* device files
  • Deploy endpoint detection solutions capable of identifying memory corruption exploitation attempts
  • Monitor for privilege escalation patterns following GPU driver interactions

How to Mitigate CVE-2023-4295

Immediate Actions Required

  • Update affected Arm Mali GPU kernel drivers to the latest patched version immediately
  • Review and restrict access to GPU device files for non-essential users where possible
  • Implement additional kernel hardening measures such as KASLR and stack canaries
  • Monitor systems for signs of exploitation attempts while patches are being deployed

Patch Information

Arm has released security updates to address this vulnerability. Administrators should consult the Arm Security Center Mali GPU Driver Vulnerabilities page for detailed patch information and updated driver versions. Organizations should prioritize deployment of these patches, particularly on multi-user systems or devices where local privilege escalation poses a significant risk.

Workarounds

  • Restrict access to GPU device nodes (/dev/mali*) to only trusted users and applications
  • Implement mandatory access control (MAC) policies using SELinux or AppArmor to limit GPU driver access
  • Consider disabling GPU acceleration for untrusted applications where feasible
  • Apply principle of least privilege to all user accounts on affected systems
bash
# Example: Restrict access to Mali GPU device files
chmod 660 /dev/mali*
chown root:gpu /dev/mali*
# Only users in the 'gpu' group will have access to the GPU device

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

  • SeverityHIGH

  • CVSS Score7.8

  • EPSS Probability0.15%

  • 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
  • CWE References
  • CWE-190
  • Technical References
  • Packet Storm Security Exploit
  • Vendor Resources
  • ARM Security Center Vulnerability Information
  • Related CVEs
  • CVE-2023-28469: Arm Mali GPU Use-After-Free 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