Description
Velero is an open source tool for backing up, restoring, and migrating Kubernetes cluster resources and persistent volumes. Prior to 1.18.1, an attacker who compromises the backup object-storage backend can upload a malicious backup tarball containing parent-directory paths that escape the extraction directory during restore and overwrite sensitive files in the Velero pod filesystem. This issue is fixed in version 1.18.1.
Published: 2026-08-25
Score: 5.9 Medium
EPSS: < 1% Very Low
KEV: No
Impact: Unauthorized file overwrite can occur during Velero restore operations, potentially allowing attackers to modify or replace critical files on the Velero pod filesystem.
Action: Apply patch
AI Analysis

Impact

Velero, an open‑source tool for backing up and restoring Kubernetes resources, contains a file path traversal flaw in versions prior to 1.18.1. When restoring a backup, the tar extraction code does not correctly sanitize parent directory references. An attacker who can supply a malicious backup to the storage backend can embed paths that escape the intended extraction directory, overwriting arbitrary files in the Velero pod. This allows the attacker to alter configuration or executable files, creating the potential for privilege escalation or denial of service. The weakness is a classic instance of path traversal as described by CWE‑22.

Affected Systems

The vulnerability affects Velero versions before 1.18.1, specifically the Velero backup/restore tool provided by velero‑io:velero. Any deployment using these versions of the backup component is susceptible unless the backup storage is protected from unauthorized writes.

Risk and Exploitability

The CVSS score of 5.9 classifies the issue as medium severity. The exploitability relies on an attacker having write access to the backup storage and initiating a restore, conditions that are typically restricted to privileged users. EPSS data is unavailable, and the vulnerability is not listed in CISA’s KEV catalog, suggesting limited reported exploitation. Nonetheless, if the storage is compromised, the path traversal can overwrite sensitive files, posing a moderate risk to the integrity of the Velero environment.

Generated by OpenCVE AI on August 26, 2026 at 01:27 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update Velero to version 1.18.1 or later, which includes the fix for the path traversal bug.
  • Restrict write access to the backup object‑storage backend so that only trusted users can upload new backup artifacts.
  • Limit restore privileges to a minimal set of users or service accounts and review restore requests for suspicious tarball contents.

Generated by OpenCVE AI on August 26, 2026 at 01:27 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Github GHSA Github GHSA GHSA-j2g6-362q-6qc6 Velero vulnerable to file path traversal when extracting from backup's tarball
History

Wed, 02 Sep 2026 00:15:00 +0000

Type Values Removed Values Added
References
Metrics threat_severity

None

cvssV3_1

{'score': 6.8, 'vector': 'CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:N/I:H/A:H'}

threat_severity

Moderate


Fri, 28 Aug 2026 23:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Fri, 28 Aug 2026 21:00:00 +0000

Type Values Removed Values Added
First Time appeared Velero-io
Velero-io velero
Vendors & Products Velero-io
Velero-io velero

Tue, 25 Aug 2026 21:30:00 +0000

Type Values Removed Values Added
Description Velero is an open source tool for backing up, restoring, and migrating Kubernetes cluster resources and persistent volumes. Prior to 1.18.1, an attacker who compromises the backup object-storage backend can upload a malicious backup tarball containing parent-directory paths that escape the extraction directory during restore and overwrite sensitive files in the Velero pod filesystem. This issue is fixed in version 1.18.1.
Title Velero vulnerable to file path traversal when extracting from backup's tarball
Weaknesses CWE-22
References
Metrics cvssV4_0

{'score': 5.9, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:A/VC:N/VI:H/VA:H/SC:N/SI:N/SA:N'}


Subscriptions

Velero-io Velero
cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-08-28T22:38:21.971Z

Reserved: 2026-03-12T15:29:36.559Z

Link: CVE-2026-32637

cve-icon Vulnrichment

Updated: 2026-08-28T22:38:17.901Z

cve-icon NVD

Status : Deferred

Published: 2026-08-25T22:17:02.380

Modified: 2026-09-09T21:09:13.080

Link: CVE-2026-32637

cve-icon Redhat

Severity : Moderate

Publid Date: 2026-08-25T21:15:31Z

Links: CVE-2026-32637 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-28T20:34:23Z

Weaknesses
  • CWE-22

    Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')