mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-01-26 12:35:20 +00:00
33480a372b
Signed-off-by: Janos Follath <janos.follath@arm.com>
11 lines
569 B
Plaintext
11 lines
569 B
Plaintext
Security
|
|
* An adversary with access to precise enough information about memory
|
|
accesses (typically, an untrusted operating system attacking a secure
|
|
enclave) could recover an RSA private key after observing the victim
|
|
performing a single private-key operation if the window size used for the
|
|
exponentiation was 3 or smaller. Found and reported by Zili KOU,
|
|
Wenjian HE, Sharad Sinha, and Wei ZHANG. See "Cache Side-channel Attacks
|
|
and Defenses of the Sliding Window Algorithm in TEEs" - Design, Automation
|
|
and Test in Europe 2023.
|
|
|