← Vulnerability feed

Vulnerability record · CVE-2026-32605 · published 13 April 2026

CVE-2026-32605: Nimiq proof-of-stake out-of-bounds read vulnerability

Nimiq · Nimiq Proof Of Stake

nimiq/core-rs-albatross is a Rust implementation of the Nimiq Proof-of-Stake protocol based on the Albatross consensus algorithm. Prior to version 1.3.0, an untrusted peer could crash a validator by publishing a signed tendermint proposal message where signer == validators.num_validators(). ProposalSender::send uses > instead of >= for the signer bounds check, so the equality case passes and reaches validators.get_validator_by_slot_band(signer), which panics with an out-of-bounds index before any signature verification runs. This issue has been fixed in version 1.3.0.

7.5 CVSS 3.1 High EPSS 0.62% · top 52.4% CWE-125 · Out-of-bounds readCWE-193 · CWE-193
7.5CVSS 3.1 base score
0.62%EPSS exploitation probability, 30 days
NoNot in CISA KEV
1Affected product versions listed by NVD
4References
17 Jun 2026Last modified by NVD

Description

nimiq/core-rs-albatross is a Rust implementation of the Nimiq Proof-of-Stake protocol based on the Albatross consensus algorithm. Prior to version 1.3.0, an untrusted peer could crash a validator by publishing a signed tendermint proposal message where signer == validators.num_validators(). ProposalSender::send uses > instead of >= for the signer bounds check, so the equality case passes and reaches validators.get_validator_by_slot_band(signer), which panics with an out-of-bounds index before any signature verification runs. This issue has been fixed in version 1.3.0.

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H

Affected products

1 vulnerable configurations from NVD's CPE data, grouped by vendor and product.

References

Track CVE-2026-32605 inside VULONE

Watch it alongside the ransomware crews, C2 infrastructure and forum chatter that reference it, query it through the API and pull it into your SIEM over TAXII.

Start free Open in platform

Related vulnerabilities

Same products first, then exploited flaws of the same weakness class.

9.6CVE-2026-33471Nimiq proof-of-stake improper input validation vulnerabilitynimiq-block contains block primitives to be used in Nimiq's Rust implementation. `SkipBlockProof::verify` computes its quorum check using `BitSet.len…EPSS 0.29%8.2CVE-2026-34064Nimiq proof-of-stake vulnerabilitynimiq-account contains account primitives to be used in Nimiq's Rust implementation. Prior to version 1.3.0, `VestingContract::can_change_balance` re…EPSS 0.49%8.1CVE-2026-40093Nimiq proof-of-stake vulnerabilitynimiq-blockchain provides persistent block storage for Nimiq's Rust implementation. In 1.3.0 and earlier, block timestamp validation enforces that ti…EPSS 0.43%7.5CVE-2026-34065Nimiq proof-of-stake unchecked return value vulnerabilitynimiq-primitives contains primitives (e.g., block, account, transaction) to be used in Nimiq's Rust implementation. Prior to version 1.3.0, an untrus…EPSS 0.62%7.5CVE-2026-34063Nimiq proof-of-stake vulnerabilityNimiq's network-libp2p is a Nimiq network implementation based on libp2p. Prior to version 1.3.0, `network-libp2p` discovery uses a libp2p `Connectio…EPSS 0.62%7.5CVE-2026-35468Nimiq proof-of-stake unchecked return value vulnerabilitynimiq/core-rs-albatross is a Rust implementation of the Nimiq Proof-of-Stake protocol based on the Albatross consensus algorithm. Prior to version 1.…EPSS 0.63%7.5CVE-2026-33184Nimiq proof-of-stake vulnerabilitynimiq/core-rs-albatross is a Rust implementation of the Nimiq Proof-of-Stake protocol based on the Albatross consensus algorithm. Prior to version 1.…EPSS 0.63%7.1CVE-2026-28402Nimiq proof-of-stake vulnerabilitynimiq/core-rs-albatross is a Rust implementation of the Nimiq Proof-of-Stake protocol based on the Albatross consensus algorithm. Prior to version 1.…EPSS 0.26%

Source: NIST National Vulnerability Database (record CVE-2026-32605), CISA KEV, FIRST EPSS (scores of 2026-09-26). This page is refreshed as NVD updates the record.