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

CVE-2023-3889: Arm Valhall GPU Use-After-Free Vulnerability

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

Published: January 27, 2026

CVE-2023-3889 Overview

CVE-2023-3889 is a use after free vulnerability in the Arm Valhall GPU Kernel Driver that allows a local non-privileged user to perform improper GPU memory processing operations. When these operations are carefully prepared, an attacker can gain access to already freed memory, potentially leading to privilege escalation or arbitrary code execution on affected systems.

Critical Impact

Local attackers can exploit improper GPU memory handling to access freed memory, enabling potential privilege escalation from non-privileged user to higher access levels on systems with affected Arm Mali GPUs.

Affected Products

  • Arm Valhall GPU Kernel Driver (affected versions)
  • Mobile devices and embedded systems utilizing Arm Mali GPUs with Valhall architecture
  • Android devices with vulnerable GPU driver versions

Discovery Timeline

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

Technical Details for CVE-2023-3889

Vulnerability Analysis

This vulnerability (CWE-119: Improper Restriction of Operations within the Bounds of a Memory Buffer) manifests in the GPU memory management subsystem of the Arm Valhall GPU Kernel Driver. The flaw allows a local user without elevated privileges to craft specific sequences of GPU memory operations that result in access to memory that has already been deallocated.

The use after free condition occurs when the driver fails to properly track and validate memory references during GPU operations. An attacker can manipulate the timing and sequence of memory allocation and deallocation requests to create a scenario where the driver continues to reference memory blocks that have been returned to the system's free memory pool.

Root Cause

The root cause stems from improper memory boundary operations within the GPU kernel driver. Specifically, the driver does not adequately validate memory state before performing operations, allowing references to persist to memory regions that have been freed. This memory management oversight creates a window where an attacker can potentially reallocate the freed memory with controlled content while the driver still maintains stale references.

Attack Vector

The attack requires local access to the system and does not require elevated privileges. An attacker would need to:

  1. Gain local access to a system with an affected Arm Valhall GPU driver
  2. Craft a series of GPU memory operations designed to trigger the use after free condition
  3. Manipulate the freed memory region to inject malicious content
  4. Trigger the driver to access the freed memory, potentially gaining elevated privileges

The vulnerability mechanism involves carefully sequencing GPU memory allocation and deallocation operations to create race conditions or timing windows. When successful, this allows the attacker to manipulate memory contents that the driver incorrectly believes are still valid, potentially leading to code execution with kernel privileges. For detailed technical information, refer to the ARM Security Center Advisory.

Detection Methods for CVE-2023-3889

Indicators of Compromise

  • Unusual GPU memory allocation patterns or excessive GPU memory operations from non-graphics applications
  • Kernel crash logs or memory corruption errors related to the Mali GPU driver
  • Unexpected privilege escalation events following GPU-intensive activity
  • System instability or kernel panics associated with GPU driver operations

Detection Strategies

  • Monitor for anomalous sequences of GPU-related system calls from unprivileged processes
  • Implement kernel-level auditing of GPU driver interactions, particularly memory management functions
  • Deploy endpoint detection solutions capable of monitoring driver behavior and memory access patterns
  • Analyze process behavior for unusual GPU memory allocation and deallocation patterns

Monitoring Recommendations

  • Enable detailed logging for GPU driver operations where supported
  • Implement real-time monitoring of kernel memory allocation events related to GPU subsystems
  • Configure alerting for privilege escalation attempts following GPU memory operations
  • Review system logs for Mali GPU driver error messages or unexpected behavior

How to Mitigate CVE-2023-3889

Immediate Actions Required

  • Identify all systems using Arm Valhall GPU kernel drivers and inventory affected devices
  • Apply the latest GPU driver updates from Arm or your device manufacturer
  • Restrict local access to sensitive systems where feasible until patching is complete
  • Monitor affected systems for suspicious activity related to GPU operations

Patch Information

Arm has released security patches addressing this vulnerability. Organizations should update to the latest version of the Valhall GPU Kernel Driver as specified in the ARM Security Center Advisory. Contact your device manufacturer or system integrator for specific patch availability and installation instructions for your platform.

Workarounds

  • Limit local user access on systems with vulnerable GPU drivers to trusted users only
  • Consider disabling GPU acceleration for untrusted applications where operationally feasible
  • Implement strict application control policies to prevent unauthorized applications from accessing GPU resources
  • Deploy compensating security controls such as endpoint detection and response (EDR) solutions with kernel-level monitoring capabilities

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 Valhall Gpu Kernel Driver

  • SeverityHIGH

  • CVSS Score7.8

  • EPSS Probability0.10%

  • 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-119
  • Vendor Resources
  • ARM Security Center Advisory
  • Latest CVEs
  • CVE-2025-70797: LimeSurvey XSS Vulnerability

  • CVE-2025-30650: Juniper Junos OS Auth Bypass Vulnerability

  • CVE-2026-35471: Goshs Path Traversal Vulnerability

  • CVE-2026-35393: Goshs Path Traversal 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