CVE-2026-40290
Last modified
CVE-2026-40290 is a high-severity vulnerability rated 7.8/10 on the CVSS scale. 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. EPSS estimates a 0.19% chance of exploitation in the next 30 days.
Description
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.
Metrics
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Weakness Enumeration
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Trustedfirmware | Op-Tee | >= 3.16.0, <= 4.10.0 |
References
- https://github.com/OP-TEE/optee_os/security/advisories/GHSA-332c-xr93-849mExploit, Mitigation, Vendor Advisory
- https://github.com/OP-TEE/optee_os/security/advisories/GHSA-332c-xr93-849mExploit, Mitigation, Vendor Advisory
Timeline
- Published
- Last Modified
- Status
- Analyzed
Frequently Asked Questions
What is CVE-2026-40290?
How severe is CVE-2026-40290?
How do I fix CVE-2026-40290?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-40285WeGIA is a web manager for charitable institutions. Versions…8.8
- CVE-2026-40286WeGIA is a web manager for charitable institutions. In versi…7.5
- CVE-2026-40287PraisonAI is a multi-agent teams system. Versions 4.5.138 an…8.4
- CVE-2026-40288PraisonAI is a multi-agent teams system. In versions below 4…9.8
- CVE-2026-40289PraisonAI is a multi-agent teams system. In versions below 4…9.1
- CVE-2026-4029The Database Backup for WordPress plugin for WordPress is vu…7.5
- CVE-2026-40291Chamilo LMS is an open-source learning management system. In…8.8
- CVE-2026-40293OpenFGA is an authorization/permission engine built for deve…6.5
- CVE-2026-40295Devise is an authentication solution for Rails based on Ward…6.1
- CVE-2026-40296PhpSpreadsheet is a pure PHP library for reading and writing…5.4
- CVE-2026-40299next-intl provides internationalization for Next.js. Applica…6.9
- CVE-2026-4030The Database Backup for WordPress plugin for WordPress is vu…8.1
Are you affected by CVE-2026-40290?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
