---
id: CVE-2020-26279
aliases:
  - GHSA-27pv-q55r-222g
  - GO-2022-0779
title: Path traversal in github.com/ipfs/go-ipfs
summary: Path traversal in github.com/ipfs/go-ipfs
severity: high
cvss: 7.7
cvssVector: 'CVSS:3.1/AV:N/AC:H/PR:L/UI:R/S:C/C:H/I:H/A:N'
vendor: ipfs
product: github.com/ipfs/go-ipfs
ecosystem: go
affected:
  - github.com/ipfs/go-ipfs < 0.8.0
patched:
  - github.com/ipfs/go-ipfs 0.8.0
published: '2021-06-23'
updated: '2026-09-10'
sourceUpdated: '2026-09-10T03:49:14.888691728Z'
source: OSV
sourceUrl: 'https://osv.dev/vulnerability/GHSA-27pv-q55r-222g'
references:
  - url: 'https://github.com/ipfs/go-ipfs/security/advisories/GHSA-27pv-q55r-222g'
  - url: 'https://nvd.nist.gov/vuln/detail/CVE-2020-26279'
  - url: >-
      https://github.com/ipfs/go-ipfs/commit/b7ddba7fe47dee5b1760b8ffe897908417e577b2
  - url: >-
      https://github.com/whyrusleeping/tar-utils/commit/20a61371de5b51380bbdb0c7935b30b0625ac227
tags:
  - osv
  - go
epss: 0.01699
epssPercentile: 0.76212
ingestedAt: '2026-09-12T03:13:01.744Z'
---

## Overview

### Impact
It is currently 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 `ipfs get` is done on an affected DAG.

1. The only affected command is `ipfs get`.
2. The gateway is not affected.

### Patches
Traversal fix patched in https://github.com/whyrusleeping/tar-utils/commit/20a61371de5b51380bbdb0c7935b30b0625ac227
`tar-utils` patch applied to go-ipfs via https://github.com/ipfs/go-ipfs/commit/b7ddba7fe47dee5b1760b8ffe897908417e577b2

### Workarounds
Upgrade to go-ipfs 0.8 or later.

### References
Binaries for the patched versions of go-ipfs are available on the IPFS distributions site, https://dist.ipfs.io/go-ipfs

### For more information
If you have any questions or comments about this advisory:
* Open an issue in [go-ipfs](https://github.com/ipfs/go-ipfs)
* Email us at [security@ipfs.io](mailto:security@ipfs.io)

## Affected packages

- `github.com/ipfs/go-ipfs < 0.8.0`

## Remediation

Upgrade to a patched release:

- `github.com/ipfs/go-ipfs 0.8.0`
