CVE-2026-44362: OP-TEE's subkey rollback protection can be bypassed with older subkey versions
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.20.0 and prior to version 4.11.0, a vulnerability in OP-TEE’s subkey rollback protection allows the use of revoked or older subkey versions because the system fails to propagate versioning data during the Trusted Application (TA) loading process. In core/crypto/signedhdr.c, the function shdrloadpubkey() parses subkey headers but does not assign the subkeyversion to the runtime shdrpubkey structure. As a result, the key->version field remains at zero regardless of the version specified in the header. When reefstaopen() in core/kernel/reefsta.c calls checkupdateversion(), it passes this zeroed version to the rollback database. Because the database never receives a non-zero version to record, it never advances, effectively bypassing the rollback check and allowing TAs signed with downgraded subkey chains to load successfully. This impacts OP-TEE mainline configurations that utilize subkey-based signing chains for Trusted Application (TA) authentication. Version 4.11.0 contains a patch. No known workarounds are available.
Affected Software
Remediation
Recommended actions to resolve this vulnerability, in priority order.
- Upgrade
Upgrade
OP-TEEto a version that resolves this vulnerability.Fixed in 4.11.0
Event History
Frequently Asked Questions
What is the severity of CVE-2026-44362?
CVE-2026-44362 has a medium severity rating of 5.5.
How can CVE-2026-44362 affect system security?
CVE-2026-44362 allows the use of revoked subkey versions, potentially undermining the integrity of trusted execution environments.
How do I fix CVE-2026-44362?
To fix CVE-2026-44362, upgrade OP-TEE to a version later than 4.11.0.
Which versions of OP-TEE are affected by CVE-2026-44362?
OP-TEE versions from 3.20.0 up to and including 4.11.0 are affected by CVE-2026-44362.
What is OP-TEE in the context of CVE-2026-44362?
OP-TEE is a Trusted Execution Environment designed to work alongside a non-secure Linux kernel on Arm Cortex-A cores.