NimiqのNimiq Proof of Stake (core-rs-albatross)における到達可能なアサーションに関する脆弱性
| Title |
NimiqのNimiq Proof of Stake (core-rs-albatross)における到達可能なアサーションに関する脆弱性
|
| Summary |
nimiq/core-rs-albatrossは、Albatrossコンセンサスアルゴリズムに基づくNimiqプルーフ・オブ・ステークプロトコルのRust実装です。バージョン1.2.2以下では、認証されていないP2PピアがRequestMacroChainメッセージハンドラタスクをパニックさせる可能性があります。被害者のメインチェーン上の最初のロケータハッシュがマクロブロックハッシュではなくマイクロブロックハッシュである場合にRequestMacroChainメッセージを送信すると、前述のパニックが発生します。RequestMacroChain::handleハンドラは「メインチェーン上にあるかどうか」のみを基準にロケータを選択し、その後get_macro_blocks()を呼び出します。選択されたハッシュがマクロブロックでない場合(BlockchainError::BlockIsNotMacro)に.unwrap()でパニックが発生します。この問題はバージョン1.3.0で修正されました。
|
| Possible impacts |
当該ソフトウェアが扱う情報について、外部への漏えいは発生しません。 また、当該ソフトウェアが扱う情報について、書き換えは発生しません。 さらに、当該ソフトウェアの一部が停止する可能性があります。 そして、この脆弱性を悪用した攻撃の影響は、他のソフトウェアには及びません。 |
| Solution |
正式な対策が公開されています。ベンダ情報を参照して適切な対策を実施してください。 |
| Publication Date |
April 14, 2026, midnight |
| Registration Date |
April 27, 2026, 11:18 a.m. |
| Last Update |
April 27, 2026, 11:18 a.m. |
|
CVSS3.0 : 警告
|
| Score |
5.3
|
| Vector |
CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L |
Affected System
| Nimiq |
|
Nimiq Proof of Stake (core-rs-albatross) 1.3.0 未満
|
CVE (情報セキュリティ 共通脆弱性識別子)
CWE (共通脆弱性タイプ一覧)
ベンダー情報
その他
Change Log
| No |
Changed Details |
Date of change |
| 1 |
[2026年04月27日] 掲載 |
April 27, 2026, 11:18 a.m. |
NVD Vulnerability Information
CVE-2026-34069
| Summary |
nimiq/core-rs-albatross is a Rust implementation of the Nimiq Proof-of-Stake protocol based on the Albatross consensus algorithm. In versions 1.2.2 and below, an unauthenticated p2p peer can cause the RequestMacroChain message handler task to panic. Sending a RequestMacroChain message where the first locator hash on the victim’s main chain is a micro block hash (not a macro block hash) causes said panic. The RequestMacroChain::handle handler selects the locator based only on "is on main chain", then calls get_macro_blocks() and panics via .unwrap() when the selected hash is not a macro block (BlockchainError::BlockIsNotMacro). This issue has been fixed in version 1.3.0.
|
| Publication Date |
April 14, 2026, 9:16 a.m. |
| Registration Date |
April 15, 2026, 11:39 a.m. |
| Last Update |
April 25, 2026, 2:10 a.m. |
Affected software configurations
| Configuration1 |
or higher |
or less |
more than |
less than |
| cpe:2.3:a:nimiq:nimiq_proof-of-stake:*:*:*:*:*:rust:*:* |
|
|
|
1.3.0 |
Related information, measures and tools
Common Vulnerabilities List