GHSA-48m6-486p-9j8p · Severity: medium · Ecosystem: 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.
Conclusion & alert: CVE-2026-34069 is rated Low Risk (26/100): CVSS Medium severity, with low exploitation likelihood (EPSS 0.04%). Mandatory action: Monitor for updates and reassess as exploit intelligence or EPSS changes.
Risk is dynamic; we continuously reassess and refresh what is shown on this page as upstream context changes.
EPSS lead: Daily EPSS estimates relative likelihood of exploitation; percentile ranks this CVE among scored vulnerabilities (higher = more severe relative rank).
| # | Date | Old EPSS score | New EPSS score | Delta (New - Old) |
|---|---|---|---|---|
| 1 | 2026-04-25 | 0.05% | 0.04% | -0.01% |
| 2 | 2026-04-19 | 0.04% | 0.05% | +0.01% |
| 3 | 2026-04-14 | — | 0.04% | — |
Full EPSS history (3 records total)
CVSS metrics for this CVE.
| Base score | Version | Severity | Vector | Exploitability | Impact | Score source |
|---|---|---|---|---|---|---|
| 5.3 | 3.1 | MEDIUM |
|
3.9 | 1.4 | [email protected] |
GHSA-48m6-486p-9j8p · Severity: medium · Ecosystem: rust — nimiq-consensus panics via RequestMacroChain micro-block locator
| Vendor | Product | Version | Raw CPE |
|---|---|---|---|
| nimiq | nimiq_proof-of-stake | < 1.3.0 | cpe:2.3:a:nimiq:nimiq_proof-of-stake:*:*:*:*:*:rust:*:* |
| URL | Tags |
|---|---|
| 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 |