CVE-2025-46733
Last modified
CVE-2025-46733 is a high-severity vulnerability rated 7.9/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. In version 4.5.0, using a specially crafted tee-supplicant binary running in REE userspace, an attacker can trigger a panic in a TA that uses the libutee Secure Storage API. EPSS estimates a 0.14% 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. In version 4.5.0, using a specially crafted tee-supplicant binary running in REE userspace, an attacker can trigger a panic in a TA that uses the libutee Secure Storage API. Many functions in libutee, specifically those which make up the Secure Storage API, will panic if a system call returns an unexpected return code. This behavior is mandated by the TEE Internal Core API specification. However, in OP-TEE’s implementation, return codes of secure storage operations are passed through unsanitized from the REE tee-supplicant, through the Linux kernel tee-driver, through the OP-TEE kernel, back to libutee. Thus, an attacker with access to REE userspace, and the ability to stop tee-supplicant and replace it with their own process (generally trivial for a root user, and depending on the way permissions are set up, potentially available even to less privileged users) can run a malicious tee-supplicant process that responds to storage requests with unexpected response codes, triggering a panic in the requesting TA. This is particularly dangerous for TAs built with `TA_FLAG_SINGLE_INSTANCE` (corresponding to `gpd.ta.singleInstance` and `TA_FLAG_INSTANCE_KEEP_ALIVE` (corresponding to `gpd.ta.keepAlive`). The behavior of these TAs may depend on memory that is preserved between sessions, and the ability of an attacker to panic the TA and reload it with a clean memory space can compromise the behavior of those TAs. A critical example of this is the optee_ftpm TA. It uses the kept alive memory to hold PCR values, which crucially must be non-resettable. An attacker who can trigger a panic in the fTPM TA can reset the PCRs, and then extend them PCRs with whatever they choose, falsifying boot measurements, accessing sealed data, and potentially more. The impact of this issue depends significantly on the behavior of affected TAs. For some, it could manifest as a denial of service, while for others, like the fTPM TA, it can result in the disclosure of sensitive data. Anyone running the fTPM TA is affected, but similar attacks may be possible on other TAs that leverage the Secure Storage API. A fix is available in commit 941a58d78c99c4754fbd4ec3079ec9e1d596af8f.
Metrics
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:H/I:L/A:L
Weakness Enumeration
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2025-46733?
How severe is CVE-2025-46733?
How do I fix CVE-2025-46733?
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 2025
- CVE-2025-46728cpp-httplib is a C++ header-only HTTP/HTTPS server and clien…7.5
- CVE-2025-46729julmud/phpDVDProfiler is an adoption of the defunct phpDVDPr…2.1
- CVE-2025-4673Proxy-Authorization and Proxy-Authenticate headers persisted…6.8
- CVE-2025-46730MobSF is a mobile application security testing tool used. Ty…6.5
- CVE-2025-46731Craft is a content management system. Versions of Craft CMS …7.2
- CVE-2025-46732OpenCTI is an open source platform for managing cyber threat…5.4
- CVE-2025-46734league/commonmark is a PHP Markdown parser. A cross-site scr…6.4
- CVE-2025-46735Terraform WinDNS Provider allows users to manage their Windo…1.1
- CVE-2025-46736Umbraco is a free and open source .NET content management sy…5.3
- CVE-2025-46737SEL-5037 Grid Configurator contains an overly permissive Cro…7.4
- CVE-2025-46738An authenticated attacker can maliciously modify layout data…6.6
- CVE-2025-46739An unauthenticated user could discover account credentials v…8.1
Are you affected by CVE-2025-46733?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
