CVE-2026-61625
Received
Received - Intake
Path Traversal in VictoriaMetrics vmrestore
Vulnerability report for CVE-2026-61625, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.
Publication date: 2026-08-20
Last updated on: 2026-08-20
Assigner: GitHub, Inc.
Description
Description
VictoriaMetrics is a scalable solution for monitoring and managing time series data. Prior to 1.122.25, 1.136.12, and 1.146.0, vmrestore does not validate backup part path components before using lib/backup/actions/restore.go and lib/backup/fslocal/fslocal.go to write restored data below storageDataPath. An attacker who can supply or modify an S3, GCS, Azure Blob Storage, or other backup source can place .. components in object names. When an operator restores that source, the crafted names can create or overwrite files outside the intended restore root within the filesystem permissions of the vmrestore process. This issue is fixed in versions 1.122.25, 1.136.12, and 1.146.0.
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| victoriametrics | vmrestore | to 1.122.25 (inc) |
| victoriametrics | vmrestore | to 1.136.12 (inc) |
| victoriametrics | vmrestore | to 1.146.0 (inc) |
| victoriametrics | vmrestore | 1.122.25 |
| victoriametrics | vmrestore | 1.136.12 |
| victoriametrics | vmrestore | 1.146.0 |
| victoriametrics | vmrestore | From 1.122.25|end_including=1.122.25 (exc) |
| victoriametrics | vmrestore | From 1.136.12|end_including=1.136.12 (exc) |
| victoriametrics | vmrestore | From 1.137.0|end_excluding=1.146.0 (exc) |
| victoriametrics | vmrestore | From 1.123.0|end_excluding=1.136.12 (exc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-22 | The product uses external input to construct a pathname that is intended to identify a file or directory that is located underneath a restricted parent directory, but the product does not properly neutralize special elements within the pathname that can cause the pathname to resolve to a location that is outside of the restricted directory. |