CVE-2024-1544
概要

Generating the ECDSA nonce k samples a random number r and then
truncates this randomness with a modular reduction mod n where n is the
order of the elliptic curve. Meaning k = r mod n. The division used
during the reduction estimates a factor q_e by dividing the upper two
digits (a digit having e.g. a size of 8 byte) of r by the upper digit of
n and then decrements q_e in a loop until it has the correct size.
Observing the number of times q_e is decremented through a control-flow
revealing side-channel reveals a bias in the most significant bits of
k. Depending on the curve this is either a negligible bias or a
significant bias large enough to reconstruct k with lattice reduction
methods. For SECP160R1, e.g., we find a bias of 15 bits.

公表日 2024年8月28日4:15
登録日 2024年8月28日12:00
最終更新日 2024年8月28日21:57
関連情報、対策とツール
共通脆弱性一覧

JVN脆弱性情報
wolfSSL Inc. の wolfSSL における観測可能な不一致に関する脆弱性
タイトル wolfSSL Inc. の wolfSSL における観測可能な不一致に関する脆弱性
概要

wolfSSL Inc. の wolfSSL には、観測可能な不一致に関する脆弱性が存在します。

想定される影響 情報を取得される可能性があります。
対策

参考情報を参照して適切な対策を実施してください。

公表日 2024年8月27日0:00
登録日 2025年12月9日12:34
最終更新日 2025年12月9日12:34
影響を受けるシステム
wolfSSL Inc.
wolfSSL 5.7.2 未満
CVE (情報セキュリティ 共通脆弱性識別子)
CWE (共通脆弱性タイプ一覧)
その他
変更履歴
No 変更内容 変更日
1 [2025年12月09日]
  掲載
2025年12月9日12:34