Reference page — cumulative record through Wednesday, August 19, 2026 UTC. Reference pages update as the archive grows; only dated daily editions are immutable pages of record.
OP-TEE vulnerable to ECDH private key recovery
AV AC PR UI S C I A CVSS EPSS %ile KEV
L H L N U H N N 4.7 .0010 0.8 —
AFFECTED
Product Versions Fixed
optee_os < 4.11.0 – —
TIMELINE
May 12 Reserved by GitHub_M
Jun 3 EXPLOIT PUBLISHED — CVE-2026-45614 (OP-TEE optee_os). Public exploit reference added.
Jun 3 Published (CNA: GitHub_M)
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. 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.
Lifecycle
Complete event history — 3 events, chronological
| Date | Event | Detail |
| May 12, 2026 | Reserved | Reserved by GitHub_M |
| June 3, 2026 | EXPLOIT PUBLISHED | EXPLOIT PUBLISHED — CVE-2026-45614 (OP-TEE optee_os). Public exploit reference added. |
| June 3, 2026 | Published | Published (CNA: GitHub_M) |
Affected
Affected products and packages — 1 row
| Vendor | Product / Package | Ecosystem | Version introduced | Fixed |
| OP-TEE | optee_os | — | < 4.11.0 | — |
About this page
This is a reference page, not a dated page of record. It assembles the complete lifecycle of CVE-2026-45614 from the CVE Program record, NVD enrichment, the CISA KEV catalog, EPSS, and OSV advisories. The box score's numbers (CVSS, EPSS, KEV status) are current as of Wednesday, August 19, 2026 UTC and are re-derived as the archive grows; only dated daily editions are immutable pages of record. The authoritative source for this identifier is cve.org.