๐Ÿ” CVE Alert

CVE-2026-28402

HIGH 7.1

nimiq/core-rs-albatross's nimiq-blockchain missing proposal body root verification

CVSS Score
7.1
EPSS Score
0.0%
EPSS Percentile
0th

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.2.2, a malicious or compromised validator that is elected as proposer can publish a macro block proposal where `header.body_root` does not match the actual macro body hash. The proposal can pass proposal verification because the macro proposal verification path validates the header but does not validate the binding `body_root == hash(body)`; later code expects this binding and may panic on mismatch, crashing validators. Note that the impact is only for validator nodes. The patch for this vulnerability is formally released as part of v1.2.2. The patch adds the corresponding body root verification in the proposal checks. No known workarounds are available.

CWE CWE-354
Vendor nimiq
Product core-rs-albatross
Published Feb 27, 2026
Last Updated Mar 3, 2026
Stay Ahead of the Next One

Get instant alerts for nimiq core-rs-albatross

Be the first to know when new high vulnerabilities affecting nimiq core-rs-albatross are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

CVSS v3 Breakdown

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

Affected Versions

nimiq / core-rs-albatross
< 1.2.2

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/nimiq/core-rs-albatross/security/advisories/GHSA-7wh6-rmxx-ww47 github.com: https://github.com/nimiq/core-rs-albatross/pull/3623 github.com: https://github.com/nimiq/core-rs-albatross/commit/6454c26d966858c5520f55739a30b94c17656c85 github.com: https://github.com/nimiq/core-rs-albatross/releases/tag/v1.2.2