Advisory Database
  • Advisories
  • Dependency Scanning
  1. golang
  2. ›
  3. github.com/vmware-tanzu/velero
  4. ›
  5. CVE-2026-32637

CVE-2026-32637: Velero vulnerable to file path traversal when extracting from backup's tarball

August 20, 2026

What kind of vulnerability is it? Who is impacted? If the attacker compromises the backup’s object storage backend and uploads a malicious backup tarball including file names like the following:

  • ../../../tmp/escape_1 -> file created at /tmp/escape_1
  • ../../../../../../../../tmp/escape_2 -> file created at /tmp/escape_2
  • ../../../tmp/cron_poc -> would be /etc/cron.d/backdoor in real attack
  • ../../../tmp/ssh_poc -> would be ~/.ssh/authorized_keys
  • ../../../tmp/kubeconfig_poc -> would be ~/.kube/config

It’s possible that extracting files from the tarball during restore can overwrite sensitive files in the Velero pod filesystem.

References

  • github.com/advisories/GHSA-j2g6-362q-6qc6
  • github.com/securego/gosec/issues/324
  • github.com/velero-io/velero/security/advisories/GHSA-j2g6-362q-6qc6
  • nvd.nist.gov/vuln/detail/CVE-2026-32637

Code Behaviors & Features

Detect and mitigate CVE-2026-32637 with GitLab Dependency Scanning

Secure your software supply chain by verifying that all open source dependencies used in your projects contain no disclosed vulnerabilities. Learn more about Dependency Scanning →

Affected versions

All versions before 1.18.1

Fixed versions

  • 1.18.1

Solution

Upgrade to version 1.18.1 or above.

Impact 5.3 MEDIUM

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N

Learn more about CVSS

Weakness

  • CWE-22: Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')

Source file

go/github.com/vmware-tanzu/velero/CVE-2026-32637.yml

Spotted a mistake? Edit the file on GitLab.

  • Site Repo
  • About GitLab
  • Terms
  • Privacy Statement
  • Contact

Page generated Wed, 09 Sep 2026 12:24:06 +0000.