Description
Rclone is a command-line program to sync files and directories to and from different cloud storage providers. Prior to 1.74.4, with -l/--links, rclone serializes symlinks as .rclonelink text objects and recreates them on a local destination without validating the target, allowing an attacker-controlled remote to plant an escaping symlink and cause a following object write to land outside the destination with attacker-chosen contents. This issue is fixed in version 1.74.4.
Published: 2026-07-14
Score: 7.5 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

Rclone, a command-line tool for synchronizing data to and from cloud storage, previously recreated symbolic links on a local destination without verifying their target. If an attacker can supply a file that contains a malicious symlink—such as by uploading a crafted item to a cloud bucket that rclone reads—rclone will emit the file at the link’s target location on disk. This results in an arbitrary file write outside the intended destination, giving the attacker the ability to modify critical files or inject malicious code. The weakness corresponds to CWE‑59, unsafe file handling based on untrusted input.

Affected Systems

All installations of rclone that run a version earlier than 1.74.4 and use the --links (‑l) option are affected. Any user who has a locally running rclone instance fetching data from a remote cloud provider could be impacted if the remote source includes a malicious symlink. The fix is applied in version 1.74.4, so any older version remains vulnerable.

Risk and Exploitability

The CVSS base score of 7.5 signals a high‑impact flaw, while the EPSS score of less than 1 % indicates that the probability of exploitation is currently low and the vulnerability does not appear in CISA’s KEV catalogue. The likely attack vector involves an attacker‑controlled remote storage that rclone; with minimal privileges on the local host, rclone will write the target file outside the designated directory, providing a straightforward path to privilege escalation or further compromise.

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

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade rclone to at least version 1.74.4, which validates symlink targets before writing them.
  • If an upgrade is not immediately possible, avoid using the --links (-l) option when accessing untrusted remote storage, or disable symlink handling entirely.
  • Enforce strict directory confinement on the destination, such as mounting it inside a chroot or applying OS ACLs to prevent writes outside the intended directory tree.

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

Wed, 29 Jul 2026 12:15:00 +0000

Type Values Removed Values Added
References
Metrics threat_severity

None

threat_severity

Important


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

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

Wed, 15 Jul 2026 13:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

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


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, with -l/--links, rclone serializes symlinks as .rclonelink text objects and recreates them on a local destination without validating the target, allowing an attacker-controlled remote to plant an escaping symlink and cause a following object write to land outside the destination with attacker-chosen contents. This issue is fixed in version 1.74.4.
Title rclone: Unvalidated symlink target in local `--links` — arbitrary file write from an untrusted remote
Weaknesses CWE-59
References
Metrics cvssV3_1

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


cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-07-15T12:43:01.494Z

Reserved: 2026-06-15T19:15:27.343Z

Link: CVE-2026-54572

cve-icon Vulnrichment

Updated: 2026-07-15T12:41:53.388Z

cve-icon NVD

No data.

cve-icon Redhat

Severity : Important

Publid Date: 2026-07-14T21:37:41Z

Links: CVE-2026-54572 - Bugzilla

cve-icon OpenCVE Enrichment

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

Weaknesses
  • CWE-59

    Improper Link Resolution Before File Access ('Link Following')