GHSA-48m6-486p-9j8p · 深刻度: medium · エコシステム: rust — nimiq-consensus panics via RequestMacroChain micro-block locator
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.
総合評価: CVE-2026-34069 は低リスク(28.8/100)。CVSS 深刻度は中。悪用される可能性が高い(EPSS 0.30%、21 パーセンタイル) 推奨対応: 悪用情報と EPSS の推移を監視し、必要に応じて優先度を見直してください。
リスクは変動します。再評価に基づき、本ページの表示内容を更新しています。
EPSS は日次で悪用されやすさの相対度合いを推定します。パーセンタイルは採点済み CVE の中での相対位置(高いほど相対的に深刻)を示します。
| # | 日付 | 旧 EPSS スコア | 新 EPSS スコア | Δ(新 − 旧) |
|---|---|---|---|---|
| 1 | 2026-06-15 | 0.04% | 0.30% | +0.25% |
| 2 | 2026-04-25 | 0.05% | 0.04% | -0.01% |
| 3 | 2026-04-19 | — | 0.05% | — |
EPSS の全履歴 (全 4 件)
この CVE の CVSS 指標。
| ベーススコア | バージョン | 深刻度 | ベクトル | 悪用しやすさ | 影響 | スコアの出典 |
|---|---|---|---|---|---|---|
| 5.3 | 3.1 | MEDIUM |
|
3.9 | 1.4 | [email protected] |
GHSA-48m6-486p-9j8p · 深刻度: medium · エコシステム: rust — nimiq-consensus panics via RequestMacroChain micro-block locator
| ベンダー | 製品 | バージョン | 生の CPE |
|---|---|---|---|
| nimiq | nimiq_proof-of-stake | < 1.3.0 | cpe:2.3:a:nimiq:nimiq_proof-of-stake:*:*:*:*:*:rust:*:* |
| URL | タグ |
|---|---|
| https://github.com/nimiq/core-rs-albatross/commit/ae6c1e92342e72f80fd12accbe66ee80dd6802ac | Patch |
| https://github.com/nimiq/core-rs-albatross/pull/3660 | Issue Tracking Patch |
| https://github.com/nimiq/core-rs-albatross/releases/tag/v1.3.0 | Release Notes |
| https://github.com/nimiq/core-rs-albatross/security/advisories/GHSA-48m6-486p-9j8p | Patch Vendor Advisory |