Debian Package Tracker
Register | Log in
Subscribe

optee-os

Choose email to subscribe with

general
  • source: optee-os (main)
  • version: 4.10.0-2
  • maintainer: Dylan Aïssi (DMD) (LowNMU)
  • arch: arm64
  • std-ver: 4.7.4
  • VCS: Git (Browse, QA)
versions [more versions can be listed by madison] [old versions available from snapshot.debian.org]
[pool directory]
  • stable: 4.5.0-2
  • testing: 4.10.0-1
  • unstable: 4.10.0-2
versioned links
  • 4.5.0-2: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 4.10.0-1: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 4.10.0-2: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
binaries
  • optee-os
  • optee-os-dev
action needed
Marked for autoremoval on 23 July: #1138878 high
Version 4.10.0-1 of optee-os is marked for autoremoval from testing on Thu 23 Jul 2026. It is affected by #1138878. The removal of optee-os will also cause the removal of (transitive) reverse dependency: optee-test. You should try to prevent the removal by fixing these RC bugs.
Created: 2026-06-12 Last update: 2026-06-28 16:50
3 security issues in forky high

There are 3 open security issues in forky.

3 important issues:
  • CVE-2026-40290: 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.
  • CVE-2026-45614: 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. Prior to version 4.11.0, on many of the ECDH shared secret paths, the public key isn't verified to be a point on the correct curve. By passing approximately 30-40 crafted public keys to OP-TEE, the private key can be reconstructed by a normal world attacker. When calling TEE_DeriveKey the public key is provided with full X and Y values, but the (X, Y) point might not satisfy the `Y^2 == X^3 + aX + b mod P` math for the specific curve that is used. When those public keys aren't rejected, the attacker can select public keys such that each DeriveKey call will leak `d % r` where `d` is the private key and `r` comes from the relationship between the correct curve and the attacker selected curve. With enough leaked data the Chinese remainder theorem can be used to recover the full private key. Version 4.11.0 fixes the issue.
  • CVE-2026-45702: 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 4.3.0 and prior to version 4.11.0, a type confusion vulnerability exists in OP-TEE OS when processing an FFA_MEM_SHARE request from the normal world. This only applies when OP-TEE is configured as an SPMC for S-EL0 SPs, that is, with `CFG_CORE_SEL1_SPMC=y` and `CFG_SECURE_PARTITION=y`. Version 4.11.0 fixes the issue.
Created: 2026-06-03 Last update: 2026-06-24 00:50
Does not build reproducibly during testing normal
A package building reproducibly enables third parties to verify that the source matches the distributed binaries. It has been identified that this source package produced different results, failed to build or had other issues in a test environment. Please read about how to improve the situation!
Created: 2025-07-17 Last update: 2026-06-28 13:00
5 low-priority security issues in trixie low

There are 5 open security issues in trixie.

5 issues left for the package maintainer to handle:
  • CVE-2026-33317: (needs triaging) 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 versions 3.13.0 through 4.10.0, missing checks in `entry_get_attribute_value()` in `ta/pkcs11/src/object.c` can lead to out-of-bounds read from the PKCS#11 TA heap or a crash. When chained with the OOB read, the PKCS#11 TA function `PKCS11_CMD_GET_ATTRIBUTE_VALUE` or `entry_get_attribute_value()` can, with a bad template parameter, be tricked into reading at most 7 bytes beyond the end of the template buffer and writing beyond the end of the template buffer with the content of an attribute value of a PKCS#11 object. Commits e031c4e562023fd9f199e39fd2e85797e4cbdca9, 16926d5a46934c46e6656246b4fc18385a246900, and 149e8d7ecc4ef8bb00ab4a37fd2ccede6d79e1ca contain patches and are anticipated to be part of version 4.11.0.
  • CVE-2026-33662: (needs triaging) 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. From 3.8.0 to 4.10, in the function emsa_pkcs1_v1_5_encode() in core/drivers/crypto/crypto_api/acipher/rsassa.c, the amount of padding needed, "PS size", is calculated by subtracting the size of the digest and other fields required for the EMA-PKCS1-v1_5 encoding from the size of the modulus of the key. By selecting a small enough modulus, this subtraction can overflow. The padding is added as a string of 0xFF bytes with a call to memset(), and an underflowed integer will cause the memset() call to overwrite until OP-TEE crashes. This only affects platforms registering RSA acceleration.
  • CVE-2026-40290: (needs triaging) 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.
  • CVE-2026-45614: (needs triaging) 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. Prior to version 4.11.0, on many of the ECDH shared secret paths, the public key isn't verified to be a point on the correct curve. By passing approximately 30-40 crafted public keys to OP-TEE, the private key can be reconstructed by a normal world attacker. When calling TEE_DeriveKey the public key is provided with full X and Y values, but the (X, Y) point might not satisfy the `Y^2 == X^3 + aX + b mod P` math for the specific curve that is used. When those public keys aren't rejected, the attacker can select public keys such that each DeriveKey call will leak `d % r` where `d` is the private key and `r` comes from the relationship between the correct curve and the attacker selected curve. With enough leaked data the Chinese remainder theorem can be used to recover the full private key. Version 4.11.0 fixes the issue.
  • CVE-2026-45702: (needs triaging) 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 4.3.0 and prior to version 4.11.0, a type confusion vulnerability exists in OP-TEE OS when processing an FFA_MEM_SHARE request from the normal world. This only applies when OP-TEE is configured as an SPMC for S-EL0 SPs, that is, with `CFG_CORE_SEL1_SPMC=y` and `CFG_SECURE_PARTITION=y`. Version 4.11.0 fixes the issue.

You can find information about how to handle these issues in the security team's documentation.

Created: 2026-04-25 Last update: 2026-06-24 00:50
testing migrations
  • excuses:
    • Migration status for optee-os (4.10.0-1 to 4.10.0-2): Waiting for test results or another package, or too young (no action required now - check later)
    • Issues preventing migration:
    • ∙ ∙ Too young, only 4 of 5 days old
    • Additional info (not blocking):
    • ∙ ∙ Updating optee-os will fix bugs in testing: #1138878
    • ∙ ∙ Piuparts can't test optee-os (not a blocker) - (no link yet)
    • ∙ ∙ Reproduced on amd64 - info
    • ∙ ∙ Not reproduced on arm64 (not a regression): optee-os-dev
    • ∙ ∙ Reproduced on armhf - info
    • ∙ ∙ Reproduced on i386 - info
    • Not considered
news
[rss feed]
  • [2026-06-23] Accepted optee-os 4.10.0-2 (source) into unstable (Dylan Aïssi)
  • [2026-05-11] optee-os 4.10.0-1 MIGRATED to testing (Debian testing watch)
  • [2026-05-06] Accepted optee-os 4.10.0-1 (source) into unstable (Dylan Aïssi)
  • [2026-04-23] optee-os 4.9.0-1 MIGRATED to testing (Debian testing watch)
  • [2026-04-17] Accepted optee-os 4.9.0-1 (source) into unstable (Dylan Aïssi)
  • [2026-01-20] optee-os 4.8.0-1 MIGRATED to testing (Debian testing watch)
  • [2026-01-14] Accepted optee-os 4.8.0-1 (source) into unstable (Dylan Aïssi)
  • [2025-08-19] optee-os 4.7.0-1 MIGRATED to testing (Debian testing watch)
  • [2025-08-14] Accepted optee-os 4.7.0-1 (source) into unstable (Dylan Aïssi)
  • [2025-07-16] optee-os 4.5.0-2 MIGRATED to testing (Debian testing watch)
  • [2025-07-11] Accepted optee-os 4.5.0-2 (source) into unstable (Dylan Aïssi)
  • [2025-01-28] optee-os 4.5.0-1 MIGRATED to testing (Debian testing watch)
  • [2025-01-23] optee-os 4.4.0-1 MIGRATED to testing (Debian testing watch)
  • [2025-01-22] Accepted optee-os 4.5.0-1 (source) into unstable (Dylan Aïssi)
  • [2025-01-17] Accepted optee-os 4.4.0-1 (source) into unstable (Dylan Aïssi)
  • [2024-07-25] optee-os 4.3.0-1 MIGRATED to testing (Debian testing watch)
  • [2024-07-19] Accepted optee-os 4.3.0-1 (source) into unstable (Dylan Aïssi)
  • [2024-05-06] optee-os 4.2.0-3 MIGRATED to testing (Debian testing watch)
  • [2024-04-30] Accepted optee-os 4.2.0-3 (source) into unstable (Dylan Aïssi)
  • [2024-04-28] optee-os 4.2.0-1 MIGRATED to testing (Debian testing watch)
  • [2024-04-23] Accepted optee-os 4.2.0-2 (source arm64) into experimental (Debian FTP Masters) (signed by: Dylan Aïssi)
  • [2024-04-23] Accepted optee-os 4.2.0-1 (source) into unstable (Dylan Aïssi)
  • [2024-03-05] optee-os 4.1.0-2 MIGRATED to testing (Debian testing watch)
  • [2024-02-28] Accepted optee-os 4.1.0-2 (source) into unstable (Dylan Aïssi)
  • [2024-02-18] optee-os 4.1.0-1 MIGRATED to testing (Debian testing watch)
  • [2024-02-12] Accepted optee-os 4.1.0-1 (source) into unstable (Dylan Aïssi)
  • [2024-02-12] Accepted optee-os 4.0.0-1 (source arm64) into unstable (Debian FTP Masters) (signed by: Dylan Aïssi)
bugs [bug history graph]
  • all: 0
links
  • homepage
  • lintian
  • buildd: logs, reproducibility, cross
  • popcon
  • browse source code
  • other distros
  • security tracker
  • debian patches
ubuntu Ubuntu logo [Information about Ubuntu for Debian Developers]
  • version: 4.10.0-2

Debian Package Tracker — Copyright 2013-2025 The Distro Tracker Developers
Report problems to the tracker.debian.org pseudo-package in the Debian BTS.
Documentation — Bugs — Git Repository — Contributing