VYPR

nimiq-network-libp2p

by Nimiq

Source repositories

CVEs (3)

  • CVE-2026-34063HigApr 22, 2026
    risk 0.42cvss 7.5epss 0.00

    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 substream per connection. if…

  • CVE-2025-47270HigMay 12, 2025
    risk 0.42cvss 7.5epss 0.01

    nimiq/core-rs-albatross is a Rust implementation of the Nimiq Proof-of-Stake protocol based on the Albatross consensus algorithm. The `nimiq-network-libp2p` subcrate of nimiq/core-rs-albatross is vulnerable to a Denial of Service (DoS) attack due to uncontrolled memory…

  • CVE-2026-34062MedApr 22, 2026
    risk 0.27cvss 5.3epss 0.00

    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 open. because…