Bug 2497692 - CVE-2026-44362 optee_os: OP-TEE: Subkey rollback protection bypass allows loading of unauthorized Trusted Applications [fedora-all]
Summary: CVE-2026-44362 optee_os: OP-TEE: Subkey rollback protection bypass allows loa...
Keywords:
Status: NEW
Alias: None
Product: Fedora
Classification: Fedora
Component: optee_os
Version: rawhide
Hardware: Unspecified
OS: Unspecified
medium
medium
Target Milestone: ---
Assignee: Enric Balletbo i Serra
QA Contact:
URL:
Whiteboard: {"flaws": ["96960a49-5606-44e5-ad4a-1...
Depends On:
Blocks: CVE-2026-44362
TreeView+ depends on / blocked
 
Reported: 2026-07-07 12:29 UTC by Keith Grant
Modified: 2026-07-07 12:29 UTC (History)
1 user (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Keith Grant 2026-07-07 12:29:36 UTC
Disclaimer: Community trackers are created by Red Hat Product Security team on a best effort basis. Package maintainers are required to ascertain if the flaw indeed affects their package, before starting the update process.

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.


Note You need to log in before you can comment on or make changes to this bug.