| タイトル | NimiqのNimiq Proof of Stake (core-rs-albatross)における複数の脆弱性 |
|---|---|
| 概要 | nimiq-blockchainはNimiqのRust実装における永続的なブロックストレージを提供します。バージョン1.3.0以前では、`HistoryStore::put_historic_txns`が`HistoricTransaction.block_number`に関する不変条件を強制するために`assert!`を使用していました(マクロブロック内かつ同一エポック内である必要があります)。ヒストリー同期中、ピアは`Blockchain::push_history_sync`に渡される`history: &[HistoricTransaction]`入力に影響を及ぼす可能性があり、不正な履歴リストがこれらの不変条件を破りパニックを引き起こすことがあります。`extend_history_sync`は計算された履歴ルートとマクロブロックヘッダーの履歴ルート(`block.history_root()`)を比較する前に`this.history_store.add_to_history(..)`を呼び出すため、パニックはその後に継続される拒否チェックが実行される前に発生する可能性があります。この脆弱性の修正はv1.3.0に含まれています。既知の回避策はありません。 |
| 想定される影響 | 当該ソフトウェアが扱う情報について、外部への漏えいは発生しません。 また、当該ソフトウェアが扱う情報について、書き換えは発生しません。 さらに、当該ソフトウェアが完全に停止する可能性があります。 そして、この脆弱性を悪用した攻撃の影響は、他のソフトウェアには及びません。 |
| 対策 | 正式な対策が公開されています。ベンダ情報を参照して適切な対策を実施してください。 |
| 公表日 | 2026年4月22日0:00 |
| 登録日 | 2026年4月27日11:18 |
| 最終更新日 | 2026年4月27日11:18 |
| CVSS3.0 : 警告 | |
| スコア | 5.3 |
|---|---|
| ベクター | CVSS:3.0/AV:N/AC:H/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-blockchain provides persistent block storage for Nimiq's Rust implementation. Prior to version 1.3.0, `HistoryStore::put_historic_txns` uses an `assert!` to enforce invariants about `HistoricTransaction.block_number` (must be within the macro block being pushed and within the same epoch). During history sync, a peer can influence the `history: &[HistoricTransaction]` input passed into `Blockchain::push_history_sync`, and a malformed history list can violate these invariants and trigger a panic. `extend_history_sync` calls `this.history_store.add_to_history(..)` before comparing the computed history root against the macro block header (`block.history_root()`), so the panic can happen before later rejection checks run. The patch for this vulnerability is included as part of v1.3.0. No known workarounds are available. |
|---|---|
| 公表日 | 2026年4月23日5:16 |
| 登録日 | 2026年4月25日4:06 |
| 最終更新日 | 2026年4月25日2:12 |
| 構成1 | 以上 | 以下 | より上 | 未満 | |
| cpe:2.3:a:nimiq:nimiq_proof-of-stake:*:*:*:*:*:rust:*:* | 1.3.0 | ||||