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

CVE-2023-4272: Arm Bifrost GPU Information Disclosure Flaw

CVE-2023-4272 is an information disclosure vulnerability in Arm Bifrost GPU Kernel Driver allowing local users to expose sensitive data from freed memory. This article covers technical details, affected versions, and mitigations.

Published: January 28, 2026

CVE-2023-4272 Overview

CVE-2023-4272 is an information disclosure vulnerability affecting multiple Arm Mali GPU kernel drivers. A local non-privileged user can exploit this vulnerability by performing GPU processing operations that expose sensitive data from previously freed memory. This use-after-free condition allows attackers to access memory contents that should have been cleared or reallocated, potentially revealing sensitive system information or data belonging to other users or processes.

Critical Impact

Local attackers can exploit GPU processing operations to access sensitive data from freed memory regions, potentially exposing confidential information including cryptographic keys, credentials, or private user data.

Affected Products

  • Arm Bifrost GPU Kernel Driver (all versions prior to fix)
  • Arm Valhall GPU Kernel Driver (all versions prior to fix)
  • Arm Midgard GPU Kernel Driver (all versions prior to fix)
  • Arm Mali GPU Kernel Driver version r41p0

Discovery Timeline

  • 2023-11-07 - CVE-2023-4272 published to NVD
  • 2024-11-21 - Last updated in NVD database

Technical Details for CVE-2023-4272

Vulnerability Analysis

This vulnerability stems from improper memory handling within the Arm Mali GPU kernel drivers. When GPU memory is freed, the driver fails to properly sanitize or clear the memory contents before the memory region becomes available for reallocation. This creates a window where a local user can craft specific GPU processing operations to access stale data residing in these freed memory regions.

The attack requires local access with low privileges, meaning any authenticated user on a system with an affected Mali GPU can potentially exploit this vulnerability. The confidentiality impact is significant as the attacker can read sensitive memory contents without requiring any user interaction. However, the vulnerability does not allow modification of data (no integrity impact) or system disruption (no availability impact).

Root Cause

The root cause is classified under CWE-200 (Exposure of Sensitive Information to an Unauthorized Actor). The Mali GPU kernel drivers inadequately handle memory lifecycle management, specifically failing to clear or sanitize GPU memory buffers after they are freed. This improper memory handling allows residual data to persist in freed memory regions that can subsequently be accessed through crafted GPU operations.

Attack Vector

The attack vector is local, requiring the attacker to have authenticated access to the target system. The exploitation process involves:

  1. An attacker with local, non-privileged access identifies a system running a vulnerable Arm Mali GPU driver
  2. The attacker submits specially crafted GPU processing jobs that target previously freed memory regions
  3. The GPU driver processes these operations without proper memory validation
  4. Data from freed memory buffers is returned to the attacker, potentially containing sensitive information from other processes or kernel operations

The vulnerability is accessible through standard GPU APIs available to unprivileged users, making exploitation relatively straightforward once local access is obtained.

Detection Methods for CVE-2023-4272

Indicators of Compromise

  • Unusual GPU memory access patterns or excessive GPU job submissions from non-graphics processes
  • Anomalous memory allocation and deallocation sequences targeting GPU subsystems
  • Unexpected processes querying or accessing GPU driver interfaces
  • Memory analysis showing access to freed GPU memory regions

Detection Strategies

  • Monitor GPU driver interactions for unusual memory access patterns using kernel-level auditing
  • Implement process monitoring to detect applications making suspicious GPU API calls
  • Deploy endpoint detection solutions capable of monitoring GPU driver behavior
  • Audit local user activities involving GPU-intensive operations that don't match expected workloads

Monitoring Recommendations

  • Enable verbose logging for Mali GPU kernel driver operations where available
  • Monitor system logs for GPU-related errors or memory access violations
  • Implement behavioral analysis to detect exploitation attempts targeting GPU subsystems
  • Use SentinelOne's kernel-level visibility to track GPU driver interactions and memory operations

How to Mitigate CVE-2023-4272

Immediate Actions Required

  • Identify all systems running affected Arm Mali GPU kernel drivers (Bifrost, Valhall, Midgard, or Mali version r41p0)
  • Review the Arm Security Center Mali GPU Driver Vulnerabilities advisory for the latest patches
  • Prioritize patching systems accessible to multiple local users
  • Restrict local access to affected systems while patches are being deployed

Patch Information

Arm has released security updates addressing this vulnerability. System administrators should consult the official Arm Security Center for specific patch versions and update instructions for their affected GPU drivers. The patch addresses the improper memory handling by ensuring freed GPU memory is properly sanitized before being made available for reallocation.

Workarounds

  • Restrict local user access to systems with affected Mali GPU drivers where possible
  • Implement strict user access controls to limit the number of users with local authentication
  • Consider disabling non-essential GPU functionality on sensitive systems until patches can be applied
  • Monitor for suspicious GPU-related activity as an interim detection measure
bash
# Check for affected Mali GPU driver versions
lsmod | grep mali
cat /sys/module/mali_kbase/version 2>/dev/null || echo "Version info not available"
# Review loaded GPU kernel modules
modinfo mali_kbase 2>/dev/null | grep -E "version|filename"

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

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechArm Bifrost Gpu Kernel Driver

  • SeverityMEDIUM

  • CVSS Score5.5

  • EPSS Probability0.26%

  • 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
  • CWE-200

  • NVD-CWE-noinfo
  • Vendor Resources
  • ARM Security Center GPU Vulnerabilities
  • Related CVEs
  • CVE-2022-38181: Arm Bifrost GPU Use-After-Free Flaw

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