Skip to main content

OP-TEE OS EUVDEUVD-2026-55697

| CVE-2026-71968 HIGH
Use After Free (CWE-416)
2026-08-10 VulnCheck GHSA-p84g-83m7-53p6
8.4
CVSS 4.0 · Vendor: VulnCheck
Share

Severity by source

Vendor (VulnCheck) PRIMARY
8.4 HIGH
CVSS:4.0/AV:L/AC:L/AT:N/PR:H/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
vuln.today AI
8.2 HIGH

Local attack vector with high privileges (signed TA loading capability required); scope changed because TA at S-EL0 corrupts the S-EL1 secure kernel across an EL boundary.

3.1 AV:L/AC:L/PR:H/UI:N/S:C/C:H/I:H/A:H
4.0 AV:L/AC:L/AT:N/PR:H/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N

Primary rating from Vendor (VulnCheck).

CVSS VectorVendor: VulnCheck

Attack Vector
Local
Attack Complexity
Low
Privileges Required
High
User Interaction
None
Scope
X

Lifecycle Timeline

3
Source Code Evidence Fetched
Aug 10, 2026 - 19:21 vuln.today
Analysis Generated
Aug 10, 2026 - 19:21 vuln.today
CVE Published
Aug 10, 2026 - 18:15 cve.org
HIGH 8.4

DescriptionCVE.org

OP-TEE OS through 4.10.0, fixed in commit 8794043, contains a use-after-free vulnerability in the Trusted Application loader that allows attackers with the ability to load a signed Trusted Application to corrupt secure-world kernel memory by setting the TA_FLAG_CONCURRENT flag in a user TA signed header. Attackers can cause two concurrent sessions to operate on the same shared context without locking, corrupting the uctx->vm_info.regions list during memref parameter mapping and unmapping to free vm_region nodes still in use, resulting in a use-after-free in S-EL1 secure-world kernel memory.

AnalysisAI

Use-after-free in the OP-TEE OS Trusted Application loader (all versions through 4.10.0) allows an attacker who controls a signed Trusted Application to corrupt S-EL1 secure-world kernel memory. By setting TA_FLAG_CONCURRENT in the TA's signed header - a flag reserved exclusively for pseudo-TAs - an adversary can force two concurrent sessions to share a context without locking, triggering a race on uctx->vm_info.regions that frees vm_region nodes still referenced by live mappings. No public exploit has been identified at time of analysis, and the flaw is not listed in CISA KEV, but the high CVSS 4.0 score of 8.4 and confirmed patch availability underscore its seriousness in TEE-dependent deployments.

Technical ContextAI

OP-TEE OS (cpe:2.3:a:op-tee:optee_os) is the open-source reference implementation of ARM TrustZone's Trusted Execution Environment (TEE), running at S-EL1 (secure kernel) with Trusted Applications executing at S-EL0. The loader path in core/kernel/ldelf_loader.c and ldelf/ta_elf.c processes TA headers before mapping memory regions via the vm_info.regions linked list. CWE-416 (Use After Free) arises because TA_FLAG_CONCURRENT, when present in a regular (non-pseudo) TA header, bypasses mutual exclusion during concurrent session creation: both sessions share the same user context (uctx) and race to map/unmap memref parameters, causing vm_region nodes to be freed while still referenced by the other session's active mapping. The fix (commit 8794043) adds early rejection of any TA header carrying TA_FLAG_CONCURRENT at both the kernel loader layer (ldelf_loader.c) and the ELF loader layer (ldelf/ta_elf.c), returning TEE_ERROR_BAD_FORMAT before any memory mapping occurs.

RemediationAI

Apply the upstream fix by updating to a build of OP-TEE OS that incorporates commit 8794043c4065c26a2b8b1313794ba5ba5f06d296 (https://github.com/OP-TEE/optee_os/commit/8794043c4065c26a2b8b1313794ba5ba5f06d296). The patch adds a TEE_ERROR_BAD_FORMAT rejection for any TA header with TA_FLAG_CONCURRENT set, preventing the vulnerable code path from being reached. Because OP-TEE OS is typically integrated into firmware images by SoC vendors or OEMs, a firmware update - not an OS-level package upgrade - is likely required; coordinate with your platform vendor. As a compensating control where a firmware update cannot be deployed immediately, restrict which Trusted Applications can be loaded by enforcing strict allowlisting of TA UUIDs at the Normal World secure service dispatcher; this limits exposure to signed TAs under your control. Note that this workaround does not eliminate the vulnerability - it reduces the attacker surface to TAs you already trust. The VulnCheck advisory is available at https://www.vulncheck.com/advisories/op-tee-os-use-after-free-via-trusted-application-loader-ta-flag-concurrent and the upstream PR at https://github.com/OP-TEE/optee_os/pull/7900.

CVE-2026-33317 HIGH
8.7 Apr 24

Out-of-bounds read and write in OP-TEE OS PKCS#11 Trusted Application (versions 3.13.0-4.10.0) allows authenticated loca

CVE-2026-71969 HIGH
8.4 Aug 10

Secure-world heap corruption in OP-TEE OS through 4.10.0 allows a malicious Trusted Application to write attacker-contro

CVE-2026-40290 HIGH
7.8 Jun 03

Use-after-free race condition in OP-TEE OS versions 3.16.0 through 4.10.x enables local low-privileged attackers to corr

CVE-2026-33662 HIGH
7.5 Apr 24

Integer overflow in OP-TEE OS RSA signature encoding crashes the Trusted Execution Environment on platforms with RSA har

CVE-2026-71967 MEDIUM
5.7 Aug 10

Null pointer dereference in OP-TEE OS through version 4.10.0 allows a low-privileged Normal World process to crash the e

CVE-2026-44362 MEDIUM
5.5 Jul 06

Subkey rollback protection in OP-TEE OS versions 3.20.0 through 4.10.x is completely non-functional due to a missing fie

CVE-2026-40257 MEDIUM
5.5 Jul 06

Heap overflow in OP-TEE's ARM Crypto Extensions SHA-3 implementation corrupts TEE kernel memory across all platforms bui

CVE-2026-45702 MEDIUM
5.5 Jun 03

Type confusion in OP-TEE OS versions 4.3.0 through 4.10.x allows a highly privileged local attacker operating in the nor

CVE-2026-45614 MEDIUM
4.7 Jun 03

Private ECDH key recovery in OP-TEE prior to version 4.11.0 is achievable by a local attacker who can invoke TEE_DeriveK

CVE-2026-53763 LOW
3.8 Jul 06

Integer overflow in OP-TEE OS's AES-GCM implementation silently corrupts authentication tag computation when a single op

CVE-2026-42546 LOW
3.8 Jul 06

Heap exhaustion in OP-TEE OS (versions 3.3.0 through 4.10.x) allows a low-privileged normal-world local caller to progre

CVE-2026-41434 LOW
3.3 Jul 06

Stack exhaustion via unbounded recursion in the OP-TEE PKCS#11 Trusted Application allows a local low-privileged user to

Share

EUVD-2026-55697 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy