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-2026-45702

CVE-2026-45702: OP-TEE Privilege Escalation Vulnerability

CVE-2026-45702 is a type confusion privilege escalation flaw in OP-TEE OS affecting SPMC configurations. Attackers may exploit this to gain unauthorized privileges. This article covers technical details, affected versions, and mitigations.

Published: June 4, 2026

CVE-2026-45702 Overview

CVE-2026-45702 is a type confusion vulnerability [CWE-843] in OP-TEE OS, the open-source Trusted Execution Environment (TEE) for Arm Cortex-A cores using TrustZone. The flaw resides in the handling of FFA_MEM_SHARE requests originating from the normal world. It affects OP-TEE OS versions 4.3.0 through 4.10.x when the build is configured as a Secure Partition Manager Core (SPMC) for S-EL0 Secure Partitions, specifically with CFG_CORE_SEL1_SPMC=y and CFG_SECURE_PARTITION=y. A local attacker with high privileges in the normal world can trigger the condition to cause a denial of service in the secure world. Version 4.11.0 contains the fix.

Critical Impact

A privileged local actor in the non-secure world can issue a crafted FFA_MEM_SHARE call that causes type confusion inside the SPMC, leading to availability loss of the Trusted Execution Environment.

Affected Products

  • OP-TEE OS versions 4.3.0 through 4.10.x
  • Builds configured with CFG_CORE_SEL1_SPMC=y
  • Builds configured with CFG_SECURE_PARTITION=y hosting S-EL0 Secure Partitions

Discovery Timeline

  • 2026-06-03 - CVE-2026-45702 published to NVD
  • 2026-06-03 - Last updated in NVD database

Technical Details for CVE-2026-45702

Vulnerability Analysis

OP-TEE OS implements the Arm Firmware Framework for A-profile (FF-A) to mediate communication and memory sharing between the normal world (Linux) and Secure Partitions running at S-EL0. When acting as the SPMC at S-EL1, OP-TEE receives FFA_MEM_SHARE calls that describe a memory region the normal world wants to share with a Secure Partition.

The vulnerability is a type confusion [CWE-843] in the parsing of the FFA_MEM_SHARE descriptor. The SPMC interprets attacker-supplied data as a different structure or object type than was actually provided. This mismatch causes incorrect field interpretation inside the secure world and undermines memory-sharing invariants.

Exploitation requires local access and high privileges in the non-secure OS, which limits the threat to actors who already control a privileged context in Linux. Confidentiality and integrity are not impacted, but the secure world can be brought into an inconsistent state that results in denial of service.

Root Cause

The SPMC processes the FFA_MEM_SHARE request without correctly validating the type or structure of the descriptor supplied by the normal world. Subsequent code paths operate on the data assuming a different layout, producing a type confusion condition. This pattern is characteristic of CWE-843, where the same memory is accessed using incompatible type assumptions.

Attack Vector

An attacker executing privileged code in the normal-world Linux kernel issues a crafted FFA_MEM_SHARE SMC call to OP-TEE. The malformed descriptor triggers the type confusion inside the SPMC during validation or transfer of the shared memory region. The impact is confined to availability of the secure world on builds that use OP-TEE as an S-EL0 SPMC. Full technical details are published in the GitHub Security Advisory.

No public proof-of-concept code is available, and the advisory does not include sanitized exploitation code. The vulnerability is described in prose only in the upstream advisory.

Detection Methods for CVE-2026-45702

Indicators of Compromise

  • Unexpected resets, panics, or aborts reported by OP-TEE in kernel logs (tee, optee, or ffa subsystem messages).
  • Repeated FFA_MEM_SHARE SMC calls with malformed descriptors originating from non-standard kernel modules.
  • Loss of availability of services backed by Secure Partitions following normal-world activity by privileged processes.

Detection Strategies

  • Inventory devices to identify OP-TEE builds compiled with CFG_CORE_SEL1_SPMC=y and CFG_SECURE_PARTITION=y between versions 4.3.0 and 4.10.x.
  • Audit kernel modules and drivers that issue FF-A calls and validate that descriptor construction conforms to the FF-A specification.
  • Correlate TEE crash telemetry with the calling process identity to surface privileged callers triggering SPMC faults.

Monitoring Recommendations

  • Forward kernel ring-buffer events related to OP-TEE and FF-A to a central log store for retention and analysis.
  • Alert on repeated TEE restart events on production fleets running affected configurations.
  • Track installed OP-TEE versions across embedded and edge device fleets to confirm rollout of 4.11.0.

How to Mitigate CVE-2026-45702

Immediate Actions Required

  • Upgrade OP-TEE OS to version 4.11.0 or later on all devices configured as an S-EL0 SPMC.
  • For devices that cannot be patched immediately, restrict which non-secure-world processes can load kernel modules that issue FF-A calls.
  • Review build configurations and disable CFG_SECURE_PARTITION on systems that do not require S-EL0 Secure Partitions.

Patch Information

The maintainers fixed the issue in OP-TEE OS 4.11.0. Refer to the OP-TEE GitHub Security Advisory GHSA-86pj-8xgw-66p5 for the corrected commit and remediation guidance. Vendors shipping firmware that embeds OP-TEE should rebuild and redistribute updated images to affected devices.

Workarounds

  • Rebuild OP-TEE without CFG_CORE_SEL1_SPMC=y if the SPMC role is not required on the target device.
  • Limit normal-world root and kernel-level access through standard Linux hardening and signed-module enforcement to reduce the population of actors meeting the high-privilege precondition.
  • Monitor for and respond to repeated TEE faults that may indicate exploitation attempts until a patched build is deployed.

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

  • Vulnerability Details
  • TypePrivilege Escalation

  • Vendor/TechOp Tee

  • SeverityMEDIUM

  • CVSS Score4.4

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-843
  • Technical References
  • GitHub Security Advisory
  • Related CVEs
  • CVE-2026-45614: OP-TEE Information Disclosure Vulnerability

  • CVE-2026-40290: OP-TEE Use-After-Free Vulnerability
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