※ 這是一篇破解 Open SSL 的技術文章.....,原本想放在RSA類,因為考量內容談論 Open SSL,且加百力版主正致力研究 Open SSL.....
New Branch Prediction Vulnerabilities in OpenSSL and Necessary Software Countermeasures
Onur Acıic¸mez1, Shay Gueron2;3, and Jean-Pierre Seifert4
1 Samsung Information Systems America, San Jose, USA
2 Department of Mathematics, University of Haifa, Haifa, 31905, ISRAEL
3 Intel Corporation, IDC, ISRAEL
4 Institute for Computer Science, University of Innsbruck, 6020 Innsbruck, AUSTRIA
[email]onur.aciicmez@gmail.com[/email], [email]shay@math.haifa.ac.il[/email], [email]jeanpierreseifert@yahoo.com[/email]
Abstract
Software based side-channel attacks allow an unprivileged spy process to extract secret information from a victim (cryptosystem) process by exploiting some indirect leakage of “side-channel” information. It has been realized that some components of modern computer microarchitectures leak certain side-channel information and can create unforeseen security risks. An example of such MicroArchitectural Side-Channel Analysis is the Cache Attack — a group of attacks that exploit information leaks from cache latencies [4, 7, 13, 15, 17]. Public awareness of Cache Attack vulnerabilities lead software writers of OpenSSL (version 0.9.8a and subsequent versions) to incorporate countermeasures for preventing these attacks.
In this paper, we present a new and yet unforeseen side channel attack that is enabled by the recently published Simple Branch Prediction Analysis (SBPA) which is another type of MicroArchitectural Analysis, cf. [2, 3]. We show that modular inversion — a critical primitive in public key cryptography — is a natural target of SBPA attacks because it typically uses the Binary Extended Euclidean algorithm whose nature is an input-centric sequence of conditional branches. Our results show that SBPA can be used to extract secret parameters during the execution of the Binary Extended Euclidean algorithm. This poses a new potential risk to crypto-applications such as OpenSSL, which already employs Cache Attack countermeasures. Thus, it is necessary to develop new software mitigation techniques for BPA and incorporate them with cache analysis countermeasures in security applications. To mitigate this new risk in full generality, we apply a security-aware algorithm design methodology and propose some changes to the CRT-RSA algorithm flow. These changes either avoid some of the steps that require modular inversion, or remove the critical information leak from this procedure. In addition, we also show by example that, independently of the required changes in the algorithms, careful software analysis is also required in order to assure that the software implementation does not inadvertently introduce branches that may expose the application to SBPA attacks. These offer several simple ways for modifying OpenSSL in order to mitigate Branch Prediction Attacks.