VYPR

crates.io package

nimiq-blockchain

pkg:cargo/nimiq-blockchain

Vulnerabilities (2)

  • CVE-2026-34066MedApr 22, 2026
    affected <= 0.2.0

    nimiq-blockchain provides persistent block storage for Nimiq's Rust implementation. Prior to version 1.3.0, `HistoryStore::put_historic_txns` uses an `assert!` to enforce invariants about `HistoricTransaction.block_number` (must be within the macro block being pushed and within t

  • CVE-2026-40093HigApr 9, 2026
    affected <= 1.3.0

    nimiq-blockchain provides persistent block storage for Nimiq's Rust implementation. In 1.3.0 and earlier, block timestamp validation enforces that timestamp >= parent.timestamp for non-skip blocks and timestamp == parent.timestamp + MIN_PRODUCER_TIMEOUT for skip blocks, but there