CVE-2026-32605

HIGH EPSS 36.8%
Published Apr 13, 20262mo ago · Modified Jun 17, 20262w ago
7.5 CVSS 3.1
High
Find Similar
Published Apr 13, 2026 2mo ago
Last Modified Jun 17, 2026 2w ago

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 Details

Base Score
7.5
Exploitability
3.9
Impact
3.6
Vector string
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
Attack Vector Network
Attack Complexity Low
Privileges Required None
User Interaction None
Scope Unchanged
Confidentiality None
Integrity None
Availability High

Threat Intelligence

EPSS Exploit Probability
36.8% percentile
Exploit & Patch Status
No Known Exploit
Patch Available

Weaknesses 2

CWE-125 Out-of-bounds Read Memory Safety
CWE-193

Affected Products 1

VendorProductVersionRange
nimiqnimiq_proof-of-stake* <1.3.0

References 4

  • github.com https://github.com/nimiq/core-rs-albatross/commit/9199364b60c7acae4219800d194bbe07d2997b8c
    Patch
  • github.com https://github.com/nimiq/core-rs-albatross/pull/3661
    Issue TrackingPatch
  • github.com https://github.com/nimiq/core-rs-albatross/releases/tag/v1.3.0
    Release Notes
  • github.com https://github.com/nimiq/core-rs-albatross/security/advisories/GHSA-g99c-h7j7-rfhv
    PatchVendor Advisory

Remediation

  • github.com https://github.com/nimiq/core-rs-albatross/commit/9199364b60c7acae4219800d194bbe07d2997b8c
    Patch
  • github.com https://github.com/nimiq/core-rs-albatross/pull/3661
    Issue TrackingPatch
  • github.com https://github.com/nimiq/core-rs-albatross/security/advisories/GHSA-g99c-h7j7-rfhv
    PatchVendor Advisory