๐Ÿ” CVE Alert

CVE-2026-40290

HIGH 7.8

OP-TEE has a Use-After-Free race in FF-A shared-memory teardown

CVSS Score
7.8
EPSS Score
0.0%
EPSS Percentile
3th

OP-TEE is a Trusted Execution Environment (TEE) designed as companion to a non-secure Linux kernel running on Arm; Cortex-A cores using the TrustZone technology. Starting in version 3.16.0 and prior to 4.11.0, a user-after-free (UAF) race condition exists in the shared memory teardown logic of FF-A within OP-TEE SPMC/SP flows. This only applies when OP-TEE is configured as an SPMC for S-EL0 SPs, that is, with `CFG_SECURE_PARTITION=y`. The function `sp_mem_remove()`, responsible for freeing entries in `smem->receivers` and `smem->regions`, fails to acquire the global `sp_mem_lock` before performing the `free()` operations. Concurrently, other code paths, such as `sp_mem_get_receiver()`, iterate over these same lists without holding a lock, or, like `sp_mem_is_shared()`, iterate while holding the lock but are not serialized against the unprotected `free()` in `sp_mem_remove()`. This creates a cross-thread race where a thread iterating the list can acquire a pointer to an entry (e.g., `struct sp_mem_map_region` or `struct sp_mem_receiver`), and then another thread calls `sp_mem_remove()`, freeing the object. When the first thread resumes and dereferences the pointer, it results in a Use-After-Free vulnerability. Version 4.11.0 fixes the issue.

CWE CWE-416
Vendor op-tee
Product optee_os
Published Jun 3, 2026
Last Updated Jun 4, 2026
Stay Ahead of the Next One

Get instant alerts for op-tee optee_os

Be the first to know when new high vulnerabilities affecting op-tee optee_os are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

CVSS v3 Breakdown

CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Attack Vector
Local
Attack Complexity
Low
Privileges Required
Low
User Interaction
None
Scope
Unchanged
Confidentiality
High
Integrity
High
Availability
High

Affected Versions

OP-TEE / optee_os
>= 3.16.0, < 4.11.0

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/OP-TEE/optee_os/security/advisories/GHSA-332c-xr93-849m