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

CVE-2023-26085: Arm NN Driver Buffer Overflow Vulnerability

CVE-2023-26085 is a buffer overflow vulnerability in Arm NN Android Neural Networks Driver caused by improper length checks in shared memory. This article covers the technical details, affected versions, and mitigation.

Published: February 4, 2026

CVE-2023-26085 Overview

CVE-2023-26085 is an out-of-bounds read and write vulnerability discovered in the Arm NN Android Neural Networks Driver. The flaw stems from an improper length check when handling shared memory operations, which can allow an attacker with local access to read or write memory outside the intended bounds. This type of memory corruption vulnerability can potentially lead to information disclosure, code execution, or system instability on affected Android devices utilizing Arm's neural network acceleration capabilities.

Critical Impact

Local attackers with low privileges can exploit this vulnerability to achieve high impact on confidentiality, integrity, and availability of the affected system.

Affected Products

  • Arm NN Android Neural Networks Driver versions prior to 23.02
  • Android devices utilizing Arm NN for neural network inference acceleration
  • Systems integrating Arm NN Android-NN-Driver for machine learning workloads

Discovery Timeline

  • 2023-06-29 - CVE-2023-26085 published to NVD
  • 2024-11-21 - Last updated in NVD database

Technical Details for CVE-2023-26085

Vulnerability Analysis

This vulnerability is classified as CWE-125 (Out-of-bounds Read), though the impact extends to both out-of-bounds read and write conditions. The flaw occurs within the shared memory handling routines of the Arm NN Android Neural Networks Driver. When the driver processes shared memory allocations for neural network operations, it fails to properly validate the length parameters, creating an opportunity for memory access beyond allocated boundaries.

The local attack vector means an attacker would need to execute code on the target device, but the low attack complexity and minimal privilege requirements make this vulnerability accessible to malicious applications. Successful exploitation could enable an attacker to read sensitive data from adjacent memory regions, corrupt memory to cause denial of service, or potentially achieve arbitrary code execution depending on the memory layout and exploitation technique employed.

Root Cause

The root cause of CVE-2023-26085 is an improper length check when validating shared memory regions in the Arm NN Android-NN-Driver. The driver fails to adequately verify that memory access operations stay within the bounds of allocated shared memory buffers. This boundary validation failure allows read and write operations to access memory outside the intended allocation, leading to classic memory corruption conditions.

Attack Vector

The attack vector for this vulnerability is local, requiring an attacker to have the ability to execute code on the target Android device. A malicious application could craft specific inputs to the Android Neural Networks API that trigger the improper length check condition. By manipulating shared memory parameters passed to the vulnerable driver, an attacker can cause the driver to read from or write to memory locations outside the expected buffer boundaries.

The vulnerability mechanism involves crafting neural network operations that utilize shared memory with malformed length parameters. When the driver processes these requests without proper validation, it accesses memory beyond the allocated regions. This can be leveraged to leak sensitive information through out-of-bounds reads or to corrupt memory state through out-of-bounds writes.

Detection Methods for CVE-2023-26085

Indicators of Compromise

  • Unexpected crashes or instability in applications utilizing neural network acceleration
  • Memory corruption errors or segmentation faults in system logs related to the NN driver
  • Anomalous behavior in Android Neural Networks HAL service processes
  • Suspicious applications making excessive or unusual calls to the Neural Networks API

Detection Strategies

  • Monitor system logs for memory access violations or crashes originating from android.hardware.neuralnetworks services
  • Implement runtime memory protection mechanisms to detect out-of-bounds memory access attempts
  • Deploy application-level monitoring to identify unusual Neural Networks API call patterns
  • Utilize SentinelOne Singularity platform for behavioral detection of memory corruption exploit attempts

Monitoring Recommendations

  • Enable verbose logging for Android HAL services to capture detailed execution information
  • Implement memory sanitizers in development and testing environments to identify boundary violations
  • Monitor for privilege escalation attempts following anomalous NN driver behavior
  • Track system stability metrics for devices running applications with neural network workloads

How to Mitigate CVE-2023-26085

Immediate Actions Required

  • Upgrade Arm NN Android-NN-Driver to version 23.02 or later immediately
  • Audit deployed Android devices for vulnerable driver versions
  • Restrict installation of untrusted applications that may attempt to exploit this vulnerability
  • Consider disabling or limiting access to neural network acceleration features on critical systems until patching is complete

Patch Information

Arm has addressed this vulnerability in version 23.02 of the NN Android Neural Networks Driver. The fix implements proper length validation for shared memory operations, preventing out-of-bounds read and write conditions. Organizations should obtain the patched driver from the official GitHub Release v23.02 or through their device manufacturer's update channels. Additional security information is available at the ARM Security Center.

Workarounds

  • Limit installation of applications to trusted sources only to reduce attack surface
  • Implement application sandboxing and permission restrictions to limit potential exploitation impact
  • Monitor and restrict access to Neural Networks API for non-essential applications
  • Deploy endpoint protection solutions capable of detecting memory corruption attempts
bash
# Verify current driver version on Android device
adb shell dumpsys neuralnetworks | grep -i version

# Check for available system updates
adb shell pm list packages | grep -i neural

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

  • Vulnerability Details
  • TypeBuffer Overflow

  • Vendor/TechArm Nn Android Neural Networks Driver

  • SeverityHIGH

  • CVSS Score7.8

  • EPSS Probability0.04%

  • 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-125
  • Technical References
  • ARM Security Center

  • GitHub Release v23.02
  • 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