5.3
CVE-2026-46543
- EPSS 0.29%
- Veröffentlicht 09.06.2026 23:47:32
- Zuletzt bearbeitet 10.06.2026 19:37:41
- Quelle security-advisories@github.com
- CVE-Watchlists
- Unerledigt
nimiq-blockchain: Genesis batch set request
Nimiq is a Rust implementation of the Nimiq Proof-of-Stake protocol based on the Albatross consensus algorithm. Prior to version 1.5.0, a remote peer can crash any full node by sending a RequestBatchSet message containing the genesis block's hash. The handler calls get_epoch_chunks which iterates backwards through macro blocks using Policy::macro_block_before. When it reaches the genesis block number, macro_block_before panics with "No macro blocks before genesis block". This issue has been patched in version 1.5.0.
Daten sind bereitgestellt durch das CVE Programm von einer CVE Numbering Authority (CNA) (Unstrukturiert).
Herstellernimiq
≫
Produkt
core-rs-albatross
Version
< 1.5.0
Status
affected
VulnDex Vulnerability Enrichment
| Typ | Quelle | Score | Percentile |
|---|---|---|---|
| EPSS | FIRST.org | 0.29% | 0.206 |
| Quelle | Base Score | Exploit Score | Impact Score | Vector String |
|---|---|---|---|---|
| security-advisories@github.com | 5.3 | 3.9 | 1.4 |
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L
|
CWE-617 Reachable Assertion
The product contains an assert() or similar statement that can be triggered by an attacker, which leads to an application exit or other behavior that is more severe than necessary.
https://github.com/nimiq/core-rs-albatross/security/advisories/GHSA-vghx-352f-93jm
https://github.com/nimiq/core-rs-albatross/pull/3745
https://github.com/nimiq/core-rs-albatross/releases/tag/v1.5.0