← Back

Protocol

protocol

24 CVEs • 14 products

Products (14)

Click to collapse
Toggle
Libp2p
libp2p
Gossipsub
gossipsub
Go Ipfs
go-ipfs
Go Ipld Prime
go-ipld-prime
Yamux
yamux
Ipfs
ipfs
Multihash
multihash
Go Merkledag
go-merkledag
Go Codec Dagpb
go-codec-dagpb
Go Unixfs
go-unixfs
Go Bitfield
go-bitfield
Go Unixfsnode
go-unixfsnode
Boxo
boxo

CVEs (24)

CVE
VENDORS
PRODUCTS
UPDATED
PUBLISHED
CVSS
1Protocol
1Go Ipfs
Jun 17, 2026
Mar 24, 2021
N/A· v4
8.1 HIGH· v3
5.5 MEDIUM· v2
go-ipfs is an open-source golang implementation of IPFS which is a global, versioned, peer-to-peer filesystem. In go-ipfs before version 0.8.0-rc1, it is possible for path traversal to occur with DAGs containing relative...Show more
go-ipfs is an open-source golang implementation of IPFS which is a global, versioned, peer-to-peer filesystem. In go-ipfs before version 0.8.0-rc1, it is possible for path traversal to occur with DAGs containing relative paths during retrieval. This can cause files to be overwritten, or written to incorrect output directories. The issue can only occur when a get is done on an affected DAG. This is fixed in version 0.8.0-rc1.Show less
1Protocol
1Multihash
Jun 17, 2026
Dec 31, 2020
N/A· v4
7.5 HIGH· v3
7.8 HIGH· v2
An issue was discovered in the multihash crate before 0.11.3 for Rust. The from_slice parsing code can panic via unsanitized data from a network server.
1Protocol
1Ipfs
Jun 17, 2026
Nov 2, 2020
N/A· v4
7.5 HIGH· v3
5.0 MEDIUM· v2
An issue was discovered in IPFS (aka go-ipfs) 0.4.23. An attacker can generate ephemeral identities (Sybils) and leverage the IPFS connection management reputation system to poison other nodes' routing tables, eclipsing...Show more
An issue was discovered in IPFS (aka go-ipfs) 0.4.23. An attacker can generate ephemeral identities (Sybils) and leverage the IPFS connection management reputation system to poison other nodes' routing tables, eclipsing the nodes that are the target of the attack from the rest of the network. Later versions, in particular go-ipfs 0.7, mitigate this.Show less
1Protocol
1Gossipsub
Jun 17, 2026
Jul 7, 2020
N/A· v4
9.8 CRITICAL· v3
7.5 HIGH· v2
Gossipsub 1.0 does not properly resist invalid message spam, such as an eclipse attack or a sybil attack.