Nimiq

Nimiq Proof-of-stake

15 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.2%
  • Veröffentlicht 22.04.2026 19:55:08
  • Zuletzt bearbeitet 24.04.2026 17:10:07

nimiq-transaction provides the transaction primitive to be used in Nimiq's Rust implementation. Prior to version 1.3.0, the staking contract accepts `UpdateValidator` transactions that set `new_voting_key=Some(...)` while omitting `new_proof_of_knowl...

  • EPSS 0.32%
  • Veröffentlicht 22.04.2026 19:52:43
  • Zuletzt bearbeitet 24.04.2026 17:12:48

nimiq-transaction provides the transaction primitive to be used in Nimiq's Rust implementation. Prior to version 1.3.0, `HistoryTreeProof::verify` panics on a malformed proof where `history.len() != positions.len()` due to `assert_eq!(history.len(), ...

  • EPSS 0.24%
  • Veröffentlicht 22.04.2026 19:47:49
  • Zuletzt bearbeitet 24.04.2026 17:12:43

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 b...

  • EPSS 0.37%
  • Veröffentlicht 22.04.2026 19:45:01
  • Zuletzt bearbeitet 24.04.2026 17:12:37

nimiq-primitives contains primitives (e.g., block, account, transaction) to be used in Nimiq's Rust implementation. Prior to version 1.3.0, an untrusted p2p peer can cause a node to panic by announcing an election macro block whose `validators` set c...

  • EPSS 0.28%
  • Veröffentlicht 22.04.2026 19:43:04
  • Zuletzt bearbeitet 24.04.2026 17:12:30

nimiq-account contains account primitives to be used in Nimiq's Rust implementation. Prior to version 1.3.0, `VestingContract::can_change_balance` returns `AccountError::InsufficientFunds` when `new_balance < min_cap`, but it constructs the error usi...

  • EPSS 0.35%
  • Veröffentlicht 22.04.2026 19:40:26
  • Zuletzt bearbeitet 24.04.2026 17:12:23

Nimiq's network-libp2p is a Nimiq network implementation based on libp2p. Prior to version 1.3.0, `network-libp2p` discovery uses a libp2p `ConnectionHandler` state machine. the handler assumes there is at most one inbound and one outbound discovery ...

  • EPSS 0.3%
  • Veröffentlicht 22.04.2026 19:23:36
  • Zuletzt bearbeitet 24.04.2026 17:11:49

nimiq-libp2p is a Nimiq network implementation based on libp2p. Prior to version 1.3.0, `MessageCodec::read_request` and `read_response` call `read_to_end()` on inbound substreams, so a remote peer can send only a partial frame and keep the substream...

  • EPSS 0.22%
  • Veröffentlicht 22.04.2026 19:13:04
  • Zuletzt bearbeitet 24.04.2026 17:11:40

nimiq-block contains block primitives to be used in Nimiq's Rust implementation. `SkipBlockProof::verify` computes its quorum check using `BitSet.len()`, then iterates `BitSet` indices and casts each `usize` index to `u16` (`slot as u16`) for slot lo...

  • EPSS 0.3%
  • Veröffentlicht 13.04.2026 23:55:52
  • Zuletzt bearbeitet 24.04.2026 17:10:45

nimiq/core-rs-albatross is a Rust implementation of the Nimiq Proof-of-Stake protocol based on the Albatross consensus algorithm. In versions 1.2.2 and below, an unauthenticated p2p peer can cause the RequestMacroChain message handler task to panic. ...

  • EPSS 0.46%
  • Veröffentlicht 13.04.2026 18:54:58
  • Zuletzt bearbeitet 24.04.2026 17:11:26

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 whe...