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

CVE-2026-45329: ESP-IDF Information Disclosure Vulnerability

CVE-2026-45329 is an information disclosure vulnerability in ESP-IDF that allows attackers to access TEE-exclusive memory through improperly validated pointer arguments. This article covers technical details, affected versions, and patches.

Published: June 11, 2026

CVE-2026-45329 Overview

CVE-2026-45329 affects the Espressif IoT Development Framework (ESP-IDF), specifically the ESP-TEE secure-service wrappers in esp_secure_services.c and esp_secure_services_iram.c. Several wrappers validate only some of the caller-supplied pointer arguments, leaving input pointers unchecked. A caller in the Rich Execution Environment (REE) can pass pointers into TEE-exclusive memory, causing TEE-protected peripherals such as ECC, SHA, and SPI to read TEE memory and return derived results to the REE. The flaw is tracked as improper input validation [CWE-20].

Critical Impact

A local REE caller can disclose TEE-resident sensitive data through raw memory reads, recoverable computed functions, or single-bit oracles built from repeated wrapper calls.

Affected Products

  • Espressif ESP-IDF version 5.5.4
  • Espressif ESP-IDF version 6.0
  • ESP-TEE secure-service wrappers (esp_secure_services.c, esp_secure_services_iram.c)

Discovery Timeline

  • 2026-06-10 - CVE-2026-45329 published to NVD
  • 2026-06-10 - Last updated in NVD database

Technical Details for CVE-2026-45329

Vulnerability Analysis

ESP-TEE provides a Trusted Execution Environment on Espressif RISC-V SoCs by isolating sensitive code and data from the Rich Execution Environment. Secure-service wrappers expose controlled entry points so REE code can request operations on TEE-managed peripherals. The wrappers in esp_secure_services.c and esp_secure_services_iram.c validate output pointers but fail to validate input pointer arguments supplied by the caller.

The TEE-protected hardware peripherals (ECC, SHA, SPI) run in RISC-V machine mode (M-mode) with full address-space access. When the wrapper hands an unchecked input pointer to a peripheral, the peripheral dereferences it without honoring the REE/TEE memory partition. This allows the caller to direct a privileged peripheral to read memory the caller cannot read directly.

The disclosure surface varies by wrapper. Some return raw bytes copied from TEE memory. Others return a computed function of TEE memory, which an attacker can invert through repeated calls. A third class returns a single bit per invocation, forming an oracle that supports incremental disclosure of sensitive material such as cryptographic keys.

Root Cause

The root cause is incomplete argument validation at the TEE boundary. The wrappers do not enforce that input pointer arguments reference REE-accessible memory regions before passing them to M-mode peripheral drivers. The trust boundary between REE callers and TEE-resident data is therefore not enforced for read paths.

Attack Vector

Exploitation requires local code execution in the REE on an affected ESP-IDF device. An attacker invokes the vulnerable secure-service wrappers with crafted pointers targeting TEE memory ranges. Depending on the wrapper, the attacker reads bytes directly, reconstructs values from peripheral outputs, or runs repeated calls to extract data one bit at a time. No authentication is required because the wrappers are designed to be callable from REE code.

No verified public proof-of-concept code is available. See the GitHub Security Advisory GHSA-w82j-7q63-7pqm for vendor technical details.

Detection Methods for CVE-2026-45329

Indicators of Compromise

  • Unexpected or high-frequency invocations of ESP-TEE secure-service wrappers from REE code paths that do not normally use ECC, SHA, or SPI services.
  • Firmware images built against ESP-IDF 5.5.4 or 6.0 that have not been rebuilt against 5.5.5 or 6.0.1.
  • Anomalous RISC-V M-mode peripheral access patterns observed during firmware tracing or emulation.

Detection Strategies

  • Audit firmware for the affected ESP-IDF version strings and confirm whether ESP-TEE is enabled in the project configuration.
  • Review REE application code for direct or indirect calls into esp_secure_services.c wrappers and flag callers passing externally derived pointer arguments.
  • Apply static analysis to identify call sites where input pointers crossing the TEE boundary are not bounds-checked against REE-permitted ranges.

Monitoring Recommendations

  • Track ESP-IDF version metadata across deployed device fleets and alert on devices still running 5.5.4 or 6.0.
  • Monitor build pipelines and SBOMs for inclusion of vulnerable ESP-IDF commits referenced in the Espressif advisory.
  • Where device telemetry is available, log secure-service wrapper invocation rates and investigate sustained spikes consistent with bit-oracle extraction.

How to Mitigate CVE-2026-45329

Immediate Actions Required

  • Upgrade ESP-IDF to version 5.5.5 or 6.0.1 and rebuild all affected firmware images.
  • Re-flash deployed devices running ESP-IDF 5.5.4 or 6.0 with patched firmware through your secure update channel.
  • Inventory products using ESP-TEE and prioritize devices that store cryptographic keys or other TEE-resident secrets.

Patch Information

Espressif released fixes in ESP-IDF 5.5.5 and 6.0.1. The remediation adds validation of caller-supplied input pointer arguments in the ESP-TEE secure-service wrappers. Relevant commits include 145ba4c4, 7867f4a5, and eebabaff. Full details are documented in GHSA-w82j-7q63-7pqm.

Workarounds

  • If patching is delayed, restrict which REE components can invoke ESP-TEE secure-service wrappers and remove untrusted code paths that reach them.
  • Rotate any cryptographic material that may have been exposed to REE callers on unpatched devices before placing patched devices back into trusted use.
  • Disable ESP-TEE features that are not required by the application until firmware can be rebuilt against a fixed ESP-IDF release.
bash
# Configuration example: verify and update ESP-IDF version
cd $IDF_PATH
git fetch --tags
git checkout v5.5.5   # or v6.0.1
git submodule update --init --recursive
./install.sh
. ./export.sh
idf.py fullclean && idf.py build

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

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechEspressif

  • SeverityHIGH

  • CVSS Score7.1

  • EPSS Probability0.02%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:C/C:H/I:N/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-20
  • Technical References
  • GitHub Commit Update

  • GitHub Commit Update

  • GitHub Commit Update

  • GitHub Security Advisory
  • Related CVEs
  • CVE-2026-45328: ESP-IDF Information Disclosure Vulnerability

  • CVE-2026-25507: ESP-IDF BLE 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