CVE-2026-71969

OP-TEE OS through 4.10.0, fixed in commit 7b8b494, contains a buffer underwrite vulnerability in the RSA NOPAD encrypt and decrypt operations within the mbedTLS software backend and SE050 hardware driver that allows a malicious Trusted Application to corrupt secure-world heap memory by supplying an input length exceeding the RSA modulus size. When src_len exceeds rsa_len, the subtraction expression wraps to a large unsigned value, causing a subsequent memcpy to write attacker-controlled data before the destination buffer in S-EL1 secure-world heap memory.
Configurations

No configuration.

History

No history.

Information

Published : 2026-08-10 19:17

Updated : 2026-08-17 19:16


NVD link : CVE-2026-71969

Mitre link : CVE-2026-71969

CVE.ORG link : CVE-2026-71969


JSON object : View

Products Affected

No product.

CWE
CWE-124

Buffer Underwrite ('Buffer Underflow')

CWE-787

Out-of-bounds Write