AUGUST 21, 2026
Live Feed
Back to database
Case File

CVE-2026-44362

MEDIUM · CVSS 5.5 EPSS 0.12% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-07-06 · Last synced 2026-08-05

CyberRota Analysis

AI-Generated

The vulnerability affects OP-TEE, a Trusted Execution Environment for Linux on Arm Cortex-A cores, allowing the loading of revoked or older subkey versions due to improper versioning data propagation during the Trusted Application (TA) loading process. This flaw can lead to unauthorized execution of TAs signed with downgraded subkey chains, compromising the integrity of the secure environment. Organizations using OP-TEE versions between 3.20.0 and 4.10.0 should prioritize patching to version 4.11.0 to mitigate this risk, as no workarounds are available.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

GitHub PoC Links

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2026-44362
Severity
MEDIUM
CVSS
5.5
EPSS
0.12%
Linux

Original NVD 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.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/signed_hdr.c`, the function `shdr_load_pub_key()` parses subkey headers but does not assign the `subkey_version` to the runtime `shdr_pub_key` structure. As a result, the `key->version` field remains at zero regardless of the version specified in the header. When `ree_fs_ta_open()` in `core/kernel/ree_fs_ta.c` calls `check_update_version()`, 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.

Related CVEs

Other vulnerabilities affecting the same vendor(s)