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

CVE-2026-45614: OP-TEE Information Disclosure Vulnerability

CVE-2026-45614 is an information disclosure flaw in OP-TEE that allows attackers to reconstruct private keys through crafted ECDH public keys. This post explains its impact, affected versions, and mitigation steps.

Published: June 4, 2026

CVE-2026-45614 Overview

OP-TEE is a Trusted Execution Environment (TEE) that runs alongside a non-secure Linux kernel on Arm Cortex-A cores using TrustZone technology. CVE-2026-45614 is an improper signature verification flaw [CWE-347] affecting OP-TEE versions prior to 4.11.0. The Elliptic Curve Diffie-Hellman (ECDH) shared secret paths fail to validate that the supplied public key lies on the expected curve. A local attacker in the normal world can submit crafted public keys to TEE_DeriveKey and reconstruct the private key held in the secure world. Version 4.11.0 resolves the issue by enforcing curve point validation.

Critical Impact

A local low-privileged attacker can recover ECDH private keys from OP-TEE secure world by issuing roughly 30 to 40 invalid-curve queries to TEE_DeriveKey.

Affected Products

  • OP-TEE OS versions prior to 4.11.0
  • Arm Cortex-A devices using TrustZone with vulnerable OP-TEE builds
  • Trusted Applications relying on ECDH key agreement in OP-TEE

Discovery Timeline

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

Technical Details for CVE-2026-45614

Vulnerability Analysis

The flaw is an invalid-curve attack against ECDH key derivation inside OP-TEE. When a Trusted Application calls TEE_DeriveKey, the caller supplies an attacker-controlled public key as full X and Y coordinates. OP-TEE accepts the point without verifying that it satisfies the curve equation Y^2 == X^3 + aX + b mod P for the configured curve.

Because the point is not validated, the scalar multiplication operates on a point that actually lies on a different curve, one chosen by the attacker. That alternate curve can be selected to contain subgroups of small order r. Each TEE_DeriveKey call leaks d mod r, where d is the secure-world private key. After collecting residues from approximately 30 to 40 crafted public keys, the attacker applies the Chinese Remainder Theorem to recover the full private key.

Root Cause

The ECDH implementation in OP-TEE accepts caller-supplied (X, Y) coordinates without checking membership on the configured curve. Missing point validation in the shared secret paths permits scalar multiplication on hostile curves and constitutes the improper signature/key verification weakness tracked as [CWE-347].

Attack Vector

Exploitation requires local access with the ability to invoke TEE client APIs from the normal world. The attacker repeatedly calls TEE_DeriveKey with public keys constructed on auxiliary curves sharing the same a, b, and prime parameters but containing small-order subgroups. Each invocation yields a partial residue of the private scalar. After enough residues are collected, the attacker reconstructs d offline using CRT. No user interaction is required, and the attack does not impact integrity or availability, only confidentiality of the private key.

No public proof-of-concept code is available. See the GitHub Security Advisory for technical details.

Detection Methods for CVE-2026-45614

Indicators of Compromise

  • High-frequency invocations of TEE_DeriveKey from a single normal-world client targeting the same ECDH key handle
  • Trusted Application logs showing repeated key agreement calls with varying public key inputs over short intervals
  • Anomalous CA (Client Application) processes interacting with TEE supplicant APIs outside expected workflows

Detection Strategies

  • Audit OP-TEE build versions across device fleets and flag any image reporting a version earlier than 4.11.0
  • Instrument Trusted Applications to log ECDH peer public key parameters and alert on points that fail curve validation
  • Correlate normal-world process telemetry with TEE invocation counts to detect brute-force style key-derivation patterns

Monitoring Recommendations

  • Centralize OP-TEE and kernel logs into a SIEM and create rules for repeated TEE_DeriveKey failures or sequential invocations from one PID
  • Monitor firmware and OS update channels for OP-TEE 4.11.0 rollout status across embedded fleets
  • Track local privilege boundaries: only trusted CAs should reach the TEE client API on production devices

How to Mitigate CVE-2026-45614

Immediate Actions Required

  • Upgrade OP-TEE OS to version 4.11.0 or later on all affected Arm Cortex-A TrustZone devices
  • Rotate any ECDH private keys provisioned in the secure world that were reachable through TEE_DeriveKey on vulnerable builds
  • Restrict access to TEE client interfaces so only authorized normal-world processes can invoke key derivation

Patch Information

OP-TEE version 4.11.0 fixes the vulnerability by validating that supplied public key points lie on the configured curve before scalar multiplication. Vendors shipping firmware based on OP-TEE must rebuild and redistribute device images that incorporate the fix. Refer to the OP-TEE GHSA-g6qf-hwf7-mg9h advisory for commit references.

Workarounds

  • Modify vulnerable Trusted Applications to perform explicit on-curve validation of peer public keys before calling TEE_DeriveKey
  • Reject ECDH operations where the supplied (X, Y) point does not satisfy Y^2 == X^3 + aX + b mod P for the configured curve
  • Limit the rate of ECDH key derivation calls per client to impede residue collection while patches are rolled out
bash
# Verify installed OP-TEE OS version on a target device
strings /path/to/tee.bin | grep -i "OP-TEE"
# Expected output should report version 4.11.0 or later

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

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechOp Tee

  • SeverityMEDIUM

  • CVSS Score4.7

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:N/A:N
  • Impact Assessment
  • ConfidentialityHigh
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-347
  • Technical References
  • GitHub Security Advisory
  • Related CVEs
  • CVE-2026-45702: OP-TEE Privilege Escalation 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