【活用ガイド】

JVNDB-2011-001657

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."
CVSS による深刻度 (CVSS とは?)

影響を受けるシステム

OpenSSL で ECDSA による認証方式を実装している製品が本脆弱性の影響を受ける可能性があります。 詳しくは US-CERT Vulnerability Note VU#536044 が提供する情報をご確認ください。

OpenSSL Project
  • OpenSSL

想定される影響

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

2011年5月18日現在、対策方法はありません。

[ワークアラウンドを実施する]
対策版が公開されるまでの間、以下の回避策を適用することで、本脆弱性の影響を軽減することが可能です。

* ECDSA による認証方式を使用しない
ベンダ情報

OpenSSL Project
CWEによる脆弱性タイプ一覧  CWEとは?

共通脆弱性識別子(CVE)  CVEとは?

参考情報

  1. JVN : JVNVU#536044
  2. US-CERT Vulnerability Note : VU#536044
更新履歴

  • [2011年05月31日]
      掲載