| タイトル | NimiqのNimiq Proof of Stake (core-rs-albatross)における複数の脆弱性 |
|---|---|
| 概要 | nimiq/core-rs-albatrossは、Albatrossコンセンサスアルゴリズムに基づくNimiqのプルーフ・オブ・ステークプロトコルのRust実装です。バージョン1.3.0以前では、信頼されていないピアが、signer == validators.num_validators()である署名済みのtendermint提案メッセージを公開することでバリデーターをクラッシュさせる可能性がありました。ProposalSender::sendは、signerの境界チェックにおいて=ではなくを使用しているため、等しい場合も通過し、validators.get_validator_by_slot_band(signer)が呼ばれ、署名検証が実行される前に範囲外のインデックスでパニックが発生しました。この問題はバージョン1.3.0で修正されました。 |
| 想定される影響 | 当該ソフトウェアが扱う情報について、外部への漏えいは発生しません。 また、当該ソフトウェアが扱う情報について、書き換えは発生しません。 さらに、当該ソフトウェアが完全に停止する可能性があります。 そして、この脆弱性を悪用した攻撃の影響は、他のソフトウェアには及びません。 |
| 対策 | 正式な対策が公開されています。ベンダ情報を参照して適切な対策を実施してください。 |
| 公表日 | 2026年4月13日0:00 |
| 登録日 | 2026年4月27日11:18 |
| 最終更新日 | 2026年4月27日11:18 |
| CVSS3.0 : 重要 | |
| スコア | 7.5 |
|---|---|
| ベクター | CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H |
| Nimiq |
| Nimiq Proof of Stake (core-rs-albatross) 1.3.0 未満 |
| No | 変更内容 | 変更日 |
|---|---|---|
| 1 | [2026年04月27日] 掲載 |
2026年4月27日11:18 |
| 概要 | nimiq/core-rs-albatross is a Rust implementation of the Nimiq Proof-of-Stake protocol based on the Albatross consensus algorithm. Prior to version 1.3.0, an untrusted peer could crash a validator by publishing a signed tendermint proposal message where signer == validators.num_validators(). ProposalSender::send uses > instead of >= for the signer bounds check, so the equality case passes and reaches validators.get_validator_by_slot_band(signer), which panics with an out-of-bounds index before any signature verification runs. This issue has been fixed in version 1.3.0. |
|---|---|
| 公表日 | 2026年4月14日5:16 |
| 登録日 | 2026年4月15日11:39 |
| 最終更新日 | 2026年4月25日2:11 |
| 構成1 | 以上 | 以下 | より上 | 未満 | |
| cpe:2.3:a:nimiq:nimiq_proof-of-stake:*:*:*:*:*:rust:*:* | 1.3.0 | ||||