Description
Rclone is a command-line program to sync files and directories to and from different cloud storage providers. Prior to 1.74.4, rclone archive extract can write extracted files outside the user-selected destination prefix when extracting a crafted archive containing parent path components such as ../, allowing creation or overwrite of sibling objects in the same bucket or path scope. This issue is fixed in version 1.74.4.
Published: 2026-07-14
Score: 5 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability exists in the rclone archive extract feature, wherein a crafted ZIP archive containing parent path components can cause the tool to write extracted files outside the user‑selected destination prefix. By using components such as '../', an attacker can create or overwrite sibling objects in the same bucket or path scope, effectively gaining write access to unintended locations. This flaw maps to CWE-22: Path Traversal.

Affected Systems

Affected product is rclone version 1.74.3 and earlier. Users running rclone prior to 1.74.4 on any platform or operating system could be impacted, regardless of the operating system, as the issue resides in the core archive extraction logic.

Risk and Exploitability

The CVSS score of 5.0 indicates moderate severity, and the EPSS score of less than 1% suggests a low probability of exploitation at present. The vulnerability is not listed in CISA KEV. Attack requires the user to run rclone archive extract with a crafted archive; therefore the likely attack vector is local or involves social engineering to obtain the right environment, but could be leveraged remotely if an attacker can deliver the archive via a networked service that invokes rclone.

Generated by OpenCVE AI on July 31, 2026 at 04:24 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade to rclone v1.74.4 or later where the issue is fixed.
  • If an upgrade is not immediately possible, avoid extracting archives from untrusted sources or use a controlled environment with restricted permissions.
  • Apply bucket‑level write restrictions or path validation checks to prevent unintended cross‑prefix writes.

Generated by OpenCVE AI on July 31, 2026 at 04:24 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 21 Jul 2026 15:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'poc', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Wed, 15 Jul 2026 17:00:00 +0000

Type Values Removed Values Added
First Time appeared Rclone
Rclone rclone
Vendors & Products Rclone
Rclone rclone

Tue, 14 Jul 2026 22:00:00 +0000

Type Values Removed Values Added
Description Rclone is a command-line program to sync files and directories to and from different cloud storage providers. Prior to 1.74.4, rclone archive extract can write extracted files outside the user-selected destination prefix when extracting a crafted archive containing parent path components such as ../, allowing creation or overwrite of sibling objects in the same bucket or path scope. This issue is fixed in version 1.74.4.
Title rclone archive extract allows S3 destination prefix escape via crafted archive paths
Weaknesses CWE-22
References
Metrics cvssV3_1

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


cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-07-21T14:43:46.387Z

Reserved: 2026-07-06T15:34:16.917Z

Link: CVE-2026-59732

cve-icon Vulnrichment

Updated: 2026-07-21T14:43:18.180Z

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-07-31T04:30:03Z

Weaknesses
  • CWE-22

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