VYPR

nimiq-primitives

by Nimiq

CVEs (2)

  • CVE-2026-54542lowJul 16, 2026
    risk 0.07cvss epss

    ### Impact A malicious peer acting as a state-sync source can crash a syncing node with a crafted `TrieChunk` whose proof contains a `TrieNodeChild` whose `suffix`, when concatenated with the parent key via `KeyNibbles::Add`, exceeds the fixed 63-byte backing array. `Add`…

  • CVE-2026-54541lowJul 16, 2026
    risk 0.07cvss epss

    ### Impact A malicious peer acting as a state-sync source can crash a syncing node by sending a crafted `TrieChunk` whose proof contains two `TrieProofNode`s with identical keys. `TrieProof::verify()` calls `TrieProofNode::child_index()` (`primitives/src/trie/trie_proof_node.rs:…