Vulnerabilities (CVE)

Filtered by vendor Protocol Subscribe
CVE Vendors Products Updated CVSS v2 CVSS v3
CVE-2020-26283 1 Protocol 1 Go-ipfs 2021-03-27 6.5 MEDIUM 8.8 HIGH
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, control characters are not escaped from console output. This can result in hiding input from the user which could result in the user taking an unknown, malicious action. This is fixed in version 0.8.0.
CVE-2020-26279 1 Protocol 1 Go-ipfs 2021-03-27 5.5 MEDIUM 8.1 HIGH
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.
CVE-2020-35909 1 Protocol 1 Multihash 2021-01-14 7.8 HIGH 7.5 HIGH
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.
CVE-2020-10937 1 Protocol 1 Ipfs 2020-11-13 5.0 MEDIUM 7.5 HIGH
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.
CVE-2020-12821 1 Protocol 1 Gossipsub 2020-07-15 7.5 HIGH 9.8 CRITICAL
Gossipsub 1.0 does not properly resist invalid message spam, such as an eclipse attack or a sybil attack.