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.
References
Link | Resource |
---|---|
https://github.com/ipfs/go-ipfs/commit/b7ddba7fe47dee5b1760b8ffe897908417e577b2 | Patch Third Party Advisory |
https://github.com/ipfs/go-ipfs/security/advisories/GHSA-27pv-q55r-222g | Third Party Advisory |
https://github.com/whyrusleeping/tar-utils/commit/20a61371de5b51380bbdb0c7935b30b0625ac227 | Patch Third Party Advisory |
Configurations
Information
Published : 2021-03-24 14:15
Updated : 2021-03-26 18:44
NVD link : CVE-2020-26279
Mitre link : CVE-2020-26279
JSON object : View
CWE
CWE-22
Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')
Products Affected
protocol
- go-ipfs