A Leader in the 2026 Gartner® Magic Quadrant™ for Endpoint Protection. Six years running.Six years. Gartner® Magic Quadrant™ Leader.Find Out Why
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-2025-6349

CVE-2025-6349: Arm 5th Gen GPU Driver Use-After-Free Flaw

CVE-2025-6349 is a use-after-free vulnerability in Arm 5th Gen GPU Architecture Kernel Driver that allows local attackers to access freed memory. This article covers technical details, affected versions, and mitigation.

Updated: May 16, 2026

CVE-2025-6349 Overview

CVE-2025-6349 is a use-after-free vulnerability [CWE-416] in the Arm Valhall GPU Kernel Driver and the Arm 5th Gen GPU Architecture Kernel Driver. A local non-privileged user process can trigger improper GPU memory processing operations to access already-freed kernel memory. The flaw affects driver versions r53p0 through r54p1 for both driver families. Successful exploitation requires local access but no privileges or user interaction, which makes it relevant for mobile and embedded devices using Arm Mali GPUs.

Critical Impact

A local unprivileged process can read and modify freed GPU kernel memory, potentially leading to information disclosure or memory corruption on Android handsets and other Arm-based systems.

Affected Products

  • Arm Valhall GPU Kernel Driver versions r53p0 through r54p1
  • Arm 5th Gen GPU Architecture Kernel Driver versions r53p0 through r54p1
  • Downstream Android and Linux devices integrating these Arm Mali GPU drivers

Discovery Timeline

  • 2025-12-01 - CVE-2025-6349 published to the National Vulnerability Database
  • 2025-12-02 - Entry last updated in NVD

Technical Details for CVE-2025-6349

Vulnerability Analysis

The vulnerability resides in the GPU memory management logic of the Arm Valhall and 5th Gen GPU Architecture kernel drivers. The driver releases a memory object while another execution path retains a reference to it. Subsequent GPU memory processing operations dereference that stale reference, reading or writing memory that has been freed or reallocated.

Because the attack vector is local and requires no privileges or user interaction, any process with access to the GPU device node — typically /dev/mali0 on Android — can initiate the operations needed to reach the vulnerable code path. The confidentiality and integrity impact is limited but real, while availability is unaffected.

Arm Mali GPU driver use-after-free issues have been weaponized in prior in-the-wild Android exploitation campaigns. Defenders should treat this class of bug as a credible sandbox-escape primitive even when the standalone CVSS score is moderate.

Root Cause

The root cause is unsafe lifetime management of GPU memory allocations [CWE-416]. A reference to a kernel object outlives the free operation, allowing later GPU memory processing routines to operate on a dangling pointer. Arm's advisory does not publicly enumerate the exact ioctl path, but the defect is contained within the GPU memory subsystem of the kernel driver.

Attack Vector

Exploitation requires local code execution on the device, such as a malicious or compromised application on an Android handset. The attacker issues crafted sequences of GPU operations against the driver to force a free of a memory object while keeping it referenced elsewhere. A follow-up operation then dereferences the freed allocation. Reliable exploitation typically pairs the dangling reference with a heap-spray to control the contents of reallocated memory, escalating the primitive toward kernel read/write. No proof-of-concept code is publicly available for CVE-2025-6349 at this time.

Detection Methods for CVE-2025-6349

Indicators of Compromise

  • Unexpected kernel oops, panic, or KASAN reports referencing the mali_kbase driver in dmesg or logcat.
  • Untrusted applications opening /dev/mali0 and issuing high volumes of GPU memory allocation, mapping, or import ioctls.
  • Crashes or SELinux denials originating from app-domain processes touching the GPU device node.

Detection Strategies

  • Inventory installed Arm GPU driver versions on managed Android and Linux fleets and flag any in the r53p0–r54p1 range.
  • Hunt for processes interacting with /dev/mali0 outside of expected graphics, compute, or game workloads.
  • Correlate GPU driver crash signatures with subsequent privilege changes or new process launches that indicate post-exploitation activity.

Monitoring Recommendations

  • Forward kernel logs and Android system logs to a centralized analytics platform and alert on mali subsystem faults.
  • Track mobile device management (MDM) compliance for vendor security patch levels that include the Arm advisory fixes.
  • Monitor for newly sideloaded or untrusted applications on devices where GPU driver patches have not yet been applied.

How to Mitigate CVE-2025-6349

Immediate Actions Required

  • Identify endpoints running Arm Valhall or 5th Gen GPU Architecture kernel drivers at versions r53p0 through r54p1.
  • Apply the fixed driver release supplied by Arm or by the device OEM as soon as it is integrated into a vendor build.
  • On Android fleets, enforce the latest available monthly security patch level via MDM policy.
  • Restrict installation of untrusted applications on affected devices until patches are deployed.

Patch Information

Arm has documented the issue and remediation guidance in its Mali GPU kernel driver security notice. Refer to the ARM Developer Documentation for the fixed driver revision and integration instructions. Device-level fixes must be delivered by the SoC vendor or OEM through a firmware or system update; users cannot patch the kernel driver independently.

Workarounds

  • No vendor-supplied workaround replaces the driver update; upgrading the kernel driver is the only complete fix.
  • Reduce exposure by limiting which applications can run on affected devices, particularly those with access to the GPU device node.
  • Disable sideloading and enforce application allowlisting on managed mobile endpoints until OEM patches arrive.
bash
# Check the Mali GPU kernel driver version on an Android device via ADB
adb shell cat /sys/module/mali_kbase/version 2>/dev/null || \
  adb shell dmesg | grep -i "mali"

# Confirm the current Android security patch level
adb shell getprop ro.build.version.security_patch

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

  • SeverityMEDIUM

  • CVSS Score5.1

  • EPSS Probability0.01%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-416
  • Vendor Resources
  • ARM Developer Documentation
  • Related CVEs
  • CVE-2026-0995: Arm C1-Pro Use-After-Free Vulnerability

  • CVE-2025-0015: Arm 5th Gen GPU Driver Use-After-Free Flaw

  • CVE-2025-8045: Arm 5th Gen GPU Driver UAF Vulnerability

  • CVE-2023-4211: Arm 5th Gen GPU Driver Use-After-Free Flaw
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today 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