Description
rclone is a command-line program to sync files and directories to and from different cloud storage providers. From 1.72.0 until 1.75.1, the archive ZIP backend method (*Fs).readZip in backend/archive/zip/zip.go accepts archive/zip.File.Name values from an untrusted central directory and exposes cleaned entry names without ensuring that they remain inside the archive namespace. Entries such as ../../etc/cron.d/evil can survive path.Clean and become Object.Remote() values that fs/sync and fs/operations use as destination-relative paths, allowing rclone copy or sync to write outside the selected destination on backends that do not independently confine the path. The non-empty root check also used strings.HasPrefix without a path boundary, so root foo could incorrectly include sibling foobar entries. This issue is fixed in version 1.75.1.
Published: 2026-09-10
Score: 6.3 Medium
EPSS: < 1% Very Low
KEV: No
Impact: Arbitrary file write via Zip Slip
Action: Immediate Patch
AI Analysis

Impact

A Zip Slip vulnerability exists in rclone’s archive/zip backend method, allowing an attacker to supply file names such as ../../etc/passwd that, after path cleaning, resolve outside the intended extraction directory. This flaw can enable overwriting of arbitrary files on the destination filesystem, potentially compromising confidentiality and integrity. The weakness is a classic path traversal flaw (CWE-22).

Affected Systems

The vulnerability affects rclone version 1.72.0 through 1.75.1, a command‑line tool used for syncing files to and from cloud storage. It was fixed in rclone 1.75.1. Users running any affected release should be aware that the risk is confined to environments where rclone is executing sync or copy operations with write access to the destination.

Risk and Exploitability

With a CVSS score of 6.3 the severity is moderate. No EPSS data is available and the flaw is not listed in CISA’s KEV catalog. The likely attack vector is local or institutional usage of rclone where an attacker can supply a malicious archive during a sync or copy operation, and the target machine or backend does not enforce additional path confinement. Successful writing of files outside the designated destination, potentially damaging system files or sensitive data. The prerequisite for exploitation is that rclone runs with write permissions to the destination directory and that the backend does not independently enforce path restrictions.

Generated by OpenCVE AI on September 11, 2026 at 00:35 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade rclone to version 1.75.1 or later to apply the vendor fix
  • Ensure that rclone is run only by trusted users and that destination backends enforce path confinement to prevent unintended file placement
  • If upgrading is delayed, restrict the rclone process to a sandboxed environment or use additional controls to validate archive contents before extraction

Generated by OpenCVE AI on September 11, 2026 at 00:35 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Github GHSA Github GHSA GHSA-66hp-wgxq-6f5q rclone archive/zip: Zip Slip via unsanitized zip entry names lets a malicious archive escape its own namespace
History

Fri, 11 Sep 2026 08:15:00 +0000

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

Thu, 10 Sep 2026 17:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

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


Thu, 10 Sep 2026 16: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. From 1.72.0 until 1.75.1, the archive ZIP backend method (*Fs).readZip in backend/archive/zip/zip.go accepts archive/zip.File.Name values from an untrusted central directory and exposes cleaned entry names without ensuring that they remain inside the archive namespace. Entries such as ../../etc/cron.d/evil can survive path.Clean and become Object.Remote() values that fs/sync and fs/operations use as destination-relative paths, allowing rclone copy or sync to write outside the selected destination on backends that do not independently confine the path. The non-empty root check also used strings.HasPrefix without a path boundary, so root foo could incorrectly include sibling foobar entries. This issue is fixed in version 1.75.1.
Title rclone archive/zip: Zip Slip via unsanitized zip entry names lets a malicious archive escape its own namespace
Weaknesses CWE-22
References
Metrics cvssV3_1

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


cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-09-10T16:12:36.643Z

Reserved: 2026-09-09T19:19:27.407Z

Link: CVE-2026-88014

cve-icon Vulnrichment

Updated: 2026-09-10T16:12:07.159Z

cve-icon NVD

Status : Awaiting Analysis

Published: 2026-09-10T16:18:08.350

Modified: 2026-09-10T19:54:25.810

Link: CVE-2026-88014

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-11T08:00:13Z

Weaknesses
  • CWE-22

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