Skip to main content

Rclone CVE-2026-59733

| EUVDEUVD-2026-44533 HIGH
Path Traversal (CWE-22)
2026-07-14 security-advisories@github.com GHSA-fqj9-69pf-6pjg
8.8
CVSS 3.1 · Vendor: github
Share

Severity by source

Vendor (github) PRIMARY
8.8 HIGH
AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
vuln.today AI
8.8 HIGH

Network REST endpoint, low complexity, one low-privilege authenticated account (PR:L) yields full read/overwrite/delete of another user's repo, so C:H/I:H/A:H; scope unchanged as it stays within rclone's data domain.

3.1 AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
4.0 AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N
SUSE
HIGH
qualitative
Red Hat
7.5 MEDIUM
qualitative

Primary rating from Vendor (github).

CVSS VectorVendor: github

Attack Vector
Network
Attack Complexity
Low
Privileges Required
Low
User Interaction
None
Scope
Unchanged
Confidentiality
High
Integrity
High
Availability
High

Lifecycle Timeline

4
Source Code Evidence Fetched
Jul 22, 2026 - 10:33 vuln.today
Analysis Generated
Jul 22, 2026 - 10:33 vuln.today
Patch available
Jul 14, 2026 - 23:20 EUVD
CVE Published
Jul 14, 2026 - 22:17 cve.org
HIGH 8.8

DescriptionCVE.org

Rclone is a command-line program to sync files and directories to and from different cloud storage providers. Prior to 1.74.4, rclone serve restic --private-repos enforces authorization using the routed user path segment while building the backend object key from the raw uncleaned URL path, allowing an authenticated user to include .. in a request such as //..//config and read, overwrite, or delete another user's private repository on backends that clean path components. This issue is fixed in version 1.74.4.

AnalysisAI

Path traversal in the rclone serve restic --private-repos REST server (versions prior to 1.74.4) allows an authenticated low-privileged user to read, overwrite, or delete another tenant's private restic repository. Authorization is enforced against the routed user path segment, but the backend object key is built from the raw, uncleaned URL path, so a request such as //..//config passes the per-user check while resolving to a different user's data on storage backends that clean path components. No public exploit has been identified at time of analysis, but the fix and a regression test are public in the vendor commits, and EPSS risk is modest (0.52%).

Technical ContextAI

Rclone is a widely used Go command-line tool for syncing to cloud storage; the serve restic subcommand exposes an HTTP REST endpoint implementing the restic backup backend protocol, and --private-repos is meant to sandbox each authenticated user to a repository namespaced by their user ID. The root cause is CWE-22 (Improper Limitation of a Pathname to a Restricted Directory / path traversal): in cmd/serve/restic/restic.go, the WithRemote middleware used the router-provided {userID} segment for the authorization decision while constructing the actual backend key from r.URL.Path without canonicalization. Because many storage backends (and path.Clean-style resolution downstream) collapse .. and duplicate slashes, a crafted path like /test/../other_user/config authorizes as test but reads/writes other_user. The fix rejects any non-canonical path where path.Clean(urlpath) != urlpath with HTTP 400, closing the mismatch between the authorized identity and the resolved object key.

RemediationAI

Vendor-released patch: upgrade to rclone 1.74.4 or later, which rejects non-canonical request paths (any path where path.Clean(path) != path, including .. traversal) with HTTP 400; see the fix commits https://github.com/rclone/rclone/commit/015fd0eba1cb138eef081517795fed47a2873f2d and https://github.com/rclone/rclone/commit/dade21c1616035b044df0eef7ee6a85aeb06a139 and advisory GHSA-fqj9-69pf-6pjg. If immediate upgrade is not possible, reduce exposure by restricting network access to the serve restic endpoint (bind to localhost or a trusted management network, or front it with a reverse proxy that normalizes and rejects ../double-slash paths before they reach rclone) and, where feasible, avoid multi-tenant use of --private-repos by giving each user a separate rclone process and isolated backend credentials so a traversal cannot cross a trust boundary. The proxy-normalization workaround has the trade-off that it depends on the proxy's path-cleaning semantics exactly matching the backend's, so it is a stopgap only; patching to 1.74.4 is the reliable fix.

More in Rclone

View all
CVE-2026-88018 CRITICAL POC
9.8 Sep 10

Authentication bypass in rclone's S3 server mode (rclone serve s3) allows any unauthenticated network attacker to impers

CVE-2026-71312 HIGH POC
8.0 Aug 05

PowerShell smart-quote filename injection in rclone's SFTP backend allows an attacker who controls remote filenames to e

CVE-2020-28924 HIGH POC
7.5 Nov 19

An issue was discovered in Rclone before 1.53.3. Rated high severity (CVSS 7.5), this vulnerability is remotely exploita

CVE-2026-88017 HIGH POC
7.3 Sep 10

Cross-session credential isolation failure in rclone's FTP auth-proxy driver (versions 1.64.0-1.75.0) allows an authenti

CVE-2026-88016 HIGH POC
7.1 Sep 10

Symlink escape in rclone's local backend (prior to v1.75.1) allows an attacker who controls sync source contents to appl

CVE-2026-71311 MEDIUM POC
6.4 Aug 05

FTP CRLF injection in rclone before 1.75.0 allows an attacker who can place crafted filenames in a source namespace to i

CVE-2026-88046 MEDIUM POC
5.3 Sep 10

Path traversal in rclone prior to 1.75.1 allows an attacker who can populate a source object store with raw `..` key seg

CVE-2026-79782 CRITICAL
9.3 Aug 25

Cleartext disclosure of AWS STS session tokens affects rclone before 1.74.4 when its S3 backend follows a redirect that

CVE-2026-88044 CRITICAL POC
9.1 Sep 10

Authentication/authorization bypass in rclone's dynamic serve interface (versions 1.70.0 through 1.75.0) lets remote att

CVE-2026-54572 HIGH POC
8.8 Jul 14

Arbitrary file write via symlink traversal in Rclone prior to 1.74.4 lets an attacker-controlled remote escape the local

CVE-2026-88045 HIGH POC
7.5 Sep 10

Memory exhaustion in rclone 1.75.0's serve S3 multipart upload handler allows remote attackers to exhaust process or hos

CVE-2018-12907 HIGH
7.5 Jun 27

In Rclone 1.42, use of "rclone sync" to migrate data between two Google Cloud Storage buckets might allow attackers to t

Vendor StatusVendor

SUSE

Severity: Important
Product Status
SUSE Package Hub 15 SP7 Fixed
openSUSE Leap 16.0 Fixed
openSUSE Tumbleweed Fixed
SUSE Package Hub 15 SP7 Affected

Share

CVE-2026-59733 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy