OpenSSL における ECDSA 秘密鍵が漏えいしてしまう問題
タイトル OpenSSL における ECDSA 秘密鍵が漏えいしてしまう問題
概要

OpenSSL を実装した複数の製品には、ECDSA の秘密鍵が漏えいする問題が存在します。 OpenSSL を実装した複数の製品には、タイミング攻撃 (timing attack) によって ECDSA の秘密鍵が漏えいする問題が存在します。 "Remote Timing Attacks are Still Practical" には、以下のように記述されています。 "For over two decades, timing attacks have been an active area of research within applied cryptography. These attacks exploit cryptosystem or protocol implementations that do not run in constant time. When implementing an elliptic curve cryptosystem that provides side-channel resistance, the scalar multiplication routine is a critical component. In such instances, one attractive method often suggested in the literature is Montgomery’s ladder that performs a fixed sequence of curve and field operations. This paper describes a timing attack vulnerability in OpenSSL's ladder implementation for curves over binary fields. We use this vulnerability to steal the private key of a TLS server where the server authenticates with ECDSA signatures. Using the timing of the exchanged messages, the messages themselves, and the signatures, we mount a lattice attack that recovers the private key."

想定される影響 遠隔の第三者によって、ECDSA の秘密鍵が取得される可能性があります。
対策

2011年5月18日現在、対策方法はありません。 [ワークアラウンドを実施する] 対策版が公開されるまでの間、以下の回避策を適用することで、本脆弱性の影響を軽減することが可能です。 * ECDSA による認証方式を使用しない

公表日 2011年5月18日0:00
登録日 2011年5月31日11:23
最終更新日 2011年5月31日11:23
影響を受けるシステム
OpenSSL Project
OpenSSL 
ベンダー情報
その他
変更履歴
No 変更内容 変更日
0 [2011年05月31日]
  掲載
2018年2月17日10:37