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

CVE-2026-33662: Linaro OP-TEE DOS Vulnerability

CVE-2026-33662 is a denial of service vulnerability in Linaro OP-TEE affecting versions 3.8.0 to 4.10. An integer overflow in RSA padding causes system crashes. This article covers technical details, affected versions, and mitigation.

Published: April 30, 2026

CVE-2026-33662 Overview

CVE-2026-33662 is an integer overflow vulnerability affecting OP-TEE, a Trusted Execution Environment (TEE) designed as a companion to a non-secure Linux kernel running on Arm Cortex-A cores using TrustZone technology. The vulnerability exists in the emsa_pkcs1_v1_5_encode() function within core/drivers/crypto/crypto_api/acipher/rsassa.c, where improper calculation of padding size ("PS size") can lead to an integer underflow, ultimately causing a denial of service condition.

Critical Impact

An attacker can exploit this vulnerability to crash OP-TEE by triggering an integer underflow during RSA signature encoding, affecting the availability of trusted applications and secure services on affected platforms.

Affected Products

  • Linaro OP-TEE versions 3.8.0 through 4.10
  • Platforms registering RSA acceleration
  • Arm Cortex-A based systems using TrustZone technology

Discovery Timeline

  • 2026-04-24 - CVE CVE-2026-33662 published to NVD
  • 2026-04-28 - Last updated in NVD database

Technical Details for CVE-2026-33662

Vulnerability Analysis

The vulnerability resides in the EMSA-PKCS1-v1_5 encoding implementation used for RSA signature operations. When encoding a message for RSA signing, the function calculates the amount of padding required by subtracting the size of the digest and other required fields from the RSA key modulus size. This calculation assumes the modulus is always large enough to accommodate the digest and encoding overhead, but this assumption can be violated by selecting an RSA key with a sufficiently small modulus.

When a crafted key with a small modulus is used, the subtraction underflows, resulting in a very large unsigned integer value. This corrupted value is then passed to a memset() call that attempts to fill the padding buffer with 0xFF bytes. The excessive write operation causes memory corruption that ultimately crashes the OP-TEE operating system.

This vulnerability only manifests on platforms that have registered RSA hardware acceleration, limiting the attack surface to specific deployment configurations. However, on affected systems, successful exploitation results in a complete denial of service of the TEE, potentially impacting all trusted applications and secure services running within the trusted environment.

Root Cause

The root cause is an integer overflow vulnerability (CWE-190) in the padding size calculation. The emsa_pkcs1_v1_5_encode() function does not properly validate that the RSA key modulus is large enough to accommodate the required encoding elements before performing the subtraction. Without proper bounds checking, the calculation modulus_size - digest_size - overhead can wrap around to a large unsigned value when digest_size + overhead exceeds modulus_size.

Attack Vector

The attack requires the ability to provide or influence the RSA key used during signature operations. An attacker can craft a malicious RSA key with an abnormally small modulus that, when used for signing operations, triggers the integer underflow condition. The attack vector is network-accessible, meaning remote exploitation may be possible depending on how the vulnerable platform processes incoming cryptographic material.

The exploitation mechanism involves:

  1. Crafting an RSA key with a modulus smaller than the combined size of the digest algorithm output and PKCS#1 v1.5 encoding overhead
  2. Submitting this key for use in a signing operation through an exposed interface
  3. The underflowed padding size causes memset() to write beyond buffer boundaries
  4. OP-TEE crashes, denying service to all trusted applications

Detection Methods for CVE-2026-33662

Indicators of Compromise

  • Unexpected OP-TEE crashes or reboots on systems using RSA acceleration
  • Error logs indicating memory access violations within the TEE
  • Anomalous RSA key material with unusually small modulus sizes being submitted to the system
  • Repeated attempts to use malformed cryptographic keys through TEE interfaces

Detection Strategies

  • Monitor TEE crash logs for patterns consistent with memory corruption in RSA signing operations
  • Implement input validation logging to detect submission of RSA keys with abnormally small modulus sizes
  • Deploy integrity monitoring for OP-TEE firmware to detect unexpected restarts
  • Configure alerts for repeated TEE initialization sequences that may indicate exploitation attempts

Monitoring Recommendations

  • Enable verbose logging for cryptographic operations within OP-TEE where possible
  • Monitor system health metrics for ARM TrustZone environments to detect availability impacts
  • Implement anomaly detection for cryptographic API calls with unusual parameters
  • Track firmware crash dump analysis for patterns matching this vulnerability

How to Mitigate CVE-2026-33662

Immediate Actions Required

  • Upgrade OP-TEE to a patched version beyond 4.10 that addresses this vulnerability
  • Review and restrict access to interfaces that allow external key material to be used for RSA operations
  • Implement network-level controls to limit access to systems with RSA acceleration enabled
  • Consider temporarily disabling RSA hardware acceleration if patches cannot be immediately applied

Patch Information

Security updates addressing this vulnerability are tracked in the OP-TEE GitHub Security Advisory. Organizations running OP-TEE versions 3.8.0 through 4.10 should upgrade to the latest patched release. The fix involves adding proper validation to ensure the RSA modulus size is sufficient before performing the padding calculation.

Workarounds

  • Disable RSA hardware acceleration on affected platforms until patches can be applied
  • Implement strict input validation at application layers to reject RSA keys with modulus sizes below acceptable minimums
  • Use network segmentation to isolate systems running vulnerable OP-TEE versions from untrusted networks
  • Deploy application-level controls to validate RSA key parameters before passing them to TEE operations
bash
# Configuration example
# Verify OP-TEE version and check for vulnerable configurations
# Check current OP-TEE version (method varies by platform)
cat /sys/firmware/optee/version

# Review platform configuration for RSA acceleration registration
# Consult vendor documentation for platform-specific configuration
# to disable RSA hardware acceleration as a temporary mitigation

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

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechLinaro Op Tee

  • SeverityHIGH

  • CVSS Score7.5

  • EPSS Probability0.09%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-190
  • Vendor Resources
  • GitHub Security Advisory
  • Related CVEs
  • CVE-2026-33317: Linaro OP-TEE Buffer Overflow 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