| タイトル | NimiqのNimiq Proof of Stake (core-rs-albatross)における到達可能なアサーションに関する脆弱性 |
|---|---|
| 概要 | nimiq-transactionはNimiqのRust実装で使用されるトランザクションの基本機能を提供します。バージョン1.3.0以前では、`HistoryTreeProof::verify`が`history.len() != positions.len()`の不正な証明に対して`assert_eq!(history.len(), positions.len())`を実行し、パニックを引き起こしていました。この証明オブジェクトは信頼されていないp2pレスポンス(`ResponseTransactionsProof.proof`)から派生しており、検証されるまではネットワーク境界で攻撃者に制御されています。悪意のあるピアは、長さの不一致を持つ細工された包含証明を返すことでクラッシュを引き起こす可能性があります。この脆弱性に対する修正はv1.3.0に含まれています。既知の回避方法は存在しません。 |
| 想定される影響 | 当該ソフトウェアが扱う情報について、外部への漏えいは発生しません。 また、当該ソフトウェアが扱う情報について、書き換えは発生しません。 さらに、当該ソフトウェアが完全に停止する可能性があります。 そして、この脆弱性を悪用した攻撃の影響は、他のソフトウェアには及びません。 |
| 対策 | 正式な対策が公開されています。ベンダ情報を参照して適切な対策を実施してください。 |
| 公表日 | 2026年4月22日0:00 |
| 登録日 | 2026年4月27日11:18 |
| 最終更新日 | 2026年4月27日11:18 |
| CVSS3.0 : 警告 | |
| スコア | 6.5 |
|---|---|
| ベクター | CVSS:3.0/AV:N/AC:L/PR:N/UI:R/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-transaction provides the transaction primitive to be used in Nimiq's Rust implementation. Prior to version 1.3.0, `HistoryTreeProof::verify` panics on a malformed proof where `history.len() != positions.len()` due to `assert_eq!(history.len(), positions.len())`. The proof object is derived from untrusted p2p responses (`ResponseTransactionsProof.proof`) and is therefore attacker-controlled at the network boundary until validated. A malicious peer could trigger a crash by returning a crafted inclusion proof with a length mismatch. The patch for this vulnerability is included as part of v1.3.0. No known workarounds are available. |
|---|---|
| 公表日 | 2026年4月23日6:17 |
| 登録日 | 2026年4月25日4:06 |
| 最終更新日 | 2026年4月25日2:12 |
| 構成1 | 以上 | 以下 | より上 | 未満 | |
| cpe:2.3:a:nimiq:nimiq_proof-of-stake:*:*:*:*:*:rust:*:* | 1.3.0 | ||||